PdfAConformance, PdfIsoConformancepublic class PdfAConformanceImp extends java.lang.Object implements PdfAConformance
PdfAConformance| Modifier and Type | Field | Description |
|---|---|---|
protected PdfAConformanceLevel |
conformanceLevel |
The PDF conformance level, e.g.
|
protected PdfAChecker |
pdfAChecker |
|
protected PdfWriter |
writer |
| Constructor | Description |
|---|---|
PdfAConformanceImp(PdfWriter writer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkPdfIsoConformance(int key,
java.lang.Object obj1) |
|
PdfAConformanceLevel |
getConformanceLevel() |
Returns the conformance level.
|
PdfAChecker |
getPdfAChecker() |
|
boolean |
isPdfIso() |
Checks if any PDF ISO conformance is necessary.
|
void |
setConformanceLevel(PdfAConformanceLevel conformanceLevel) |
Sets the conformance level.
|
protected PdfAConformanceLevel conformanceLevel
protected PdfAChecker pdfAChecker
protected PdfWriter writer
public PdfAConformanceImp(PdfWriter writer)
public void checkPdfIsoConformance(int key,
java.lang.Object obj1)
checkPdfIsoConformance in interface PdfIsoConformancepublic PdfAConformanceLevel getConformanceLevel()
PdfAConformancegetConformanceLevel in interface PdfAConformancePdfAConformance.getConformanceLevel()public void setConformanceLevel(PdfAConformanceLevel conformanceLevel)
PdfAConformancesetConformanceLevel in interface PdfAConformancePdfAConformance.setConformanceLevel(com.itextpdf.text.pdf.PdfAConformanceLevel)public boolean isPdfIso()
PdfIsoConformanceisPdfIso in interface PdfIsoConformancetrue if the PDF has to be in conformance with any of the PDF ISO specificationsPdfIsoConformance.isPdfIso()public PdfAChecker getPdfAChecker()
Copyright © 1998–2018. All rights reserved.