IronWord 更新日誌及功能介紹

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

發行說明

  • 更新內部相依性。

  • 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

發行說明

  • 更新內部相依性。

2026年2月

IronWord v2026.2.1

PM > Install-Package IronWord -Version 2026.2.1

發行說明

  • 更新內部相依性。

2026年1月

IronWord v2026.1.4

PM > Install-Package IronWord -Version 2026.1.4

發行說明

  • 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

發行說明

  • 更新內部相依性。
  • 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

發行說明

  • 更新內部相依性。

2025年10月

IronWord v2025.10.8

PM > Install-Package IronWord -Version 2025.10.8

發行說明

  • 更新內部相依性。

  • 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

發行說明

  • Updates IronSoftware.System.Drawing to 2025.9.2.

2025年8月

IronWord v2025.8.17.

PM > Install-Package IronWord -Version 2025.8.17

發行說明

  • Updates IronSoftware.System.Drawing to 2025.8.1.

2025年7月

IronWord v2025.7.13

PM > Install-Package IronWord -Version 2025.7.13

發行說明

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

發行說明

  • Updates IronSoftware.System.Drawing to 2025.6.2.

2025年5月

IronWord v2025.5.3

PM > Install-Package IronWord -Version 2025.5.3

發行說明

  • 修正了在文件中新增影像無法正常運作的問題。
  • 修正了連續開啟多個文件時出現的問題。
  • 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

發行說明

  • Updates IronSoftware.System.Drawing to 2025.3.6.

2025年3月

IronWord v2025.3.10

PM > Install-Package IronWord -Version 2025.3.10

發行說明

  • 修正了字體大小屬性回傳預期值一半的問題。
  • 修正了使用繼承樣式的元素無法傳回繼承樣式屬性的問題。
  • 修正了新增或修改文件文字後文件中不會顯示的高優先級問題。
  • 修正了對某些主題顏色簡寫版本的支援(例如'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年二月

IronWord v2025.2.15

PM > Install-Package IronWord -Version 2025.2.15

發行說明

  • Updates IronSoftware.System.Drawing Dependency to 2025.1.6.

2025年1月

IronWord v2025.1.2

PM > Install-Package IronWord -Version 2025.1.2

發行說明

  • 更新了依賴套件,以解決已知的安全漏洞。

2024年12月

IronWord v2024.12.2

PM > Install-Package IronWord -Version 2024.11.2

發行說明

  • Updates IronSoftware.System.Drawing Dependency to 2024.12.3

2024年11月

IronWord v2024.11.2

PM > Install-Package IronWord -Version 2024.11.2

發行說明

  • Updates IronSoftware.System.Drawing Dependency to 2024.9.15

2024年10月

IronWord v2024.10.2

PM > Install-Package IronWord -Version 2024.10.2

發行說明

  • Updates IronSoftware.System.Drawing Dependency to 2024.9.11

2024年9月

IronWord v2024.9.1

PM > Install-Package IronWord -Version 2024.9.1

發行說明

  • Updates IronSoftware.System.Drawing to version 2024.9.10

2024年8月

IronWord v2024.8.3

PM > Install-Package IronWord -Version 2024.8.3

發行說明

  • 修正了無法載入文字顏色設定為"自動"的 Word 文件的問題。
  • Updates IronSoftware.System.Drawing Dependency to 2024.8.1

2024年7月

IronWord v2024.7.1

PM > Install-Package IronWord -Version 2024.7.1

發行說明

  • Updates IronSoftware.System.Drawing to version 2024.7.2.

已知問題

新增形狀會損壞文件。

  • 表格無法套用背景顏色。

2024年6月

IronWord v2024.6.1

PM > Install-Package IronWord -Version 2024.6.1

發行說明

  • 引入了用於全面文字和段落樣式設定的新 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

發行說明

  • 修復了一些小錯誤
  • Updates IronSoftware.System.Drawing to version 2024.5.1

2024年4月

IronWord v2024.4.1

PM > Install-Package IronWord -Version 2024.4.1

發行說明

  • 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

發行說明

  • 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

發行說明

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).