GroupDocs.Conversion for Java 25.8 Release Notes

Major Features

There are 4+ features and bug fixes in this release:

  • Implemented hyphenation support when converting from a wordprocessing document.
  • Convert Docx with images to Markdown with images as base64.
  • Improved EmailLoadOptions and rendering of email
  • Fixed a SIGSEGV error in multithread mode

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONNET-6864BugImplement hyphenation support when converting from a wordprocessing document
CONVERSIONNET-6867FeatureConvert Docx with images to Markdown with images as base64
CONVERSIONJAVA-2907Enhancementfixed SIGSEGV in multithread mode

Public API and backward incompatible changes

Removed obsolete properties from PdfConvertOptions and WordProcessingConvertOptions.

public final int getWidth()
public final void setWidth(int value)
public final int getHeight()
public final void setHeight(int value)

Use getPageWidth, setPageWidth, getPageHeight, setPageHeight instead