<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-editor</artifactId>
<version>24.9</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-editor', version: '24.9')
<dependency org="com.groupdocs" name="groupdocs-editor" rev="24.9">
<artifact name="groupdocs-editor" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-editor" % "24.9"
What’s new in the GroupDocs.Editor for Java 24.9
Release Highlights
GroupDocs.Editor for Java 24.9 introduces a powerful new API for managing form fields in Word documents and adds flexible constructors to streamline document editing workflows. This release also delivers several important bug fixes and structural enhancements that improve compatibility, usability, and document conversion stability.
New Features
- New Form Field Management API:
Added support for manipulating text fields, checkboxes, dropdowns, and date fields via
FormFieldManager
, enabling programmatic control over document forms. - Support for Form Field Types:
Includes
TextFormField
,CheckBoxForm
,DropDownFormField
,DateFormField
,CurrentDateFormField
,CurrentTimeFormField
, andNumberFormField
. - New Editor Constructors for Flexibility:
You can now instantiate the
Editor
using various constructors including from streams, file paths, or by format directly. - Create Document Without Callback: Enables document creation from scratch without requiring stream callback functions.
Improvements
- Enhanced Format Compatibility:
Refactored
Formats.IDocumentFormat
for improved compatibility in Node.js environments. - New Output Stream Save Method:
Added
Editor.save(OutputStream)
for saving documents directly to binary streams. - Updated Project Dependencies: Ensures improved performance and up-to-date security and platform support.
- Removed Nested Enum Structures:
Simplified
ArgbColor.KnownColors
andLength.Unit
structure for cleaner development experience.
Bug Fixes
- Fixed ArgumentNullException on Graphics.MeasureString: Resolved rendering issue impacting shape drawing.
- Exception on Saving HTML with Multiple Stylesheets: Fixed a bug causing export failures when stylesheets were present.
- InvalidOperationException in ShapeProcessor:
Resolved structural issue with nested DIVs inside
li
elements. - HTML Export with Background Color: Fixed crash occurring during roundtrip saving of styled HTML.
Public API and Backward Incompatible Changes
New Public Types and Members
- Namespace:
com.groupdocs.editor.words.fieldmanagement
- New types:
FormFieldManager
,TextFormField
,CheckBoxForm
,DropDownFormField
,DateFormField
,CurrentDateFormField
,CurrentTimeFormField
,NumberFormField
,FormFieldCollection
- New types:
Editor(DocumentFormatBase)
Editor(InputStream)
Editor(InputStream, ILoadOptions)
Editor(String, ILoadOptions)
Editor(IDocumentFormat format)
constructor for empty document creationEditor.save(OutputStream outputDocument)
Removed or Modified Types
- Abolished nested types:
ArgbColor.KnownColors.CssLevel1
toCssLevel4
Length.Unit
replaced withArgbColors
andLengthUnit
for better modularity
🔍 Explore the Full Release Details
For a complete list of updates, visit GroupDocs.Editor for Java 24.9 Release Notes
formfieldmanager java
| create new document editor
| groupdocs editor save outputstream
| html export bug fix
| groupdocs editor 24.9
Version | Release Date |
---|---|
25.3 | March 28, 2025 |
24.9 | September 19, 2024 |
24.4 | April 26, 2024 |
23.9 | September 20, 2023 |
23.5.1 | July 26, 2023 |
23.5 | May 17, 2023 |
23.2 | February 6, 2023 |
22.11 | November 16, 2022 |
22.9 | September 27, 2022 |
22.6 | August 25, 2022 |
22.4 | April 21, 2022 |
20.8.1 | January 25, 2022 |
17.9 | January 25, 2022 |
20.11 | November 25, 2020 |
20.8 | August 13, 2020 |
19.10 | October 4, 2019 |
19.4 | April 3, 2019 |
18.9 | September 12, 2018 |
File | Classifier | Size |
---|---|---|
groupdocs-editor-24.9-javadoc.jar | javadoc | 849 KB |
groupdocs-editor-24.9.jar | 190 MB | |
groupdocs-editor-24.9.pom | 1 KB |