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
Key | Summary | Category |
---|---|---|
EDITORNET-2769 | Introduce a new feature to provide API for Form field managing | New feature |
EDITORNET-2762 | Use GroupDocs.CrossPlatform.NativeAssets for .net6 target framework | Improvement |
EDITORNET-2763 | ArgumentNullException on Graphics.MeasureString | Bug |
EDITORNET-2790 | Exception while saving edited HTML with multiple stylesheets to document | Bug |
EDITORNET-2791 | InvalidOperationException: DIV inside li in WordProcessing - ShapeProcessor | Bug |
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:
CheckBoxForm
CurrentDateFormField
CurrentTimeFormField
DateFormField
DropDownFormField
NumberFormField
TextFormField
New public type for form field collections:
Bug Fixes
- EDITORNET-2763: Resolved an issue with
ArgumentNullException
onGraphics.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 aDIV
inside ali
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!