PDF/A
您的企業在PDF安全和合規性方面的年度訂閱費用過高。不妨考慮IronSecureDoc PDF安全解決方案,它提供SaaS服務管理方案,例如數位簽章、內容編輯、加密和保護,所有服務只需一次性付費。了解IronSecureDoc文檔
準備好開始了嗎?
Nuget 下載 18,560,885 | 版本: 2026.4 剛剛發布
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