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
PdfComplianceMode
Re: PdfComplianceMode
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.
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.