How do you set the Conformance level in Spire.PDF?
You cannot do the following:
- Code: Select all
var pdfDocument = new PdfDocument()
{
Conformance = PdfConformanceLevel.Pdf_A1B
};
Because Conformance property is get only.
I don't want to convert the PDF afterwards, I want to set it by default.