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

What’s new in the GroupDocs.Editor for Java 23.2

Release Highlights

GroupDocs.Editor for Java 23.2 introduces comprehensive support for the Markdown format and enables SVG slide previews in presentations. This release also improves style preservation in Word documents and resolves several issues with Markdown-DOCX conversions, footnotes, and image handling.

New Features

  • Full Support for Markdown Format:
    Added complete support for the Markdown format including import, export, and auto-detection, enhancing document compatibility across platforms.

  • Slide Preview Feature for Presentations:
    Introduced the ability to generate SVG previews for any selected slide in a presentation document, supporting enhanced user interaction and rendering.

Improvements

  • Preserve Built-In Styles in MS Word:
    Ensures that built-in paragraph and character styles are retained during DOCX roundtrip processing, preserving the fidelity of Word documents.

Bug Fixes

  • Markdown Header Conversion Error:
    Resolved an issue where header elements failed to convert correctly from DOCX to Markdown.

  • External Image Preservation in Markdown:
    Fixed a problem where external images were lost during Markdown document processing.

  • Image Transfer in Markdown to DOCX:
    Corrected the transfer of images when converting Markdown files to DOCX format.

  • Footnotes Loss During DOCX-Markdown Conversion:
    Fixed the incorrect handling of footnotes during bi-directional conversion between DOCX and Markdown formats.

  • Exception During Document Editing:
    Addressed a generic exception that occurred during certain document editing scenarios.

Public API and Backward Incompatible Changes

New Public Types

  • MarkdownEditOptions
  • MarkdownSaveOptions
  • MarkdownImageLoadArgs
  • MarkdownImageLoadingAction
  • IMarkdownImageLoadCallback

New Public Members

  • PresentationDocumentInfo.generatePreview(int slideIndex)

🔍 Explore the Full Release Details

For a full list of updates, please visit GroupDocs.Editor for Java 23.2 Release Notes.


markdown editor java | slide preview svg | markdown to docx fix | word styles roundtrip | editor markdown image fix

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