Uses of Class
com.openhtmltopdf.pdfboxout.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 PdfRendererBuilder.PdfAConformancePdfRendererBuilderState. _pdfAConformanceMethods in com.openhtmltopdf.pdfboxout that return PdfRendererBuilder.PdfAConformance Modifier and Type Method Description static PdfRendererBuilder.PdfAConformancePdfRendererBuilder.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.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfRendererBuilder.PdfAConformance Modifier and Type Method Description PdfRendererBuilderPdfRendererBuilder. 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(com.openhtmltopdf.layout.SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue> pdfMetricsCache, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean pdfUaConform)