Sharing Options
Options for document processing during the sharing process.
Inheritors
Constructors
Link copied to clipboard
Constructs options for sharing document with all pages and default document name.
constructor(@NonNull annotationProcessingMode: PdfProcessorTask.AnnotationProcessingMode, @NonNull pages: List<Range>)
Constructs options for sharing document with default document name.
Constructs options for sharing document with all annotations and pages.
constructor(@NonNull annotationProcessingMode: PdfProcessorTask.AnnotationProcessingMode, @NonNull pages: List<Range>, @NonNull documentName: String)
Constructs options for sharing document.
Properties
Functions
Link copied to clipboard
Retrieve set of pages that need to be removed by PdfProcessor before sharing.
Link copied to clipboard
Converts sharing options to PdfProcessorTask usable for processing document via PdfProcessor.
Link copied to clipboard