java.lang.Object
com.lowagie.text.pdf.internal.PdfXConformanceImp
- All Implemented Interfaces:
PdfXConformance
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intDeprecated.The value indicating if the PDF has to be in conformance with PDF/X.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance.static final intDeprecated.A key for an aspect that can be checked for PDF/X Conformance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckPDFXConformance(PdfWriter writer, int key, Object obj1) Deprecated.Business logic that checks if a certain object is in conformance with PDF/X.voidcompleteExtraCatalog(PdfDictionary extraCatalog) Deprecated.voidDeprecated.intDeprecated.Getter for the PDF/X Conformance value.booleanisPdfA1()Deprecated.Checks if the PDF has to be in conformance with PDFA1booleanisPdfA1A()Deprecated.Checks if the PDF has to be in conformance with PDFA1AbooleanisPdfX()Deprecated.Checks if the PDF/X Conformance is necessary.booleanDeprecated.Checks if the PDF has to be in conformance with PDF/X-1a:2001booleanDeprecated.Checks if the PDF has to be in conformance with PDF/X-3:2002voidsetPDFXConformance(int pdfxConformance) Deprecated.Sets the PDF/X conformance level.
-
Field Details
-
PDFXKEY_COLOR
public static final int PDFXKEY_COLORDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
PDFXKEY_CMYK
public static final int PDFXKEY_CMYKDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
PDFXKEY_RGB
public static final int PDFXKEY_RGBDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
PDFXKEY_FONT
public static final int PDFXKEY_FONTDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
PDFXKEY_IMAGE
public static final int PDFXKEY_IMAGEDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
PDFXKEY_GSTATE
public static final int PDFXKEY_GSTATEDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
PDFXKEY_LAYER
public static final int PDFXKEY_LAYERDeprecated.A key for an aspect that can be checked for PDF/X Conformance.- See Also:
-
pdfxConformance
protected int pdfxConformanceDeprecated.The value indicating if the PDF has to be in conformance with PDF/X.
-
-
Constructor Details
-
PdfXConformanceImp
public PdfXConformanceImp()Deprecated.
-
-
Method Details
-
checkPDFXConformance
Deprecated.Business logic that checks if a certain object is in conformance with PDF/X.- Parameters:
writer- the writer that is supposed to write the PDF/X filekey- the type of PDF/X conformance that has to be checkedobj1- the object that is checked for conformance
-
getPDFXConformance
public int getPDFXConformance()Deprecated.Description copied from interface:PdfXConformanceGetter for the PDF/X Conformance value.- Specified by:
getPDFXConformancein interfacePdfXConformance- Returns:
- the pdfxConformance
- See Also:
-
setPDFXConformance
public void setPDFXConformance(int pdfxConformance) Deprecated.Description copied from interface:PdfXConformanceSets the PDF/X conformance level. Allowed values are PDFX1A2001, PDFX32002, PDFA1A and PDFA1B. It must be called before opening the document.- Specified by:
setPDFXConformancein interfacePdfXConformance- Parameters:
pdfxConformance- the conformance level- See Also:
-
isPdfX
public boolean isPdfX()Deprecated.Checks if the PDF/X Conformance is necessary.- Specified by:
isPdfXin interfacePdfXConformance- Returns:
- true if the PDF has to be in conformance with any of the PDF/X specifications
-
isPdfX1A2001
public boolean isPdfX1A2001()Deprecated.Checks if 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-1a:2001
-
isPdfX32002
public boolean isPdfX32002()Deprecated.Checks if the PDF has to be in conformance with PDF/X-3:2002- Returns:
- true of the PDF has to be in conformance with PDF/X-3:2002
-
isPdfA1
public boolean isPdfA1()Deprecated.Checks if the PDF has to be in conformance with PDFA1- Returns:
- true of the PDF has to be in conformance with PDFA1
-
isPdfA1A
public boolean isPdfA1A()Deprecated.Checks if the PDF has to be in conformance with PDFA1A- Returns:
- true of the PDF has to be in conformance with PDFA1A
-
completeInfoDictionary
Deprecated. -
completeExtraCatalog
Deprecated.
-