使用IronPDF的PDF/UA標準的文件。 這確保您的PDF符合普遍無障礙的PDF/UA標準,使其對殘障人士更加友好和包容。 要了解有關建立無障礙PDF的更多資訊,請存取IronPDF PDF/UA合規指南。
如果您有興趣探索Iron Software的其他強大程式庫,例如使用IronBarcode進行條碼生成和識別,或使用IronOCR採用先進的OCR技術,請存取各自的頁面以獲取更多這些功能的資訊。
學習使用IronPDF建立無障礙PDFusing IronPdf;
// Open a PDF or use an exisiting PdfDocument object
PdfDocument pdf = PdfDocument.FromFile("source_doc.pdf");
// Save the PDF/UA Document to File
pdf.SaveAsPdfUA("pdfua-compliant.pdf");
Imports IronPdf
' Open a PDF or use an existing PdfDocument object
Dim pdf As PdfDocument = PdfDocument.FromFile("source_doc.pdf")
' Save the PDF/UA Document to File
pdf.SaveAsPdfUA("pdfua-compliant.pdf")使用IronPDF的PDF/UA標準的文件。 這確保您的PDF符合普遍無障礙的PDF/UA標準,使其對殘障人士更加友好和包容。 要了解有關建立無障礙PDF的更多資訊,請存取IronPDF PDF/UA合規指南。
如果您有興趣探索Iron Software的其他強大程式庫,例如使用IronBarcode進行條碼生成和識別,或使用IronOCR採用先進的OCR技術,請存取各自的頁面以獲取更多這些功能的資訊。
學習使用IronPDF建立無障礙PDFNuget Downloads 21,105,021|版本:2026.9剛剛發布