一个以准确性、易用性和速度优先的 C# Word 库。
IronWord 是一个用于在 .NET 中生成和编辑 Word 文档的 C# Word DOCx 库。其用户友好的 API 允许开发者在数分钟内将 Word 文档处理功能添加到 .NET 项目中。
30DAYFREE
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
为在.NET 10, 9, 8, 7, 6, 5, Core, Standard, or Framework上运行的C#, F#, & VB.NET而设计
IronWord 是一个用于在 .NET 中生成和编辑 Word 文档的 C# Word DOCx 库。其用户友好的 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用于构建和编辑表格,包括单元格合并、边框、阴影和列宽?是的!
是否可以从文件或流中插入图像,并控制尺寸和对齐?是的!
是否支持通过单个TextRun和段落插入和编辑细粒度内容?是的!
是否能将文档保存到MemoryStream或byte[],以便HTTP传递而无需写入磁盘?是的!
是否支持在单个文件中具有不同页面布局的多个文档章节?是的!
是否能创建带有自定义缩进和嵌套的项目符号和编号列表?是的!
许可证是否友好的服务器端,支持并发处理而无线程限制?是的!
是否能优雅地处理格式错误的文档以防止批处理时崩溃?是的!
我现在能否在我的实时项目中免费测试IronWord?是的! 点击此处开始您的30天免费试用