get Start Intent
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.
print Options
Options for processing document before printing.
processor Task
Processing task for processing document before printing.