IronWord for .NET 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
IronWord for .NET 2026.9.12026年9月1日
功能
  • Updated internal dependencies.
修正
  • Fixed an issue where converting multi-page Word documents to PDF could fail.
IronWord for .NET 2026.8.12026年8月3日
功能
  • Updated internal dependencies.
修正
  • Fixed an issue where certain DOCX files could fail to load or save due to unsupported document elements.
IronWord for .NET 2026.6.12026年5月26日
功能
  • Added Mail Merge support for discovering and populating merge fields from dictionaries, DataTables, and DataSets, including repeating regions via TableStart/TableEnd markers.
  • Updated internal dependencies.
IronWord for .NET 2026.4.12026年3月27日
功能
  • Introduced a new AddRun method to enable run creation at multiple levels, along with support for accessing runs via WordDocument, DocumentSection, and Paragraph.
  • Added the ability to set text style through a TextContent object.
修正
  • Fixed placeholder replacement failure when DOCX documents contain proofErr, bookmarks, or revision tracking markers that split text into multiple runs.
IronWord for .NET 2026.3.12026年3月1日
功能
  • Updated internal dependencies.
IronWord for .NET 2026.2.12026年2月17日
功能
  • Updated internal dependencies.
IronWord for .NET 2026.1.4主要版本2026年2月11日
功能
  • Added the ability to convert DOCX to PDF with WordDocument.ToPdf(). Requires IronPDF to work. WARNING: This is experimental functionality. It is expected to improve in the future.
  • Added the ability to add basic styling to tables and table cells.
  • Updated internal dependencies.
修正
  • Fixed issue where ShapeContent points are not updating when modifying ShapeContent.
  • Fixed issue where inherited styles from Word document objects are not inheriting properly.
  • Fixed issue where ShapeContent and ImageContent are not properly retrieving position information from Word documents.