IronWord 变更日志 IronWord 更新日志和功能 Curtis Chau 已更新:2026年3月1日 下载 IronWord NuGet 下载 免费试用 LLM副本 LLM副本 将页面复制为 Markdown 格式,用于 LLMs 在 ChatGPT 中打开 向 ChatGPT 咨询此页面 在双子座打开 向 Gemini 询问此页面 在 Grok 中打开 向 Grok 询问此页面 打开困惑 向 Perplexity 询问有关此页面的信息 分享 在 Facebook 上分享 分享到 X(Twitter) 在 LinkedIn 上分享 复制链接 电子邮件文章 This article was translated from English: Does it need improvement? Translated View the article in English IronWord 路线图 在 IronWord,我们不仅仅提供一个简单的 Word DOCx 库; 我们为工程师提供由工程师精心打造的综合工具包。 我们关注的不仅仅是功能; 我们努力提供无缝体验,使您能够毫不费力地将 Word 文档处理功能集成到您的 .NET 项目中。 查看更多 放心; IronWord 对质量的坚定承诺确保了可靠性和性能,让您能够专注于构建卓越的应用程序。 但这仅仅是个开始。 我们为积极参与社区活动而感到无比自豪。 您的反馈意见将指导我们的产品路线图,帮助我们根据您的需求确定功能请求的优先级。 您的意见推动着我们的创新,确保 IronWord 与您的发展目标同步发展。 加入我们,共同踏上这段旅程,我们将不断创新、协作,并在 .NET 生态系统中提升 Word 文档处理体验。 2026年4月 IronWord v2026.4.1 PM > Install-Package IronWord -Version 2026.4.1 NuGet Download View API Reference 发布说明 更新内部依赖项。 Fixed placeholder replacement failure when DOCX documents contain proofErr, bookmarks, or revision tracking markers that split text into multiple runs. Introduced a new AddRun method to enable run creation at multiple levels, along with support for accessing runs via WordDocument, DocumentSection, and Paragraph. Adds ability to set text style through a TextContent object. 2026年3月 IronWord v2026.3.1 PM > Install-Package IronWord -Version 2026.3.1 NuGet Download View API Reference 发布说明 更新内部依赖项。 2026 年 2 月 IronWord v2026.2.1 PM > Install-Package IronWord -Version 2026.2.1 NuGet Download View API Reference 发布说明 更新内部依赖项。 2026 年 1 月 IronWord v2026.1.4 PM > Install-Package IronWord -Version 2026.1.4 NuGet Download View API Reference 发布说明 Adds ability to convert DOCX to PDF with WordDocument.ToPdf(). 需要 IronPDF 才能运行。 警告:此功能为实验性功能。 预计未来情况会有所改善。 增加了为表格和表格单元格添加基本样式的功能。 Fixes ShapeContent points not updating when modifying ShapeContent. 修复了 Word 文档对象继承样式无法正确继承的问题。 Fixes ShapeContent and ImageContent not properly retrieving position information from Word documents. 更新内部依赖项。 2025 年 12 月 IronWord v2025.12.1. PM > Install-Package IronWord -Version 2025.12.1 NuGet Download 发布说明 更新内部依赖项。 Moves DocumentSection to be at the top of the document object model hierarchy. Fixes issue where adding a section to a document throws an ArgumentException. 2025 年 11 月 IronWord v2025.11.29. PM > Install-Package IronWord -Version 2025.11.29 NuGet Download View API Reference 发布说明 更新内部依赖项。 2025年10月 IronWord v2025.10.8. PM > Install-Package IronWord -Version 2025.10.8 NuGet Download View API Reference 发布说明 更新内部依赖项。 Fixes a bug where ExtractImages could not detect images on some .docx files. 修正了一个错误,即在添加表格后立即添加文本会导致文本被添加到表格中,而不是添加到新段落中。 2025 年 9 月 IronWord v2025.9.6. PM > Install-Package IronWord -Version 2025.9.6 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to 2025.9.2. 2025 年 8 月 IronWord v2025.8.17. PM > Install-Package IronWord -Version 2025.8.17 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to 2025.8.1. 2025年7月 IronWord v2025.7.13. PM > Install-Package IronWord -Version 2025.7.13 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to 2025.7.12. 修复了加载某些 docx 文件时会出现 "隐式转换错误 "的问题。 无法转换空对象`。 修复了加载包含自定义样式组的 docx 文件时出现的问题。 Fixes an issue with OpenXML dependency version conflicts when users install IronWord alongside their own OpenXML references. 2025 年 6 月 IronWord v2025.6.4. PM > Install-Package IronWord -Version 2025.6.4 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to 2025.6.2. 2025年5月 IronWord v2025.5.3 PM > Install-Package IronWord -Version 2025.5.3 NuGet Download View API Reference 发布说明 修复了在文档中添加图片时无法正常工作的问题。 修复了连续打开多个文档时的问题。 Added ExtractImages() for recursively retrieving all images contained within a document. Added ExtractShapes() for recursively retrieving all shapes contained within a document. Added Remove() for removing a given text object from a document. Added FindText() for finding a text object (associated with the specified text) within a document. 2025 年 4 月 IronWord v2025.4.3 PM > Install-Package IronWord -Version 2025.4.3 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to 2025.3.6. 2025 年 3 月 IronWord v2025.3.10 PM > Install-Package IronWord -Version 2025.3.10 NuGet Download View API Reference 发布说明 修复了字体大小属性会返回预期值一半的问题。 修复了使用继承样式的元素不会返回继承样式属性的问题。 修复了添加或修改文档文本不会显示在文档上的高优先级问题。 修复了对某些主题颜色简写版本的支持(如 "lt1"、"dk1 "等)。 修复打开或保存文档时出现的各种异常。 Adds DefaultTextStyle property to many classes which may contain text. Adds ExtractText() and ReplaceText() methods to many classes which may contain text. Adds WordDocument(byte[]) constructor which allows users to open a document from a byte array. Improves WordDocument.Save() to now return a byte array of the DOCUMENT. 返回与主题颜色相关的正确 RGBA 值。 Obsoletes Text and Image class to use TextContent and ImageContent, respectively. 2025 年 2 月 IronWord v2025.2.15 PM > Install-Package IronWord -Version 2025.2.15 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing Dependency to 2025.1.6. 2025 年 1 月 IronWord v2025.1.2 PM > Install-Package IronWord -Version 2025.1.2 NuGet Download View API Reference 发布说明 更新依赖包以解决已知的安全漏洞。 2024 年 12 月 IronWord v2024.12.2 PM > Install-Package IronWord -Version 2024.11.2 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing Dependency to 2024.12.3 2024年11月 IronWord v2024.11.2 PM > Install-Package IronWord -Version 2024.11.2 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing Dependency to 2024.9.15 2024年10月 IronWord v2024.10.2 PM > Install-Package IronWord -Version 2024.10.2 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing Dependency to 2024.9.11 2024 年 9 月 IronWord v2024.9.1 PM > Install-Package IronWord -Version 2024.9.1 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to version 2024.9.10 2024 年 8 月 IronWord v2024.8.3 PM > Install-Package IronWord -Version 2024.8.3 NuGet Download View API Reference 发布说明 修复了无法加载文本颜色设置为 "自动 "的 word 文档的问题。 Updates IronSoftware.System.Drawing Dependency to 2024.8.1 2024 年 7 月 IronWord v2024.7.1 PM > Install-Package IronWord -Version 2024.7.1 NuGet Download View API Reference 发布说明 Updates IronSoftware.System.Drawing to version 2024.7.2. 已知问题: 添加形状会损坏文档。 表格不能使用背景色。 2024 年 6 月 IronWord v2024.6.1 PM > Install-Package IronWord -Version 2024.6.1 NuGet Download View API Reference 发布说明 引入新的 API,用于综合文本和段落样式。 增加了在文本上设置和自定义下划线、阴影、反射、渐变、发光、轮廓和 3D 效果的功能。 增加了设置段落间距、对齐方式和缩进的功能。 Updates IronSoftware.System.Drawing to version 2024.6.1. 已知问题: 添加形状会损坏文档。 表格不能使用背景色。 2024年5月 IronWord v2024.5.8 PM > Install-Package IronWord -Version 2024.5.8 NuGet Download View API Reference 发布说明 小错误修复 Updates IronSoftware.System.Drawing to version 2024.5.1 2024年4月 IronWord v2024.4.1 PM > Install-Package IronWord -Version 2024.4.1 NuGet Download View API Reference 发布说明 Updates PageSetup API 添加新的纸张尺寸枚举(A5、Letter、Legal) 增加了设置自定义纸张大小的功能 增加设置页面方向的功能 增加在 word 文档中添加章节的功能 修复了设置文本颜色时出现异常的错误 Fixes bug where table cells were not being merged together when MergeCells method was called 增加了直接在表格单元格中添加文本和图像的功能,而无需将其添加到段落中 增加设置表格布局的功能 2024 年 3 月 IronWord v2024.3.5 PM > Install-Package IronWord -Version 2024.3.5 NuGet Download View API Reference 发布说明 Updates PageSetup API 添加新的纸张尺寸枚举(A5、Letter、Legal) 增加了设置自定义纸张大小的功能 增加设置页面方向的功能 增加在 word 文档中添加章节的功能 修复了设置文本颜色时出现异常的错误 Fixes bug where table cells were not being merged together when MergeCells method was called 增加了直接在表格单元格中添加文本和图像的功能,而无需将其添加到段落中 增加设置表格布局的功能 2024 年 1 月 IronWord v2024.1.2 PM > Install-Package IronWord -Version 2024.1.2 NuGet Download View API Reference 发布说明 IronWord 首次发布! Supported environments include Windows (10+, Server 2016+), Linux (Ubuntu, Debian, CentOS, etc.), iOS (12+), Android API 21+ ('Lollipop' v5), Docker (Windows, Linux, Azure), Azure (VPS, WebApp, Function), and AWS (EC2, Lambda). Supported .NET project types are Web (Blazor & WebForms), Mobile (Xamarin & MAUI), Desktop (WPF & MAUI), and Console (App & Library).