GroupDocs.Conversion for .NET 24.7 Release Notes

There are 25+ features, improvements, and bug fixes in this release.

Full list of changes in this release

KeyCategorySummary
CONVERSIONNET-7019FeatureImplement conversion from Lzma to Bzip2, Gzip, Zst
CONVERSIONNET-7003FeatureImplement Gzip to Zst conversion
CONVERSIONNET-6880FeatureCancellation token support
CONVERSIONNET-7001FeatureImplement Bzip2 to Zst conversion
CONVERSIONNET-7013FeatureImplement Lzip to Bzip2 conversion
CONVERSIONNET-7014FeatureImplement Lzip to Zst conversion
CONVERSIONNET-7015FeatureImplement Lzip to Gzip conversion
CONVERSIONNET-7007FeatureExtracting MSG from attachment
CONVERSIONNET-7006FeaturePdfLoadOtions for embedded files
CONVERSIONNET-7017FeatureImplement Zst to Bzip2 conversion
CONVERSIONNET-7018FeatureImplement Zst to Gzip conversion
CONVERSIONNET-7032FeatureImplement Zst, Z, Xz, Lzma, Lzip, Gzip, Bzip2 to Lzma conversion
CONVERSIONNET-7021FeatureImplement BZip2 to Gzip conversion
CONVERSIONNET-7020FeatureImplement conversion from Z to Bzip2, Gzip, Zst
CONVERSIONNET-7027FeatureImplement Bzip2, Gzip, Lzip, Lama, Z and Zst to Z conversion
CONVERSIONNET-7031FeatureImplement Zst, Z, Xz, Lzma, Lzip, Gzip, Bzip2 to Lzip conversion
CONVERSIONNET-7002FeatureImplement Z to Zst conversion
CONVERSIONNET-7030FeatureImplement Zst, Z, Xz, Lama, Lzip, Bzip2 to Xz conversion
CONVERSIONNET-7029FeatureImplement Xz to Bzip2, Gzip, Z and Zst conversion
CONVERSIONNET-7028FeatureImplement Gzip to Bzip2 conversion
CONVERSIONNET-7000BugFix Zst to Zst conversion
CONVERSIONNET-6900BugParticular Word to PDF conversion taking a lot of time
CONVERSIONNET-6903BugConverting HTML to DOCX under linux throws an ‘Out of memory’ exception
CONVERSIONNET-6911BugFailed conversion from Web when running on macOS
CONVERSIONNET-7033BugHtml to PDF conversions do not respect page brakes
CONVERSIONNET-7024BugNullReferenceException when converting dxf files to pdf
CONVERSIONNET-7010BugRegression: HTML to PDF: PageOrientation.Landscape does not work
CONVERSIONNET-6107BugError converting DCM file
CONVERSIONNET-7012BugFix Gzip to Gzip conversion
CONVERSIONNET-7011BugFix Bzip2 to Bzip2 conversion

Major features

  • Introduces CancellationToken support
  • Conversions from Lzma to Bzip2, Gzip, Zst
  • Conversions from Gzip to Zst, Bzip2
  • Conversions from Bzip2 to Zst, Gzip
  • Conversions from Lzip to Bzip2, Zst, Gzip
  • Conversions from Zst to Bzip2, Gzip
  • Conversions from Z to Bzip2, Gzip, Zst
  • Embedded documents in a pdf can now be converted
  • Fixed conversions from HTML to DOCX under Linux

Public API and backward incompatible changes

  1. In Converter class all Convert methods now have additional parametter cancellationToken. The parameter has a default value, so no compilation error will be raised after update.
  2. In PdfLoadOptions class are introduced ConvertOwned, ConvertOwner, and Depth properties.