-
Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfBoxRenderer
| Modifier and Type |
Method |
Description |
void |
PDFCreationListener.onClose(PdfBoxRenderer renderer) |
Called immediately before the Pdf Document instance is closed
|
void |
PDFCreationListener.preOpen(PdfBoxRenderer pdfBoxRenderer) |
Called immediately after the PDF Document instance is created before the content is written.
|
void |
PDFCreationListener.preWrite(PdfBoxRenderer pdfBoxRenderer,
int pageCount) |
Called immediately before the pages of the PDF file are about to be written out.
|