IronWord for .NET 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
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.