Uses of Enum Class
com.openhtmltopdf.pdfboxout.PdfRendererBuilder.PdfAConformance
Packages that use PdfRendererBuilder.PdfAConformance
-
Uses of PdfRendererBuilder.PdfAConformance in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as PdfRendererBuilder.PdfAConformanceModifier and TypeFieldDescriptionPdfBoxRenderer._pdfAConformance
PdfRendererBuilderState._pdfAConformance
Methods 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 void
PdfBoxRenderer.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)