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.pdfAConformanceLevelDeprecated.since 8.0.4, this is not used anymore! Use pdfConformanceLevel insteadMethods in com.itextpdf.forms.fields that return PdfAConformanceLevelModifier and TypeMethodDescriptionFormFieldBuilder.getConformanceLevel()Deprecated.since 8.0.4 will returnIConformanceLevelin next major releaseAbstractPdfFormField.getPdfAConformanceLevel()Deprecated.Methods in com.itextpdf.forms.fields with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionFormFieldBuilder.setConformanceLevel(PdfAConformanceLevel conformanceLevel) Deprecated.since 8.0.4 conformance level param will change toIConformanceLevel -
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) Deprecated. -
Uses of PdfAConformanceLevel in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return PdfAConformanceLevelModifier and TypeMethodDescriptionprotected PdfAConformanceLevelAbstractFormFieldRenderer.getConformanceLevel(PdfDocument document) Deprecated.since 8.0.4 will returnIConformanceLevelprotected PdfAConformanceLevelAbstractSelectFieldRenderer.getConformanceLevel(PdfDocument document) Deprecated.since 8.0.4 will be returnIConformanceLevel -
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) static PdfAConformanceLevelPdfAConformanceLevel.getPDFAConformance(IConformanceLevel possibleConformance, PdfDocument document) Deprecated.since 8.0.4 Will be removed in next major releasePdfReader.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 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.