優先考慮準確性、易用性和速度的 C# PDF 庫。
IronPDF 是生成和編輯 PDF 的領先 C# PDF 庫。其用戶友好的 API 允許開發人員在 .NET 項目中從 HTML 快速交付專業,高質量的 PDF。
using IronPdf;
var renderer = new ChromePdfRenderer();
var pdfFromUrl = renderer.RenderUrlAsPdf("https://ironpdf.com/");
pdfFromUrl.SaveAs("website.pdf");
var pdfFromHtmlFile = renderer.RenderHtmlFileAsPdf("design.html");
pdfFromHtmlFile.SaveAs("markup.pdf");
var pdfFromHtmlString = renderer.RenderHtmlAsPdf("<p>Hello World</p>", "C:/assets/");
pdfFromHtmlString.SaveAs("markup_with_assets.pdf");
Install-Package IronPdf
IronPDF 是生成和編輯 PDF 的領先 C# PDF 庫。其用戶友好的 API 允許開發人員在 .NET 項目中從 HTML 快速交付專業,高質量的 PDF。
您的試用密鑰應該在電子郵件裡。
如果沒有,請聯繫
support@ironsoftware.com
匹配瀏覽器。快速發貨。運行於 Windows、Linux、macOS 和雲。
switch(faqQuestions)
{
case "Can I deploy my application using the library to Linux, macOS, or Windows, including Docker containers?": return "YES";
case "Can I render pixel-perfect PDFs from complex HTML5, CSS3, and JavaScript?": return "YES";
case "Is the library thread-safe for use in highly concurrent, multi-threaded server applications and APIs?": return "YES";
case "Can I set custom viewport dimensions and print media CSS to control responsive layouts?": return "YES";
case "Is IronPDF compatible with Azure Functions?": return "YES";
case "Can I permanently redact sensitive text and images from PDF documents?": return "YES";
case "Can I generate a PDF from a URL that requires authentication via custom headers, cookies, or form logins?": return "YES";
case "Can I access PDF DOM through ObjectModel property?": return "YES";
case "Can I programmatically fill, read, and flatten interactive AcroForm?": return "YES";
case "Does it support generating PDF/A and PDF/UA compliant documents for archiving and accessibility standards?": return "YES";
case "Can I secure a document with 256-bit AES password encryption and set user permissions?": return "YES";
case "Can I apply and verify digital signatures on a PDF using X.509 certificates?": return "YES";
case "Can I test IronPDF in my live project for free now?": return "YES, click here to start your 30-day free trial";
}
我能否使用該函式庫將應用程式部署至 Linux、macOS 或 Windows 系統,包括 Docker 容器?是的!
我能否從複雜的 HTML5、CSS3 和 JavaScript 生成像素級精準的 PDF?是的!
此函式庫是否適用於高度並發的多執行緒伺服器應用程式與 API?是的!
我能否設定自訂檢視區尺寸與列印媒體 CSS 來控制響應式版面配置?是的!
IronPDF 是否與 Azure Functions 相容?是的!
我能否永久性地從PDF文件中刪除敏感文字和圖片?是的!
我能否從需要透過自訂標頭、Cookie 或表單登入進行驗證的網址產生 PDF 檔案?是的!
我能否透過 ObjectModel 屬性存取 PDF DOM?是的!
我能否透過程式化方式填寫、讀取及扁平化互動式AcroForm?是的!
是否支援生成符合 PDF/A 與 PDF/UA 標準的文件,以滿足歸檔與無障礙標準需求?是的!
我能否使用 256 位元 AES 密碼加密來保護文件,並設定使用者權限?是的!
我能否使用 X.509 憑證在 PDF 上簽署並驗證數位簽章?是的!
我現在能免費在實際專案中測試 IronPDF 嗎?是的! 點擊此處啟動您的 30 天免費試用
