PDFXConvertResult Class Documentation
classPDFXConvertResultNamespace:Datalogics::PDFL
Detailed Description
Contains a PDF document if the conversion is successful; returns null if the conversion fails.
PDF/X is a subset of the PDF ISO standard. The purpose of PDF/X is to facilitate graphics exchange, and it therefore has a series of printing related requirements. For example, in PDF/X-1a all fonts need to be embedded and all images need to be CMYK or spot colors. PDF/X-3 accepts calibrated RGB and CIELAB colors.
Referenced by
Constructor & Destructor Documentation
Property Documentation
PDFXDocument
DocumentPDFXDocument[get, set]Return the PDF/X compliant version of the document.
PDFXSaveFlags
SaveFlagsPDFXSaveFlags[get, set]Return the SaveFlags that must be used when saving the PDF/X compliant document.
You must use these SaveFlags when saving the PDF/X document, or you risk breaking PDF/X compliance.