public class PdfXConformanceImp extends java.lang.Object implements PdfXConformance
| Modifier and Type | Field and Description |
|---|---|
protected int |
pdfxConformance
The value indicating if the PDF has to be in conformance with PDF/X.
|
| Constructor and Description |
|---|
PdfXConformanceImp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkPDFXConformance(PdfWriter writer,
int key,
java.lang.Object obj1)
Business logic that checks if a certain object is in conformance with PDF/X.
|
int |
getPDFXConformance()
Getter for the PDF/X Conformance value.
|
boolean |
isPdfIso()
Checks if any PDF ISO conformance is necessary.
|
boolean |
isPdfX()
Checks if the PDF/X Conformance is necessary.
|
boolean |
isPdfX1A2001()
Checks if the PDF has to be in conformance with PDF/X-1a:2001
|
boolean |
isPdfX32002()
Checks if the PDF has to be in conformance with PDF/X-3:2002
|
void |
setPDFXConformance(int pdfxConformance)
Sets the PDF/X conformance level.
|
protected int pdfxConformance
public void setPDFXConformance(int pdfxConformance)
PdfXConformancesetPDFXConformance in interface PdfXConformancepdfxConformance - the conformance levelPdfXConformance.setPDFXConformance(int)public int getPDFXConformance()
PdfXConformancegetPDFXConformance in interface PdfXConformancePdfXConformance.getPDFXConformance()public boolean isPdfIso()
PdfIsoConformanceisPdfIso in interface PdfIsoConformancetrue if the PDF has to be in conformance with any of the PDF ISO specificationsPdfIsoConformance.isPdfIso()public boolean isPdfX()
isPdfX in interface PdfXConformancepublic boolean isPdfX1A2001()
public boolean isPdfX32002()
public static void checkPDFXConformance(PdfWriter writer, int key, java.lang.Object obj1)
writer - the writer that is supposed to write the PDF/X filekey - the type of PDF ISO conformance that has to be checkedobj1 - the object that is checked for conformanceCopyright © 2013. All Rights Reserved.