Hi Support team,
I tried using below code for converting PDF/A doc to PDF.
Document document = new Document(@“D:\IBM\Issues\Data\Aspose\Legal-Formal-Complaint-Letter-Template-PDF-Printable\PDFSampleSecure.pdf”); document.RemovePdfaCompliance();
document.Save(@“D:\IBM\Issues\Data\Aspose\Legal-Formal-Complaint-Letter-Template-PDF-Printable” + “ProtectDocument Vision v1 - PDFA-1b_Standard.pdf”);
The converted PDF still have all the restrictions as same as PDF/A .
I have attached the snapshot of the restrictions after removingPdfaComplaince.
I am also attaching sample PDF/A format.PDF_Standard.png (51.5 KB)
PDFSampleSecure.pdf (85.4 KB)
Please let me know, how can I remove the secure restrictions as shown in PDF_Standard.png
Thanks,
Hemalatha