Convert PDF/A to PDF format
Contents
[
Hide
]
The following code snippet also work with Aspose.PDF.Drawing library.
Convert PDF/A document to PDF
Convert PDF/A document to PDF means removing PDF/A restriction from the original document. Class Document has method RemovePdfaCompliance(..) to remove the PDF compliance information from input/source file.
PDF/A conformance may also be removed if you make any changes in the document (e.g. add pages). In the following example, the output document loses PDF/A compliance after a new page is added.