Uses of Class
com.itextpdf.kernel.pdf.PdfAConformanceLevel
Packages that use PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfAConformanceLevelModifier and TypeFieldDescriptionprotected PdfAConformanceLevelAbstractPdfFormField.pdfAConformanceLevelMethods in com.itextpdf.forms.fields that return PdfAConformanceLevelModifier and TypeMethodDescriptionFormFieldBuilder.getConformanceLevel()Gets conformance level for form field creation.AbstractPdfFormField.getPdfAConformanceLevel()Gets the declared PDF/A conformance level.Methods in com.itextpdf.forms.fields with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionFormFieldBuilder.setConformanceLevel(PdfAConformanceLevel conformanceLevel) Sets conformance level for form field creation. -
Uses of PdfAConformanceLevel in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionCheckBox.setPdfAConformanceLevel(PdfAConformanceLevel conformanceLevel) Sets the PDF/A conformance level for the checkbox. -
Uses of PdfAConformanceLevel in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfAConformanceLevelModifier and TypeFieldDescriptionstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_1Astatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_1Bstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_2Astatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_2Bstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_2Ustatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_3Astatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_3Bstatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_3Ustatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_4static final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_4Estatic final PdfAConformanceLevelPdfAConformanceLevel.PDF_A_4Fprotected PdfAConformanceLevelPdfReader.pdfAConformanceLevelMethods in com.itextpdf.kernel.pdf that return PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfAConformanceLevelPdfAConformanceLevel.getConformanceLevel(XMPMeta meta) static PdfAConformanceLevelPdfAConformanceLevel.getConformanceLevel(String part, String conformance) PdfReader.getPdfAConformanceLevel()Gets the declared PDF/A conformance level of the source document that is being read. -
Uses of PdfAConformanceLevel in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa that return PdfAConformanceLevelModifier and TypeMethodDescriptionPdfADocument.getConformanceLevel()Gets the PdfAConformanceLevel set in the constructor or in the metadata of thePdfReader.Methods in com.itextpdf.pdfa with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprotected voidPdfADocument.setChecker(PdfAConformanceLevel conformanceLevel) Sets the checker that defines the requirements of the PDF/A standard depending on conformance level.Constructors in com.itextpdf.pdfa with parameters of type PdfAConformanceLevelModifierConstructorDescriptionPdfADocument(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent) Constructs a new PdfADocument for writing purposes, i.e.PdfADocument(PdfWriter writer, PdfAConformanceLevel conformanceLevel, PdfOutputIntent outputIntent, DocumentProperties properties) Constructs a new PdfADocument for writing purposes, i.e. -
Uses of PdfAConformanceLevel in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker declared as PdfAConformanceLevelMethods in com.itextpdf.pdfa.checker that return PdfAConformanceLevelModifier and TypeMethodDescriptionPdfAChecker.getConformanceLevel()Gets thePdfAConformanceLevelfor this file.Methods in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprotected static booleanPdfAChecker.checkStructure(PdfAConformanceLevel conformanceLevel) Checks conformance level of PDF/A standard.Constructors in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevelModifierConstructorDescriptionPdfA1Checker(PdfAConformanceLevel conformanceLevel) Creates a PdfA1Checker with the required conformance levelPdfA2Checker(PdfAConformanceLevel conformanceLevel) Creates a PdfA2Checker with the required conformance levelPdfA3Checker(PdfAConformanceLevel conformanceLevel) Creates a PdfA3Checker with the required conformance levelPdfA4Checker(PdfAConformanceLevel conformanceLevel) Creates a PdfA4Checker with the required conformance levelprotectedPdfAChecker(PdfAConformanceLevel conformanceLevel) Creates a PdfAChecker with the required conformance level.