<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-editor</artifactId>
    <version>23.9</version>
</dependency>
copied!  
compile(group: 'com.groupdocs', name: 'groupdocs-editor', version: '23.9')
copied!  
<dependency org="com.groupdocs" name="groupdocs-editor" rev="23.9">
    <artifact name="groupdocs-editor" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.groupdocs" % "groupdocs-editor" % "23.9"
copied!  

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 new EbookSaveOptions class, replacing the previous EpubSaveOptions and Azw3SaveOptions.

  • 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:
    Added EditableDocument.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 like text-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 call Editor.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

VersionRelease Date
25.3March 28, 2025
24.9September 19, 2024
24.4April 26, 2024
23.9September 20, 2023
23.5.1July 26, 2023
23.5May 17, 2023
23.2February 6, 2023
22.11November 16, 2022
22.9September 27, 2022
22.6August 25, 2022
22.4April 21, 2022
20.8.1January 25, 2022
17.9January 25, 2022
20.11November 25, 2020
20.8August 13, 2020
19.10October 4, 2019
19.4April 3, 2019
18.9September 12, 2018