在生產環境中測試,無浮水印。
無論您在哪裡需要,它都能運作。
立即獲取 30 天完整功能版產品。
幾分鐘內即可完成安裝並開始使用。
在產品試用期間,您可隨時聯繫我們的技術支援團隊
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
您的試用金鑰應已寄至您的電子郵件。
若未收到,請聯絡
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?是的!
我可以設定自訂視口尺寸和 PRINT 媒體 CSS 來控制響應式佈局嗎?可以!
IronPDF 是否與 Azure Functions 相容?是的!
我可以永久從 PDF 文件中移除敏感文字和圖片嗎?可以!
我可以從需要透過自訂標頭、Cookie 或表單登入進行驗證的 URL 生成 PDF 檔案嗎?可以!
我可以透過 ObjectModel 屬性存取 PDF DOM 嗎?是的!
我可以透過程式化方式填寫、讀取並扁平化互動式 AcroForm 嗎?是的!
是否支援產生符合 PDF/A 和 PDF/UA 標準的文件,以滿足歸檔與無障礙標準?是的!
我可以使用 256 位元 AES 密碼加密來保護文件,並設定使用者權限嗎?是的!
我能否使用 X.509 憑證在 PDF 上簽署並驗證數位簽名?可以!
我現在可以免費在實際專案中測試 IronPDF 嗎?是的! 點擊此處開始您的 30 天試用
