PDF/A
With IronPDF's SaveAsPdfA method, you can save PDFs to be archiving compliant. Currently supported version of PDFA is PDFA-3B.
using IronPdf; // Open a PDF or use an exisiting PdfDocument object PdfDocument pdf = PdfDocument.FromFile("source_doc.pdf"); // Perform PDF Editing Tasks... // Save the PDF/A-3b Document to File pdf.SaveAsPdfA("pdfa-compliant.pdf", PdfAVersions.PdfA3b);
Imports IronPdf ' Open a PDF or use an exisiting PdfDocument object Private pdf As PdfDocument = PdfDocument.FromFile("source_doc.pdf") ' Perform PDF Editing Tasks... ' Save the PDF/A-3b Document to File pdf.SaveAsPdfA("pdfa-compliant.pdf", PdfAVersions.PdfA3b)
Install-Package IronPdf
With IronPDF's SaveAsPdfA method, you can save PDFs to be archiving compliant. Currently supported version of PDFA is PDFA-3B.
9 .NET API products for your office documents