GroupDocs.Editor for .NET V24.8

Released: Aug 12, 2024

V24.8 での更新項目

機能

  • 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 stream).
    • Editor(Stream, ILoadOptions): Initializes a new Editor instance with the specified input document (as a stream) along with its load options.
    • Editor(string, ILoadOptions): Initializes a new Editor instance with the specified input document (as a full file path) along with its load options.

不具合の修正

  • Exception is thrown when saving edited HTML document with background color applied to text.