Uses of Enum
com.itextpdf.kernel.pdf.PdfAConformance
-
Uses of PdfAConformance in com.itextpdf.kernel.pdf
Modifier 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.Modifier and TypeMethodDescriptionWriterProperties.addPdfAXmpMetadata
(PdfAConformance aConformance) Adds PDF/A XMP metadata to the PDF document.ModifierConstructorDescriptionPdfConformance
(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
Modifier and TypeMethodDescriptionstatic PdfAChecker
PdfADocument.getCorrectCheckerFromConformance
(PdfAConformance aConformance) Gets correctPdfAChecker
for specified PDF/A conformance.ModifierConstructorDescriptionPdfADocument
(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
Modifier and TypeMethodDescriptionPdfAChecker.getAConformance()
Gets thePdfAConformance
for this file.Modifier and TypeMethodDescriptionprotected static boolean
PdfAChecker.checkStructure
(PdfAConformance aConformance) Checks conformance of PDF/A standard.ModifierConstructorDescriptionPdfA1Checker
(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.