| com.lowagie.text.pdf.interfaces.PdfXConformance
All known Subclasses: com.lowagie.text.pdf.internal.PdfXConformanceImp, com.lowagie.text.pdf.PdfWriter,
PdfXConformance | public interface PdfXConformance (Code) | | |
Method Summary | |
public int | getPDFXConformance() Getter for the PDF/X Conformance value. | public boolean | isPdfX() Checks if the PDF/X Conformance is necessary. | public void | setPDFXConformance(int pdfxConformance) Sets the PDF/X conformance level. |
getPDFXConformance | public int getPDFXConformance()(Code) | | Getter for the PDF/X Conformance value.
the pdfxConformance |
isPdfX | public boolean isPdfX()(Code) | | Checks if the PDF/X Conformance is necessary.
true if the PDF has to be in conformance with any of the PDF/X specifications |
setPDFXConformance | public void setPDFXConformance(int pdfxConformance)(Code) | | Sets the PDF/X conformance level.
Allowed values are PDFX1A2001, PDFX32002, PDFA1A and PDFA1B.
It must be called before opening the document.
Parameters: pdfxConformance - the conformance level |
|
|