Property Conformance
Conformance
Gets or sets the archival conformance level. Defaults to None, which leaves output bytes unchanged.
public PdfConformanceLevel Conformance { get; set; }
Property Value
Remarks
PdfA2b requires CreationDate: ISO 19005-2 mandates a creation timestamp, and DocWright never invents one, so the combination throws OutputConformanceException rather than silently reading the system clock and breaking deterministic output.