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
Key | Category | Summary |
---|---|---|
CONVERSIONNET-7019 | Feature | Implement conversion from Lzma to Bzip2, Gzip, Zst |
CONVERSIONNET-7003 | Feature | Implement Gzip to Zst conversion |
CONVERSIONNET-6880 | Feature | Cancellation token support |
CONVERSIONNET-7001 | Feature | Implement Bzip2 to Zst conversion |
CONVERSIONNET-7013 | Feature | Implement Lzip to Bzip2 conversion |
CONVERSIONNET-7014 | Feature | Implement Lzip to Zst conversion |
CONVERSIONNET-7015 | Feature | Implement Lzip to Gzip conversion |
CONVERSIONNET-7007 | Feature | Extracting MSG from attachment |
CONVERSIONNET-7006 | Feature | PdfLoadOtions for embedded files |
CONVERSIONNET-7017 | Feature | Implement Zst to Bzip2 conversion |
CONVERSIONNET-7018 | Feature | Implement Zst to Gzip conversion |
CONVERSIONNET-7032 | Feature | Implement Zst, Z, Xz, Lzma, Lzip, Gzip, Bzip2 to Lzma conversion |
CONVERSIONNET-7021 | Feature | Implement BZip2 to Gzip conversion |
CONVERSIONNET-7020 | Feature | Implement conversion from Z to Bzip2, Gzip, Zst |
CONVERSIONNET-7027 | Feature | Implement Bzip2, Gzip, Lzip, Lama, Z and Zst to Z conversion |
CONVERSIONNET-7031 | Feature | Implement Zst, Z, Xz, Lzma, Lzip, Gzip, Bzip2 to Lzip conversion |
CONVERSIONNET-7002 | Feature | Implement Z to Zst conversion |
CONVERSIONNET-7030 | Feature | Implement Zst, Z, Xz, Lama, Lzip, Bzip2 to Xz conversion |
CONVERSIONNET-7029 | Feature | Implement Xz to Bzip2, Gzip, Z and Zst conversion |
CONVERSIONNET-7028 | Feature | Implement Gzip to Bzip2 conversion |
CONVERSIONNET-7000 | Bug | Fix Zst to Zst conversion |
CONVERSIONNET-6900 | Bug | Particular Word to PDF conversion taking a lot of time |
CONVERSIONNET-6903 | Bug | Converting HTML to DOCX under linux throws an ‘Out of memory’ exception |
CONVERSIONNET-6911 | Bug | Failed conversion from Web when running on macOS |
CONVERSIONNET-7033 | Bug | Html to PDF conversions do not respect page brakes |
CONVERSIONNET-7024 | Bug | NullReferenceException when converting dxf files to pdf |
CONVERSIONNET-7010 | Bug | Regression: HTML to PDF: PageOrientation.Landscape does not work |
CONVERSIONNET-6107 | Bug | Error converting DCM file |
CONVERSIONNET-7012 | Bug | Fix Gzip to Gzip conversion |
CONVERSIONNET-7011 | Bug | Fix 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
- 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. - In PdfLoadOptions class are introduced ConvertOwned, ConvertOwner, and Depth properties.