IronWord for .NET Releases

Released: Mar 27, 2026

Actualizaciones en 2026.4.1

Características

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

Correcciones

  • Fixed placeholder replacement failure when DOCX documents contain proofErr, bookmarks, or revision tracking markers that split text into multiple runs.

Released: Mar 1, 2026

Actualizaciones en 2026.3.1

Características

  • Updated internal dependencies.

Released: Feb 17, 2026

Actualizaciones en 2026.2.1

Características

  • Updated internal dependencies.

Released: Feb 11, 2026

Actualizaciones en 2026.1.4

Características

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

Correcciones

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

Released: Dec 25, 2025

Actualizaciones en 2025.12.1

Características

  • Moved DocumentSection to be at the top of the document object model hierarchy.
  • Updated internal dependencies.

Correcciones

  • Fixed issue where adding a section to a document throws an ArgumentException.

Released: Nov 10, 2025

Actualizaciones en 2025.11.29

Características

  • Updated internal dependencies.

Released: Oct 8, 2025

Actualizaciones en 2025.10.8

Características

  • Updated internal dependencies.

Correcciones

  • Fixed a bug where ExtractImages could not detect images on some .docx files.
  • Fixed a bug where adding texts right after adding tables led to the texts being added to the table instead of a new paragraph.

Released: Sep 2, 2025

Actualizaciones en 2025.9.6

Características

  • Updated IronSoftware.System.Drawing to 2025.9.2.

Released: Aug 13, 2025

Actualizaciones en 2025.8.17

Características

  • Updated IronSoftware.System.Drawing to 2025.8.1.

Released: Jul 17, 2025

Actualizaciones en 2025.7.13

Características

  • Updated IronSoftware.System.Drawing to 2025.7.12.

Correcciones

  • Fixed an issue where loading some docx file would throw an error of 'Error in implicit conversion. Cannot convert null object'.
  • Fixed an issue with loading docx files that contain custom style group.
  • Fixed an issue with OpenXML dependency version conflicts when users install IronWord alongside their own OpenXML references.
  • Fixed table rendering issues with column structure and cell content display.
  • Fixed measurement...