com.lowagie.text.pdf.internal
public class PdfXConformanceImp extends Object implements PdfXConformance
| Field Summary | |
|---|---|
| protected int | pdfxConformance
The value indicating if the PDF has to be in conformance with PDF/X. |
| static int | PDFXKEY_CMYK A key for an aspect that can be checked for PDF/X Conformance. |
| static int | PDFXKEY_COLOR A key for an aspect that can be checked for PDF/X Conformance. |
| static int | PDFXKEY_FONT A key for an aspect that can be checked for PDF/X Conformance. |
| static int | PDFXKEY_GSTATE A key for an aspect that can be checked for PDF/X Conformance. |
| static int | PDFXKEY_IMAGE A key for an aspect that can be checked for PDF/X Conformance. |
| static int | PDFXKEY_LAYER A key for an aspect that can be checked for PDF/X Conformance. |
| static int | PDFXKEY_RGB A key for an aspect that can be checked for PDF/X Conformance. |
| Method Summary | |
|---|---|
| static void | checkPDFXConformance(PdfWriter writer, int key, Object obj1)
Business logic that checks if a certain object is in conformance with PDF/X. |
| void | completeExtraCatalog(PdfDictionary extraCatalog) |
| void | completeInfoDictionary(PdfDictionary info) |
| int | getPDFXConformance() |
| boolean | isPdfA1()
Checks if the PDF has to be in conformance with PDFA1 |
| boolean | isPdfA1A()
Checks if the PDF has to be in conformance with PDFA1A |
| 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) |
Parameters: writer the writer that is supposed to write the PDF/X file key the type of PDF/X conformance that has to be checked obj1 the object that is checked for conformance
See Also: getPDFXConformance
Returns: true of the PDF has to be in conformance with PDFA1
Returns: true of the PDF has to be in conformance with PDFA1A
Returns: true if the PDF has to be in conformance with any of the PDF/X specifications
Returns: true of the PDF has to be in conformance with PDF/X-1a:2001
Returns: true of the PDF has to be in conformance with PDF/X-3:2002
See Also: PdfXConformance