| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout |
| Modifier and Type | Method and Description |
|---|---|
PdfBoxRenderer |
PdfRendererBuilder.buildPdfRenderer()
Build a PdfBoxRenderer for further customization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFCreationListener.onClose(PdfBoxRenderer renderer)
Called immediately before the iText Document instance is closed, e.g.
|
void |
PDFCreationListener.preOpen(PdfBoxRenderer iTextRenderer)
Called immediately after the iText Document instance is created but before the call to
com.itextpdf.text.Document#open() is called. |
void |
PDFCreationListener.preWrite(PdfBoxRenderer iTextRenderer,
int pageCount)
Called immediately before the pages of the PDF file are about to be written out.
|
Copyright © 2018. All rights reserved.