public interface CefPdfPrintCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onPdfPrintFinished(java.lang.String path,
boolean ok)
Method that will be executed when the PDF printing has completed.
|
void onPdfPrintFinished(java.lang.String path,
boolean ok)
path - The path of the PDF file that was written.ok - True if printing completed or false otherwise.