GroupDocs.Conversion for Java 25.8 Release Notes
This page contains release notes for GroupDocs.Conversion for Java 25.8
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
Key | Category | Summary |
---|---|---|
CONVERSIONNET-6864 | Bug | Implement hyphenation support when converting from a wordprocessing document |
CONVERSIONNET-6867 | Feature | Convert Docx with images to Markdown with images as base64 |
CONVERSIONJAVA-2907 | Enhancement | fixed 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