onPdfPrintFinished

abstract fun onPdfPrintFinished(path: String, ok: Boolean)

Method that will be executed when the PDF printing has completed. |path| is the output path. |ok| will be true if the printing completed successfully or false otherwise.

Parameters

path

The path of the PDF file that was written.

ok

True if printing completed or false otherwise.