public interface Renderer extends Component
Modifier and Type | Method and Description |
---|---|
List<Image> |
render(Document document)
Renders a given document an outputs result as a list of Image objects (on
image per page).
|
List<Image> |
render(Document document,
int begin,
int end)
Renders pages of a given document an outputs result as a list of Image
objects (on image per page).
|
copySettings, extractSettings
List<Image> render(Document document) throws IOException, RendererException, DocumentException
document
- Document to render. Document type may or may no be supported
(support left to the render final implementation).IOException
AnalyzerException
RendererException
DocumentException
List<Image> render(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.