public interface RemoteRenderer extends Renderer
Modifier and Type | Method and Description |
---|---|
List<PageRaster> |
remoteRender(Document document,
int begin,
int end)
Renders pages of a given document an outputs result as a list of
PageRaster objects (on image per page).
|
void |
setMaxProcessCount(int maxProcessCount)
Sets max parallel rendering processes allowed for the renderer
|
copySettings, extractSettings
void setMaxProcessCount(int maxProcessCount)
maxProcessCount
- List<PageRaster> remoteRender(Document document, int begin, int end) throws IOException, RendererException, DocumentException
document
- Document to render. Document type may or may no be supported
(support left to the render final implementation).begin
- Index of the first page to renderend
- Index of the last page to renderIOException
AnalyzerException
RendererException
DocumentException
Copyright © 2016. All Rights Reserved.