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 PdfAConformanceLevel
AbstractPdfFormField.pdfAConformanceLevel
Methods 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.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return PdfAConformanceLevelModifier and TypeMethodDescriptionprotected PdfAConformanceLevel
AbstractFormFieldRenderer.getConformanceLevel
(PdfDocument document) Gets the conformance level.protected PdfAConformanceLevel
AbstractSelectFieldRenderer.getConformanceLevel
(PdfDocument document) Gets the conformance level. -
Uses of PdfAConformanceLevel in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfAConformanceLevelModifier and TypeFieldDescriptionstatic final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_1A
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_1B
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_2A
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_2B
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_2U
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_3A
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_3B
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_3U
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_4
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_4E
static final PdfAConformanceLevel
PdfAConformanceLevel.PDF_A_4F
protected PdfAConformanceLevel
PdfReader.pdfAConformanceLevel
Methods in com.itextpdf.kernel.pdf that return PdfAConformanceLevelModifier and TypeMethodDescriptionstatic PdfAConformanceLevel
PdfAConformanceLevel.getConformanceLevel
(XMPMeta meta) static PdfAConformanceLevel
PdfAConformanceLevel.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 with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprotected void
PdfADocument.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 thePdfAConformanceLevel
for this file.Methods in com.itextpdf.pdfa.checker with parameters of type PdfAConformanceLevelModifier and TypeMethodDescriptionprotected static boolean
PdfAChecker.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 levelprotected
PdfAChecker
(PdfAConformanceLevel conformanceLevel) Creates a PdfAChecker with the required conformance level.