| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout |
| Modifier and Type | Method and Description |
|---|---|
PdfBoxRenderer |
PdfRendererBuilder.buildPdfRenderer()
Build a PdfBoxRenderer for further customization.
|
PdfBoxRenderer |
PdfRendererBuilder.buildPdfRenderer(Closeable diagnosticConsumer) |
| Modifier and Type | Method and 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.
|
Copyright © 2004–2025. All rights reserved.