Enum PdfConformanceLevel
The archival conformance level a PDF is written to.
public enum PdfConformanceLevel
Fields
None = 0No archival conformance claim. The default; output bytes are unaffected.
PdfA2b = 1PDF/A-2b (ISO 19005-2:2011, level B — visual reproduction). Adds an sRGB output intent, a file identifier and PDF/A identification metadata, and requires a caller -supplied creation date.
Remarks
Conformance is a mode, not a different writer: the page content, fonts, images and object ordering are produced by the same code path at every level. A level adds the identification and colour-management structures the standard requires, and refuses or degrades the features it prohibits.