Uses of Class
com.openhtmltopdf.pdfboxout.PdfRendererBuilder.PdfAConformance
-
Packages that use PdfRendererBuilder.PdfAConformance Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfRendererBuilder.PdfAConformance in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfRendererBuilder.PdfAConformance Modifier and Type Field Description private PdfRendererBuilder.PdfAConformance
PdfBoxRenderer. _pdfAConformance
PdfRendererBuilder.PdfAConformance
PdfRendererBuilderState. _pdfAConformance
Methods in com.openhtmltopdf.pdfboxout that return PdfRendererBuilder.PdfAConformance Modifier and Type Method Description static PdfRendererBuilder.PdfAConformance
PdfRendererBuilder.PdfAConformance. valueOf(java.lang.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.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfRendererBuilder.PdfAConformance Modifier and Type Method Description private void
PdfBoxRenderer. addPdfASchema(org.apache.pdfbox.pdmodel.PDDocument document, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean isPdfUa)
PdfRendererBuilder
PdfRendererBuilder. usePdfAConformance(PdfRendererBuilder.PdfAConformance pdfAConformance)
Set the PDF/A conformance, typically we use PDF/A-1 Note: PDF/A documents require fonts to be embedded.Constructors in com.openhtmltopdf.pdfboxout with parameters of type PdfRendererBuilder.PdfAConformance Constructor Description PdfBoxFontResolver(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<java.lang.String,FSCacheValue> pdfMetricsCache, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean pdfUaConform)
-