PDFAConvertResult Class Documentation
classPDFAConvertResultNamespace:Datalogics::PDFL
Detailed Description
Contains a PDF document if the conversion is successful; returns null if the conversion fails.
PDF/A is an ISO-standard version the PDF format, lighter and designed to be used with PDF files that need to be archived for long periods. For example, the fonts in a PDF/A file are embedded in the file itself, and not accessed from the host machine.
Referenced by
Constructor & Destructor Documentation
Property Documentation
PDFADocument
DocumentPDFADocument[get, set]Return the PDF/A compliant version of the document.
PDFASaveFlags
SaveFlagsPDFASaveFlags[get, set]Return the SaveFlags that must be used when saving the PDF/A compliant document.
You must use these SaveFlags when saving the PDF/A document, or you risk breaking PDF/A compliance.