GroupDocs.Editor for .NET のリリース

Released: Mar 1, 2024

V24.2 での更新項目

不具合の修正

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

Released: Dec 19, 2023

V23.12 での更新項目

機能

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

不具合の修正

  • 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

V23.9 での更新項目

機能

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

不具合の修正

  • 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

V23.8 での更新項目

機能

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

不具合の修正

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

Released: May 31, 2023

V23.5 での更新項目

機能

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

不具合の修正

  • 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

V23.4 での更新項目

機能

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

Released: Feb 28, 2023

V23.2 での更新項目

機能

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

不具合の修正

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

Released: Dec 21, 2022

V22.12 での更新項目

機能

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

不具合の修正

  • Unable to generate the edited document.

Released: Dec 2, 2022

V22.11 での更新項目

機能

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

不具合の修正

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

Released: Sep 30, 2022

V22.9 での更新項目

機能

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

不具合の修正

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