Package com.itextpdf.kernel.pdf
Class PdfAConformanceLevel
java.lang.Object
com.itextpdf.kernel.pdf.PdfAConformanceLevel
- All Implemented Interfaces:
IConformanceLevel
Enumeration of all the PDF/A conformance levels.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final String
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final PdfAConformanceLevel
static final String
static final PdfAConformanceLevel
static final PdfAConformanceLevel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PdfAConformanceLevel
getConformanceLevel
(XMPMeta meta) static PdfAConformanceLevel
getConformanceLevel
(String part, String conformance) getPart()
static PdfAConformanceLevel
getPDFAConformance
(IConformanceLevel possibleConformance, PdfDocument document) Deprecated.since 8.0.4 Will be removed in next major release
-
Field Details
-
PDF_A_1A
-
PDF_A_1B
-
PDF_A_2A
-
PDF_A_2B
-
PDF_A_2U
-
PDF_A_3A
-
PDF_A_3B
-
PDF_A_3U
-
PDF_A_4
-
PDF_A_4E
-
PDF_A_4F
-
PDF_A_4_REVISION
- See Also:
-
conformance
-
part
-
-
Constructor Details
-
PdfAConformanceLevel
-
-
Method Details
-
getConformance
-
getPart
-
getConformanceLevel
-
getConformanceLevel
-
getPDFAConformance
@Deprecated public static PdfAConformanceLevel getPDFAConformance(IConformanceLevel possibleConformance, PdfDocument document) Deprecated.since 8.0.4 Will be removed in next major releaseGets the PdfA conformance level.- Parameters:
possibleConformance
- the possible candidate forPdfAConformanceLevel
document
- the document- Returns:
- the conformance level or null if it's not PDFA
-