GroupDocs.Editor for .NET のリリース

Released: Jun 17, 2024

V24.6 での更新項目

機能

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

不具合の修正

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

Released: May 16, 2024

V24.5 での更新項目

機能

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

不具合の修正

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

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.