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.PdfAConformancePdfBoxRenderer. _pdfAConformancePdfRendererBuilder.PdfAConformancePdfRendererBuilderState. _pdfAConformanceMethods in com.openhtmltopdf.pdfboxout that return PdfRendererBuilder.PdfAConformance Modifier and Type Method Description static PdfRendererBuilder.PdfAConformancePdfRendererBuilder.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 voidPdfBoxRenderer. addPdfASchema(org.apache.pdfbox.pdmodel.PDDocument document, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean isPdfUa)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<java.lang.String,FSCacheValue> pdfMetricsCache, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean pdfUaConform)
-