<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-editor</artifactId>
<version>23.9</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-editor', version: '23.9')
<dependency org="com.groupdocs" name="groupdocs-editor" rev="23.9">
<artifact name="groupdocs-editor" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-editor" % "23.9"
What’s new in the GroupDocs.Editor for Java 23.9
Release Highlights
GroupDocs.Editor for Java 23.9 delivers a major feature update with added support for exporting to Mobi format, SVG previews for WordProcessing pages and spreadsheet worksheets, and substantial improvements in HTML parsing, e-Book handling, and overall performance. This version includes memory optimizations and introduces a caching mechanism for better resource management.
New Features
Export to Mobi Format:
Users can now export edited e-Books to the Mobi format in addition to EPUB and AZW3.Unified eBook Save Options:
Introduced a newEbookSaveOptions
class, replacing the previousEpubSaveOptions
andAzw3SaveOptions
.SVG Previews for Worksheets and Pages:
Generate SVG previews for selected spreadsheet worksheets and WordProcessing document pages directly through the Editor’s metadata info.New Method for HTML Output:
AddedEditableDocument.getContent()
method for obtaining HTML markup with custom encoding into a stream.
Improvements
Improved HTML Parser:
Enhanced handling of invalid and distorted markup including incorrect nesting, unsupported element placement, malformed attributes, and redundant tags.Text Decoration Parsing Enhancements:
Introduced robust handling of CSS properties liketext-decoration-thickness
, invalid fonts, and fixed Word-to-HTML decoration issues.Optimized Image Handling:
Eliminated redundant images in editable documents, reducing size and improving performance.Memory Management and Global Cache:
Implemented a global cache to avoid reprocessing documents, significantly enhancing efficiency. Be sure to callEditor.dispose()
to release resources.
Bug Fixes
Fixed HTML Output Issues:
Resolved bugs related to invalid HTML generation, missing markup, incorrect anchor behavior, and child element retrieval.Presentation and WordProcessing Stability:
Addressed memory leaks, duplicate image filenames, stream read errors, and improved the reliability of WordProcessing conversions.
Public API and Backward Incompatible Changes
New Public Types
com.groupdocs.editor.htmlcss.css.properties.TextDecorationLineType
com.groupdocs.editor.options.EbookSaveOptions
New Public Members
EditableDocument.getContent()
WordProcessingDocumentInfo.generatePreview(int pageIndex)
SpreadsheetDocumentInfo.generatePreview(int worksheetIndex)
Removed Types
EpubSaveOptions
Azw3SaveOptions
🔍 Explore the Full Release Details
For complete changes, visit GroupDocs.Editor for Java 23.9 Release Notes
groupdocs.editor java mobi export
| svg preview wordprocessing
| ebooksaveoptions java
| html parser fix java
| groupdocs editor svg worksheet
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-23.9-javadoc.jar | javadoc | 946 KB |
groupdocs-editor-23.9.jar | 182 MB | |
groupdocs-editor-23.9.pom | 1 KB |