Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The following code snippet also work with Aspose.PDF.Drawing library.
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.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.