Enum PdfAConformanceLevel
Identifies the PDF/A conformance level targeted by a conversion. All levels are B-level (visual reproduction) targets.
public enum PdfAConformanceLevel
Fields
PdfA1b = 0PDF/A-1b (ISO 19005-1, level B). Based on PDF 1.4. Prohibits transparency and JPEG2000.
PdfA2b = 1PDF/A-2b (ISO 19005-2, level B). Based on PDF 1.7. Allows transparency and JPEG2000. Recommended default.
PdfA3b = 2PDF/A-3b (ISO 19005-3, level B). Same as PDF/A-2b plus embedded files of any format.