PDF export functionality supports creating archive PDF documents (PDF/A).
PDF/A is a specific version of the PDF format for long-term archival preservation of electronic documents. This format differs from common PDF format by excluding all features that can be dangerous for long-term document storage (for example font linking, encryption, etc.).
PDF/A format is standardized by ISO. ISO requirements for viewer applications contain color management guidelines, embedded fonts support, and a user interface for reading embedded annotations.
There are several versions of PDF/A format:
The difference between PDF/A-2 and PDF/A-3 is insignificant for CAD applications, therefore ODA Platform supports only PDF/A-1 and PDF/A-2 versions.
To specify a version of PDF/A format, the PDF_A_mode
enumeration from the PDFExportParams
class is used.
Note: When exporting drawings into archive PDF format, it is strongly recommended to use the PDF/A-2 version for the following reasons:
MergeControl
parameter
is always set to the LinesOverwrite
value.
To export to the desired version of PDF/A format, use the setArchived()
method of the PDFExportParams
class. To retrieve whether exporting to the archive
PDF format is enabled, and if enabled, which version of PDF/A format is used,
call the archived()
method of the PDFExportParams
class.
There are several restrictions and disadvantages of using the PDF archive format for export:
Export to PDF Parameters and Flags
Copyright © 2002 – 2021. Open Design Alliance. All rights reserved.
|