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 TypeFieldDescriptionstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final PdfAConformanceLevelstatic final Stringstatic final PdfAConformanceLevelstatic final PdfAConformanceLevel -
Method Summary
Modifier and TypeMethodDescriptionstatic PdfAConformanceLevelgetConformanceLevel(XMPMeta meta) static PdfAConformanceLevelgetConformanceLevel(String part, String conformance) getPart()static PdfAConformanceLevelgetPDFAConformance(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:
-
-
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
-