PdfProcessor

Copy, merge or modify PDF documents. It also allows flattening and filtering of annotation data.

Types

Link copied to clipboard
Object representing processing progress.

Functions

Link copied to clipboard
open fun processDocument(@NonNull task: PdfProcessorTask, @NonNull outputFile: File)
open fun processDocument(@NonNull task: PdfProcessorTask, @NonNull outputFile: File, @NonNull saveOptions: DocumentSaveOptions)
Starts the document processing on current thread.
Link copied to clipboard
Starts the document processing, using the default DocumentSaveOptions for the processed document.
Starts the document processing.