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 PdfAConformanceLevel
The PDF conformance level, e.g.protected PdfAChecker
protected PdfWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkPdfIsoConformance
(int key, Object obj1) Returns the conformance level.boolean
isPdfIso()
Checks if any PDF ISO conformance is necessary.void
setConformanceLevel
(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:
checkPdfIsoConformance
in interfacePdfIsoConformance
-
getConformanceLevel
Description copied from interface:PdfAConformance
Returns the conformance level.- Specified by:
getConformanceLevel
in interfacePdfAConformance
- Returns:
- See Also:
-
setConformanceLevel
Description copied from interface:PdfAConformance
Sets the conformance level.- Specified by:
setConformanceLevel
in interfacePdfAConformance
- See Also:
-
isPdfIso
public boolean isPdfIso()Description copied from interface:PdfIsoConformance
Checks if any PDF ISO conformance is necessary.- Specified by:
isPdfIso
in interfacePdfIsoConformance
- Returns:
true
if the PDF has to be in conformance with any of the PDF ISO specifications- See Also:
-
getPdfAChecker
-