Constants - PDF Types¶
PDF export supports standard/normal PDF files as well as PDF/A and PDF/X files.
PDF/A is an ISO standard for long-term digital preservation of electronic documents.
The following constants can be used for a member of the PDFExportOptions structure variable set via pPDFExportOptions.
| Constant | Description | PDF Version |
|---|---|---|
C_drPDFNormal |
File format used to present documents in a manner independent of application software, hardware, and operating systems | 1.6 |
C_drPDFA |
Following the PDF/A 1b 2005 standards | 1.4 |
C_drPDFA3 |
Following the PDF/A 3b standards | 1.7 |
C_drFacturX |
Following the extended profile of the Factur-X specifications | 1.7 |