GroupDocs.Editor for .NET Releases

Released: Mar 1, 2024

Updates in V24.2

Fixes

  • CSS selector parser: possible null exception during parsing.
  • PDF: after building to DLL cannot detect format.

Released: Dec 19, 2023

Updates in V23.12

Features

  • Added the ability to create new word processing, spreadsheet and presentation documents.
  • Improved rendering of shapes.

Fixes

  • EBook: bug in EBookFormats class.
  • Presentation: Cannot process svg image with incorrect dimensions.
  • PDF: wrong image positions while rendering document.
  • WordPocessing: process unsupported Node type on a Block level.

Released: Sep 28, 2023

Updates in V23.9

Features

  • Added the ability to specify template string instead of prefix for external resources.
  • Save 'EditableDocument' to binary streams with resource saving callback.
  • Added parameter-less constructors to all save options.
  • Improved SVG parser.

Fixes

  • Fixed exception with missing external image on .NET Framework 4.6.2.
  • Fixed different bugs in different parts of CSS parser and improved its quality.

Released: Aug 15, 2023

Updates in V23.8

Features

  • Export all built-in and custom styles during forward conversion.
  • Developed new forward conversion mode with inline styles adjusted for apps.
  • Improved table rendering quality.
  • Developed border-spacing CSS property with parsing.

Fixes

  • Different issues in rendering quality for PDF document.
  • Fix incorrectly rendered text box within shapes.
  • Fix complex bug with InvalidOperationException during documents roundtrip with exported styles.
  • Fix bug with invalid class name in CSS selector.
  • Fix bug...

Released: May 31, 2023

Updates in V23.5

Features

  • Added the ability to generate word processing document previews in SVG format.
  • Developed global document cache.
  • Added redundant image optimizer.

Fixes

  • Fix bug in new GetContent method.
  • Fix issue with duplicate image filenames in WordProcessing forward converter.
  • Investigate and fix memory leakage.
  • Fix preparing of different resources in EditableDocument.
  • Fix bug with reading beyond the end of stream.

Released: Apr 28, 2023

Updates in V23.4

Features

  • Added the ability to generate a preview of a selected worksheet in SVG format.
  • New e-Book save options.
  • Added support for exporting to Mobi format.
  • In this release the HTML parser has been significantly improved. It is now able to correctly process invalid, incorrect and distorted markup. In particular, these distortions are supported:
    • Flow elements nested inside phrasing elements, for example, P inside P or DIV inside SPAN.
    • Prohibited elements and nodes inside TABLE element, for...

Released: Feb 28, 2023

Updates in V23.2

Features

  • New XML formatter provides better HTML-representation of original XML with improved customization.
  • Completely reworked 'XmlHightlightOptions' adding new XML highlight options.
  • Introduced new public types for XML module.
  • The 'QuoteType' type has been completely reworked.
  • Added a new namespace and several new public types (classes, structs and enums).

Fixes

  • Fixed issues with bidirectional text on new .NET 6.0.

Released: Dec 21, 2022

Updates in V22.12

Features

  • Updated paginal mode in the WordProcessing module:
    • Implemented page background for foward and backward converters.
    • Implemented page border for foward and backward converters.
  • Updated Nuget package tags.

Fixes

  • Unable to generate the edited document.

Released: Dec 2, 2022

Updates in V22.11

Features

  • Added support for Microsoft .NET 6.0.
  • Removed support for .NET 5.0. GroupDocs.Editor now supports:
    • .NET Framework 4.6.1 and above.
    • .NET Standard 2.0 and above.
    • .NET 6.0.
  • Added a full support for Markdown format including import, export and auto-detection.
  • Generate SVG previews for the any slide in a presentation.
  • Added support for preserving Microsoft Word built-in styles during round-trip.

Fixes

  • Cannot convert header element to Markdown.
  • External images in the Markdown document are not...

Released: Sep 30, 2022

Updates in V22.9

Features

  • Added support for Microsoft .NET 5.0 runtime.
  • Removed support for .NET Framework 2.0. GroupDocs.Editor now supports:
    • .NET Framework 4.6.1 and above.
    • .NET Standard 2.0 and above.
    • .NET 5.0.
  • Added support for importing and exporting EPUB files.
  • Added support for exporting AZW3 and MHTML files.
  • Added common edit options for all e-book formats.
  • Format detector added support for OST, MHTML and CHM files.

Fixes

  • Exception of type 'GroupDocs.Editor.PasswordRequiredException' was thrown...