PdfComplianceMode

Stimulsoft Reports.NET discussion
Post Reply
joro
Posts: 63
Joined: Wed Jan 27, 2010 7:35 am

PdfComplianceMode

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: PdfComplianceMode

Post 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.
Post Reply