Uses of Class
com.itextpdf.kernel.pdf.PdfAConformanceLevel
Package
Description
-
Uses of PdfAConformanceLevel in com.itextpdf.forms.fields
Modifier and TypeFieldDescriptionprotected PdfAConformanceLevel
AbstractPdfFormField.pdfAConformanceLevel
Deprecated.since 8.0.4, this is not used anymore! Use pdfConformanceLevel insteadModifier and TypeMethodDescriptionFormFieldBuilder.getConformanceLevel()
Deprecated.since 8.0.4 will returnIConformanceLevel
in next major releaseAbstractPdfFormField.getPdfAConformanceLevel()
Deprecated.Modifier 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
Modifier and TypeMethodDescriptionCheckBox.setPdfAConformanceLevel
(PdfAConformanceLevel conformanceLevel) Deprecated. -
Uses of PdfAConformanceLevel in com.itextpdf.forms.form.renderer
Modifier and TypeMethodDescriptionprotected PdfAConformanceLevel
AbstractFormFieldRenderer.getConformanceLevel
(PdfDocument document) Deprecated.since 8.0.4 will returnIConformanceLevel
protected PdfAConformanceLevel
AbstractSelectFieldRenderer.getConformanceLevel
(PdfDocument document) Deprecated.since 8.0.4 will be returnIConformanceLevel
-
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) static PdfAConformanceLevel
PdfAConformanceLevel.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
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.