GroupDocs.Conversion for Java 24.5 Release Notes

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

KeyCategorySummary
CONVERSIONNET‑6328EnhancementReview and improve CHM to Spreadsheet conversion
CONVERSIONNET‑6320EnhancementImprove Word-processing to Spreadsheet conversion
CONVERSIONNET‑6319EnhancementImprove Djvu to Word-processing conversion
CONVERSIONNET‑6318EnhancementImprove Presentation to Spreadsheet conversion
CONVERSIONNET‑6317EnhancementImprove Presentation to Word-processing conversion
CONVERSIONNET‑6304EnhancementImprove Conversion boot up due to applying font settings
CONVERSIONNET‑6337FixThe FontFileType.Type1 was not properly detected when loaded from stream
CONVERSIONNET‑6336FixIssue with Incomplete EML to PDF Conversion
CONVERSIONNET‑6323FixDOCX to PDF Conversion: Setting the UpdateFields property cleared the file name field
CONVERSIONNET‑6314FixUnrecognized email format conversion caused application hang
CONVERSIONNET‑6303FixConverting PDF to PDF/2A using GroupDocs.Conversion
CONVERSIONNET‑6300FixConversion DOCX to PSD caused exception
CONVERSIONNET‑6298FixDisable ConversionLog.xml creation
CONVERSIONNET‑6255FixText was trimmed in CSV to HTML conversion
  1. 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.

  2. 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