GroupDocs.Conversion for Java 24.5 Release Notes
This page contains release notes for GroupDocs.Conversion for Java 24.5
Major Features
There are 5+ features and bug fixes in this release:
- Improved CHM to Spreadsheet conversions
- Improved Word-processing to Spreadsheet conversions
- Improved conversion from Email to PDF
Full List of Issues Covering all Changes in this Release
Key | Category | Summary |
---|---|---|
CONVERSIONNET‑6328 | Enhancement | Review and improve CHM to Spreadsheet conversion |
CONVERSIONNET‑6320 | Enhancement | Improve Word-processing to Spreadsheet conversion |
CONVERSIONNET‑6319 | Enhancement | Improve Djvu to Word-processing conversion |
CONVERSIONNET‑6318 | Enhancement | Improve Presentation to Spreadsheet conversion |
CONVERSIONNET‑6317 | Enhancement | Improve Presentation to Word-processing conversion |
CONVERSIONNET‑6304 | Enhancement | Improve Conversion boot up due to applying font settings |
CONVERSIONNET‑6337 | Fix | The FontFileType.Type1 was not properly detected when loaded from stream |
CONVERSIONNET‑6336 | Fix | Issue with Incomplete EML to PDF Conversion |
CONVERSIONNET‑6323 | Fix | DOCX to PDF Conversion: Setting the UpdateFields property cleared the file name field |
CONVERSIONNET‑6314 | Fix | Unrecognized email format conversion caused application hang |
CONVERSIONNET‑6303 | Fix | Converting PDF to PDF/2A using GroupDocs.Conversion |
CONVERSIONNET‑6300 | Fix | Conversion DOCX to PSD caused exception |
CONVERSIONNET‑6298 | Fix | Disable ConversionLog.xml creation |
CONVERSIONNET‑6255 | Fix | Text was trimmed in CSV to HTML conversion |
Introduced PageWidth property for all convert options which implements IPageSizeConvertOptions interface. The property allows if PageSize is set to PageSize.Custom to specify explicit page width.
Introduced PageHeight property for all convert options which implements IPageSizeConvertOptions interface. The property allows if PageSize is set to PageSize.Custom to specify explicit page height.
Public API and backward incompatible changes
None