Uses of Class
com.itextpdf.kernel.pdf.PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.fields
Modifier and TypeFieldDescriptionprotected PdfAConformanceLevel
AbstractPdfFormField.pdfAConformanceLevel
Modifier and TypeMethodDescriptionFormFieldBuilder.getConformanceLevel()
Gets conformance level for form field creation.AbstractPdfFormField.getPdfAConformanceLevel()
Gets the declared PDF/A conformance level.Modifier and TypeMethodDescriptionFormFieldBuilder.setConformanceLevel
(PdfAConformanceLevel conformanceLevel) Sets conformance level for form field creation. -
Uses of PdfAConformanceLevel in com.itextpdf.forms.form.element
Modifier and TypeMethodDescriptionCheckBox.setPdfAConformanceLevel
(PdfAConformanceLevel conformanceLevel) Sets the PDF/A conformance level for the checkbox. -
Uses of PdfAConformanceLevel in com.itextpdf.kernel.pdf
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionPdfADocument.getConformanceLevel()
Gets the PdfAConformanceLevel set in the constructor or in the metadata of thePdfReader
.Modifier and TypeMethodDescriptionprotected void
PdfADocument.setChecker
(PdfAConformanceLevel conformanceLevel) Sets the checker that defines the requirements of the PDF/A standard depending on conformance level.ModifierConstructorDescriptionPdfADocument
(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
Modifier and TypeMethodDescriptionPdfAChecker.getConformanceLevel()
Gets thePdfAConformanceLevel
for this file.Modifier and TypeMethodDescriptionprotected static boolean
PdfAChecker.checkStructure
(PdfAConformanceLevel conformanceLevel) Checks conformance level of PDF/A standard.ModifierConstructorDescriptionPdfA1Checker
(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.