優先考慮精確性、易用性和速度的 C# Word 文檔庫。
IronWord 是一個 C# Word DOCx 庫,用於在 .NET 中生成和編輯 Word 文檔。其用戶友好的 API 允許開發人員在幾分鐘內將 Word 文檔處理功能添加到 .NET 項目中。
using IronWord;
using IronWord.Models;
// Load docx
WordDocument doc = new WordDocument("document.docx");
// Add text
doc.AddText("Add text using IronWord");
// Export docx
doc.SaveAs("save_document.docx");
Install-Package IronWord
設計為C#, F#, & VB.NET運行於.NET 10, 9, 8, 7, 6, 5, Core, Standard,或 Framework
IronWord 是一個 C# Word DOCx 庫,用於在 .NET 中生成和編輯 Word 文檔。其用戶友好的 API 允許開發人員在幾分鐘內將 Word 文檔處理功能添加到 .NET 項目中。
您的試用密鑰應該在電子郵件裡。
如果沒有,請聯繫
support@ironsoftware.com
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";
}
IronWord可以在不安裝Microsoft Office或Office Interop的情況下建立、載入和編輯.docx文件嗎?是的!
它是否在Windows、Linux、macOS、Docker和Azure上的所有主要.NET版本中完全跨平台?是的!
文字樣式(字體、大小、顏色、刪除線、粗體/斜體)可以在運行級別控制嗎?是的!
是否有完整的API用於構建和編輯表格,包括單元格合併、邊框、底紋和列寬?是的!
可以從文件或流中插入圖像並控制其尺寸和對齊方式嗎?是的!
它是否支持通過單個TextRuns和Paragraphs進行細粒度的內容插入和編輯?是的!
文件可以保存到MemoryStream或byte[]以HTTP方式傳送而不寫入磁碟嗎?是的!
它是否支持在單個文件中具有不同頁面佈局的多個文件區段?是的!
可以創建帶有自定義縮排和嵌套的項目符號列表和編號列表嗎?是的!
授權是否對伺服器端友好,支持並發處理而無執行緒限制?是的!
它是否能夠優雅地處理格式錯誤的文件以防止批量處理時崩潰?是的!
我可以立即在我的實時專案中免費測試IronWord嗎?是的! 點此開始您的30天免費試用