GroupDocs.Conversion for .NET 24.8 Release Notes
There are 15+ features, improvements, and bug fixes in this release.
Full list of changes in this release
Key | Category | Summary |
---|---|---|
CONVERSIONNET-7079 | Feature | Implement conversion to ISO file format |
CONVERSIONNET-7078 | Feature | Implement conversion from ISO file format |
CONVERSIONNET-5226 | Bug | Excel to PNG conversion issue |
CONVERSIONNET-7089 | Bug | When converting with file name, provided in LoadOptions file type is ignored |
CONVERSIONNET-7088 | Bug | Failed Diagram to Image conversion when running on macOS and Linux |
CONVERSIONNET-5345 | Bug | XLS to PDF conversion takes long time |
CONVERSIONNET-5225 | Bug | PDF to PNG conversion content/image shifted to lower right |
CONVERSIONNET-5079 | Bug | Tables from Word to Excel conversion |
CONVERSIONNET-6798 | Bug | DOCX to PDF conversion - output has issues |
CONVERSIONNET-5396 | Bug | Conversion issue on Linux |
CONVERSIONNET-7022 | Bug | Excel to PDF shows page break preview and sometimes it doesn’t |
CONVERSIONNET-7049 | Bug | Content does not fit page anymore, converting Excel to PDF in .NET |
CONVERSIONNET-4693 | Bug | DOCX to PDF with tables conversion issue |
CONVERSIONNET-6649 | Bug | Resultant PDF is not as expected |
CONVERSIONNET-5395 | Bug | Excel with table converted to Word but the table is not editable |
CONVERSIONNET-5093 | Bug | Excel 2003 XML to CSV conversion issue |
Major features
- Introduces conversions from/to ISO file format
- Improved page layout in spreadsheet to PDF conversions
- Fixed diagram to image conversions under macOS/Linux
Public API and backward incompatible changes
- Removed obsolete property
DisplayEmailAddress
from EmailLoadOptions - All properties in IPageMarginConvertOptions are now nullable. If margins are set to null, which is the default, in any convert options implementing this interface, the source document’s margins will be used.