Uses of Class
com.pdftools.image.Document
Packages that use Document
-
Uses of Document in com.pdftools.image
Subclasses of Document in com.pdftools.imageModifier and TypeClassDescriptionclassThe image document of an image format that supports multi-page imagesclassThe image document of an image format that only supports single-page imagesMethods in com.pdftools.image that return DocumentModifier and TypeMethodDescriptionDocumentList.get(int index) static DocumentOpen an image documentDocumentList.remove(int index) Not supported.Not supported.Methods in com.pdftools.image that return types with arguments of type DocumentModifier and TypeMethodDescriptionDocumentList.iterator()DocumentList.listIterator()DocumentList.listIterator(int index) DocumentList.subList(int fromIndex, int toIndex) Methods in com.pdftools.image with parameters of type DocumentModifier and TypeMethodDescriptionvoidNot supported.booleanNot supported.Method parameters in com.pdftools.image with type arguments of type DocumentModifier and TypeMethodDescriptionbooleanDocumentList.addAll(int index, Collection<? extends Document> elements) booleanDocumentList.addAll(Collection<? extends Document> elements) -
Uses of Document in com.pdftools.image2pdf
Methods in com.pdftools.image2pdf with parameters of type Document -
Uses of Document in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return DocumentModifier and TypeMethodDescriptionConverter.convertPage(Document inDoc, Stream outStream, Profile profile, int pageNumber) Convert a single page of a PDF document to a rasterized image