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 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(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<String,FSCacheValue> pdfMetricsCache, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean pdfUaConform)
-