PDFAComplianceModeEnum
PDFAComplianceModeEnum enumeration constants are used to set the compliance with PDF/A standard for output PDF files.
Note: ABBYY uses the Adobe Preflight utility to examine the implementation of export to PDF/A for compliance with standard.
typedef enum {
PCM_None,
PCM_Pdfa_1a,
PCM_Pdfa_1b,
PCM_Pdfa_2a,
PCM_Pdfa_2u,
PCM_Pdfa_2b,
PCM_Pdfa_3a,
PCM_Pdfa_3u,
PCM_Pdfa_3b
} PDFAComplianceModeEnum;
Elements
Used in
IPDFExportParams::PDFAComplianceMode
ITextLayerInjectionParams::PDFAComplianceMode
See also
7/3/2024 8:50:25 AM