Package com.pspdfkit.document.processor
Document manipulation, annotation flattening, page extraction, etc.
See: Description
-
Class Summary Class Description PagePdf Represents a PDF page to be merged onto another PDF page. PdfProcessorTask Represents a processing task for PdfProcessor. PagePattern Tiling pattern for a new page. PageCanvas Represents a canvas drawing to be merged onto another PDF page. PdfProcessorException Thrown if there's an error while processing pages. PageImage Represents an image to be added to a PDF page. Builder Builder for NewPage objects. NewPage Settings for new page to be added to a PDF. DocumentComparisonDialog Dialog for visually comparing two versions of a document. ComparisonDocument This class holds the data used for document comparison. ProcessorProgress Object representing processing progress. PdfProcessor Copy, merge or modify PDF documents. -
Enum Summary Enum Description AnnotationProcessingMode Describes how an annotation will be processed by a processor. PageZOrder Order of items added on the page. PagePosition Represents alignment of an item on the page. -
Interface Summary Interface Description OnDrawCanvasCallback Callback passed to fromCanvas to perform the drawing on the document canvas. ComparisonDialogListener This interface provides a callback when performing document comparison using the DocumentComparisonDialog.