Table of Contents

Property Conformance

Namespace
DocWright.Renderers.Pdf
Assembly
DocWright.Renderers.Pdf.dll

Conformance

Gets or sets the archival conformance level. Defaults to None, which leaves output bytes unchanged.

public PdfConformanceLevel Conformance { get; set; }

Property Value

PdfConformanceLevel

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.