GroupDocs.Editor for .NET Releases

Released: Apr 9, 2026

Updates in V26.3

Features

  • Added support for TrueType Collection font.
  • Added support for text-based PPT and PPS.
  • Added support for new CSS properties.
  • Added support for XML processing instructions and XML-Stylesheet.

Fixes

  • Fixed NRE in obfuscated assembly after 'HtmlCss' was injected.

Released: Dec 23, 2025

Updates in V25.12

Fixes

  • Issues with numbered lists after editing DOCX file.
  • 'Undefined' label appears after saving edited content to DOCX.
  • Bind HTML tables and their parts with rule-sets through class-selectors instead of ID-selectors.

Released: Nov 13, 2025

Updates in V25.11

Features

  • Added the option to delete worksheet from spreadsheet.
  • Added the option to delete slides from presentation.

Fixes

  • Correct auto format detection during save operation.

Released: Jul 2, 2025

Updates in V25.7

Features

  • Presentation: Improved rendering of IConnector elements.
  • Presentation: Added support for HighlightColor in Text portion.
  • Presentation: Now uses SVG for geometry figures instead of ClipPath.
  • Introduced simplified overloads for Editor.Save and EditableDocument.FromMarkup.

Fixes

  • HTML to Presentation: Fixed loss of slide background images.
  • Resolved minor rendering issues in Presentation-to-HTML conversion.
  • Presentation: Fixed incorrect rendering of drawing lines within shapes.
  • Presentation...

Released: May 16, 2025

Updates in V25.5

Fixes

  • HTML to Presentation: Fixed loss of slide background images.
  • Presentation: Corrected vertical alignment issues in table rendering.
  • Resolved minor rendering issues in Presentation-to-HTML conversion.
  • Fixed incorrect rendering of drawing lines within shapes.

Released: Mar 26, 2025

Updates in V25.3

Fixes

  • Content is slightly truncated from the right side when converting DOCX to HTML in paged mode.

Released: Dec 27, 2024

Updates in V24.12

Fixes

  • Fixed missing text issue when editing certain PDF files in .NET.
  • Resolved issue where pagination information was lost after saving the document.
  • Improved quality for WordProcessing documents during backward conversions.

Released: Aug 12, 2024

Updates in V24.8

Features

  • Refactored the Formats.IDocumentFormat class in GroupDocs.Editor to address issues encountered in Node.js environments.
  • Added new Editor Constructors - To provide more flexibility and ease of use, new constructors have been introduced for the Editor class:
    • Editor(DocumentFormatBase): Initializes a new instance of the Editor class and creates a new empty document based on the specified format.
    • Editor(Stream): Initializes a new Editor instance with the specified input document (as a...

Released: Jun 17, 2024

Updates in V24.6

Features

  • Added the ability to create a new document without a callback function.
  • Updated all project dependencies to their latest versions to ensure compatibility, improved performance, and enhanced security.

Fixes

  • Fixed an issue where enums inherited from Byte were not functioning correctly, ensuring better compatibility and functionality.

Released: May 16, 2024

Updates in V24.5

Features

  • Added a new API for Form field managing.
  • You can now use GroupDocs.CrossPlatform.NativeAssets for .NET 6 target framework.

Fixes

  • ArgumentNullException on Graphics.MeasureString.
  • Exception while saving edited HTML with multiple style sheets to document.
  • InvalidOperationException: DIV inside li in WordProcessing - ShapeProcessor.