getStartIntent

open fun getStartIntent(@NonNull context: Context, @NonNull document: PdfDocument, @Nullable printOptions: PrintOptions, @Nullable processorTask: PdfProcessorTask): Intent

Gets intent for starting the print activity.

Parameters

context

The context to use.

document

Document for printing.

printOptions

Options for processing document before printing.

processorTask

Processing task for processing document before printing.