Package com.itextpdf.text.pdf.internal
Class PdfAConformanceImp
java.lang.Object
com.itextpdf.text.pdf.internal.PdfAConformanceImp
- All Implemented Interfaces:
PdfAConformance,PdfIsoConformance
Implementation of the PdfAConformance interface,
including the level of conformance.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PdfAConformanceLevelThe PDF conformance level, e.g.protected PdfACheckerprotected PdfWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPdfIsoConformance(int key, Object obj1) Returns the conformance level.booleanisPdfIso()Checks if any PDF ISO conformance is necessary.voidsetConformanceLevel(PdfAConformanceLevel conformanceLevel) Sets the conformance level.
-
Field Details
-
conformanceLevel
The PDF conformance level, e.g. PDF/A1 Level A, PDF/A3 Level U,... -
pdfAChecker
-
writer
-
-
Constructor Details
-
PdfAConformanceImp
-
-
Method Details
-
checkPdfIsoConformance
- Specified by:
checkPdfIsoConformancein interfacePdfIsoConformance
-
getConformanceLevel
Description copied from interface:PdfAConformanceReturns the conformance level.- Specified by:
getConformanceLevelin interfacePdfAConformance- Returns:
- See Also:
-
setConformanceLevel
Description copied from interface:PdfAConformanceSets the conformance level.- Specified by:
setConformanceLevelin interfacePdfAConformance- Parameters:
conformanceLevel-- See Also:
-
isPdfIso
public boolean isPdfIso()Description copied from interface:PdfIsoConformanceChecks if any PDF ISO conformance is necessary.- Specified by:
isPdfIsoin interfacePdfIsoConformance- Returns:
trueif the PDF has to be in conformance with any of the PDF ISO specifications- See Also:
-
getPdfAChecker
-