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