Page 1 of 1

PdfComplianceMode

Posted: Wed Apr 20, 2016 6:00 am
by joro
Hello,

we need to export our reports with an enabled PDFACompliance setting which works fine.
But there are 3 different PdfComplianceModes:
- A1
- A2
- A3

What is the difference between them?
We need to export our document in a mode that prevents the user from editing/changing the document.
Can we use this property for this purpose? pdfExportSettings.AllowEditable = StiPdfAllowEditable.No;
BR
joro

Re: PdfComplianceMode

Posted: Wed Apr 20, 2016 9:38 am
by HighAley
Hello.

You could read about the difference of the PDF/A versionn on Wikipedia.
You don't need to set additional properties to prevent from editing/changing.

Thank you.