Major Features
This regular monthly release contains 5+ new features, improvements and bug fixes. Most notable are:
Introduced PdfFormatingOptions when converting to PDF
Introduced TxtLoadOptions for conversions from TXT documents
- Improved per page savings for all conversions
- Image to PDF conversions improvements
Improved Load and Save Options, moved to new namespace
Introduced conversion from IGS
- Introduced conversion from PLT
- Convert from password protected ODS
- Convert to password protected ODS
- Introduced conversion from CGM
Fixed bug where image inside presentation isn't the same in ODP output
Fixed bug where border are missing in ODS Excel output
- Fixed bug XLSX file eats almost 2 GB RAM while converting and the process never completes
- Introduced option for removing embedded files in Pdf
Full List of Issues Covering all Changes in this Release
Key | Summary | Category |
---|---|---|
CONVERSIONNET-2640 | Implement PdfFormattingOptions when converting to PDF | New Feature |
CONVERSIONNET-2661 | Implement specific options for converting TXT documents | New Feature |
CONVERSIONNET-1930 | Implement conversion from Igs | New Feature |
CONVERSIONNET-1927 | Implement conversion from Plt | New Feature |
CONVERSIONNET-1906 | Support password protection when converting to ODS | New Feature |
CONVERSIONNET-1905 | Support converting password protected ODS document | New Feature |
CONVERSIONNET-1894 | Implement conversion from Cgm | New Feature |
CONVERSIONNET-2633 | Automatically add extension of the converted file if not set | Improvement |
CONVERSIONNET-2649 | Remove obsolete constructors and properties | Improvement |
CONVERSIONNET-2658 | Image to PDF conversion improvement | Improvement |
CONVERSIONNET-2686 | Improve per page savings when converting to Words, Images, Slides, Cells, Pdf, Xps, Html | Improvement |
CONVERSIONNET-2687 | Security improvements update | Improvement |
CONVERSIONNET-1930 | Pdf to Cells improvement | Improvement |
CONVERSIONNET-1917 | Improve Words conversion options | Improvement |
CONVERSIONNET-1916 | Improve Slides conversion options | Improvement |
CONVERSIONNET-1915 | Improve Pdf conversion options | Improvement |
CONVERSIONNET-1913 | Improve Image conversion options | Improvement |
CONVERSIONNET-1912 | Improve Html conversion options | Improvement |
CONVERSIONNET-1911 | Improve Cells conversion options | Improvement |
CONVERSIONNET-1957 | Implement option for removing embedded files in Pdf | Improvement |
CONVERSIONNET-2683 | Exception when cache is enabled | Bug |
CONVERSIONNET-1920 | XLS to HTML output is too small | Bug |
CONVERSIONNET-1907 | Excel to SVG conversion issue | Bug |
CONVERSIONNET-1520 | Xps to Pdf conversion issue | Bug |
CONVERSIONNET-1873 | The image inside presentation isn't the same in ODP output | Bug |
CONVERSIONNET-1874 | Missing border in ODS Excel output | Bug |
CONVERSIONNET-1923 | XLSX file eats almost 2 GB RAM while converting and the process never completes | Bug |
CONVERSIONJAVA-433 | Ms word document font substitution issue | Bug |
CONVERSIONJAVA-441 | Trendlines in graphs on word documents not displaying | Bug |
CONVERSIONJAVA-444 | Numbered items in .txt file converted to .pdf, output is not as expected | Bug |
CONVERSIONJAVA-466 | An exception raises while rendering to the image output | Bug |
Public API and Backward Incompatible Changes
All classes from GroupDocs.Conversion.Converter.Option namespace are now obsolete
This is not breaking change, but the classes are marked as obsolete and will be removed in version 19.+. The new options classes are in GroupDocs.Conversion.Options namespace and are separated in two sub namespaces GroupDocs.Conversion.Options.Load and GroupDocs.Conversion.Options.Save.Following obsolete constructors are removed from ConversionHandler
Java
UsageJavaIntroduced PdfFormatingOptions when converting to PDF
JavaUsage
JavaIntroduced PdfLoadOptions when converting from PDF
JavaUsage
JavaIntroduced TxtLoadOptions for conversions from TXT documents
JavaUsage
Java