Uses of Enum
com.itextpdf.kernel.pdf.PdfAConformance
Packages that use PdfAConformance
-
Uses of PdfAConformance in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfAConformanceMethods in com.itextpdf.kernel.pdf that return PdfAConformanceModifier and TypeMethodDescriptionPdfConformance.getAConformance()
Gets thePdfAConformance
instance if specified.static PdfAConformance
PdfConformance.getAConformance
(String part, String level) Gets an instance ofPdfAConformance
based on passed part and level.static PdfAConformance
Returns the enum constant of this type with the specified name.static PdfAConformance[]
PdfAConformance.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.pdf with parameters of type PdfAConformanceModifier and TypeMethodDescriptionWriterProperties.addPdfAXmpMetadata
(PdfAConformance aConformance) Adds PDF/A XMP metadata to the PDF document.Constructors in com.itextpdf.kernel.pdf with parameters of type PdfAConformanceModifierConstructorDescriptionPdfConformance
(PdfAConformance aConformance) Creates a newPdfConformance
instance based on only PDF/A conformance.PdfConformance
(PdfAConformance aConformance, PdfUAConformance uaConformance) Creates a newPdfConformance
instance based on PDF/A and PDF/UA conformance. -
Uses of PdfAConformance in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa with parameters of type PdfAConformanceModifier and TypeMethodDescriptionstatic PdfAChecker
PdfADocument.getCorrectCheckerFromConformance
(PdfAConformance aConformance) Gets correctPdfAChecker
for specified PDF/A conformance.Constructors in com.itextpdf.pdfa with parameters of type PdfAConformanceModifierConstructorDescriptionPdfADocument
(PdfWriter writer, PdfAConformance aConformance, PdfOutputIntent outputIntent) Constructs a new PdfADocument for writing purposes, i.e.PdfADocument
(PdfWriter writer, PdfAConformance aConformance, PdfOutputIntent outputIntent, DocumentProperties properties) Constructs a new PdfADocument for writing purposes, i.e. -
Uses of PdfAConformance in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker declared as PdfAConformanceMethods in com.itextpdf.pdfa.checker that return PdfAConformanceModifier and TypeMethodDescriptionPdfAChecker.getAConformance()
Gets thePdfAConformance
for this file.Methods in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceModifier and TypeMethodDescriptionprotected static boolean
PdfAChecker.checkStructure
(PdfAConformance aConformance) Checks conformance of PDF/A standard.Constructors in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceModifierConstructorDescriptionPdfA1Checker
(PdfAConformance aConformance) Creates a PdfA1Checker with the required conformancePdfA2Checker
(PdfAConformance aConformance) Creates a PdfA2Checker with the required conformancePdfA3Checker
(PdfAConformance aConformance) Creates a PdfA3Checker with the required conformancePdfA4Checker
(PdfAConformance aConformance) Creates a PdfA4Checker with the required conformanceprotected
PdfAChecker
(PdfAConformance aConformance) Creates a PdfAChecker with the required conformance.