| Package | Description |
|---|---|
| com.openhtmltopdf.pdfboxout |
| Modifier and Type | Field and Description |
|---|---|
PdfRendererBuilder.PdfAConformance |
PdfRendererBuilderState._pdfAConformance |
| Modifier and Type | Method and Description |
|---|---|
static PdfRendererBuilder.PdfAConformance |
PdfRendererBuilder.PdfAConformance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRendererBuilder.PdfAConformance[] |
PdfRendererBuilder.PdfAConformance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PdfRendererBuilder |
PdfRendererBuilder.usePdfAConformance(PdfRendererBuilder.PdfAConformance pdfAConformance)
Set the PDF/A conformance, typically we use PDF/A-1
|
| Constructor and Description |
|---|
PdfBoxFontResolver(SharedContext sharedContext,
org.apache.pdfbox.pdmodel.PDDocument doc,
FSCacheEx<String,FSCacheValue> pdfMetricsCache,
PdfRendererBuilder.PdfAConformance pdfAConformance,
boolean pdfUaConform) |
Copyright © 2004–2025. All rights reserved.