Uses of Enum Class
com.openhtmltopdf.pdfboxout.PdfRendererBuilder.PdfAConformance
Packages that use PdfRendererBuilder.PdfAConformance
-
Uses of PdfRendererBuilder.PdfAConformance in com.openhtmltopdf.pdfboxout
Subclasses with type arguments of type PdfRendererBuilder.PdfAConformance in com.openhtmltopdf.pdfboxoutModifier and TypeClassDescriptionstatic enumVarious level of PDF/A conformance: PDF/A-1, PDF/A-2 and PDF/A-3Fields in com.openhtmltopdf.pdfboxout declared as PdfRendererBuilder.PdfAConformanceModifier and TypeFieldDescriptionPdfBoxRenderer._pdfAConformancePdfRendererBuilderState._pdfAConformanceMethods in com.openhtmltopdf.pdfboxout that return PdfRendererBuilder.PdfAConformanceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PdfRendererBuilder.PdfAConformance[]PdfRendererBuilder.PdfAConformance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfRendererBuilder.PdfAConformanceModifier and TypeMethodDescriptionprivate voidPdfBoxRenderer.addPdfASchema(org.apache.pdfbox.pdmodel.PDDocument document, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean isPdfUa) 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.PdfAConformanceModifierConstructorDescriptionPdfBoxFontResolver(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<String, FSCacheValue> pdfMetricsCache, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean pdfUaConform)