GroupDocs.Editor for .NET 24.5 Release Notes

We are excited to announce the release of GroupDocs.Editor for .NET version 24.5. This release includes several bug fixes and improvements to enhance the overall functionality and user experience. Below is a summary of the key changes in this release:

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
EDITORNET-2769Introduce a new feature to provide API for Form field managingNew feature
EDITORNET-2762Use GroupDocs.CrossPlatform.NativeAssets for .net6 target frameworkImprovement
EDITORNET-2763ArgumentNullException on Graphics.MeasureStringBug
EDITORNET-2790Exception while saving edited HTML with multiple stylesheets to documentBug
EDITORNET-2791InvalidOperationException: DIV inside li in WordProcessing - ShapeProcessorBug

Public API for Form Field Managing

New Feature: Manage Forms with New API

We have introduced a new public API for managing form fields within documents. This feature provides enhanced capabilities for interacting with various form field types programmatically.

New public type for managing forms:

  • FormFieldManager: Manages forms with legacy form fields, which were available in earlier versions of word processing software.

New public namespace:

  • GroupDocs.Editor.Words.FieldManagement: Contains classes and interfaces related to the management and manipulation of form fields within documents. This namespace allows users to work with different types of form fields, such as text fields, checkboxes, dropdowns, etc.

New public types of form fields:

New public type for form field collections:

Bug Fixes

  • EDITORNET-2763: Resolved an issue with ArgumentNullException on Graphics.MeasureString.
  • EDITORNET-2790: Fixed an issue causing an exception when saving edited HTML with multiple stylesheets to a document.
  • EDITORNET-2791: Fixed an issue causing InvalidOperationException due to a DIV inside a li in WordProcessing - ShapeProcessor.

Improvements

  • EDITORNET-2762: Implemented the use of GroupDocs.CrossPlatform.NativeAssets for the .NET 6 target framework, enhancing compatibility and performance.

We appreciate your continued support and feedback. Please feel free to reach out to our support team if you have any questions or encounter any issues.

Thank you for choosing GroupDocs.Editor for .NET!

Link to Documentation