GroupDocs.Conversion for .NET 24.6 Release Notes
There are 20+ features, improvements, and bug fixes in this release.
Full list of changes in this release
Key | Category | Summary |
---|---|---|
CONVERSIONNET-4057 | Feature | SQL file format support |
CONVERSIONNET-5094 | Feature | Set background color when convert from CAD |
CONVERSIONNET-5096 | Feature | Implement fixed size conversion from CAD when no Width and Height is set in convert options |
CONVERSIONNET-5095 | Feature | Set draw type and draw color when converting from CAD |
CONVERSIONNET-6944 | Enhancement | PageOrientation.Default to keep the page orientation of the source document |
CONVERSIONNET-6967 | Enhancement | Improve Mail to Pdf conversion |
CONVERSIONNET-6948 | Enhancement | Set SVG Size to Match DWG Dimensions During CAD to SVG Conversion, with Override Option |
CONVERSIONNET-5404 | Enhancement | Support for embedded XFA forms in PDF |
CONVERSIONNET-5392 | Bug | Specific MSG to PDF conversion - Evaluation watermark issue |
CONVERSIONNET-6997 | Bug | Issue with Formula Handling in XLSX to PDF Conversion |
CONVERSIONNET-4330 | Bug | Convert XFA PDF form to DOCX issue |
CONVERSIONNET-5344 | Bug | Saving converted document is already set - using single converter object |
CONVERSIONNET-6996 | Bug | When converting HTML to Wordprocessing the margins are not respected |
CONVERSIONNET-6973 | Bug | Converting HTML to PDF - Margins not working |
CONVERSIONNET-6971 | Bug | Custom font folders not set when converting from Pcl |
CONVERSIONNET-6970 | Bug | Setting watermark not working when converting to Web |
CONVERSIONNET-6968 | Bug | Setting zoom not working when converting to Web |
CONVERSIONNET-6233 | Bug | MSG to PDF conversion is slow |
CONVERSIONNET-6964 | Bug | Exception when converting Dwf to Svg |
CONVERSIONNET-6906 | Bug | Sent date not preserved when converting eml to msg |
CONVERSIONNET-5863 | Bug | DWG to SVG conversion issue |
CONVERSIONNET-6947 | Bug | Reference not working when converting to Presentation |
CONVERSIONNET-6934 | Bug | Reference not working when converting to PDF |
CONVERSIONNET-6943 | Bug | Can?t render barcode: not enough space |
CONVERSIONNET-6940 | Bug | Automatic page orientation stopped working for XLSX to PDF conversion |
CONVERSIONNET-6941 | Bug | Regression: XLSX to PDF conversion different |
Major features
- Use document width and height of the source CAD document if not specified in ConvertOptions
- Introduced
PageOrientation.Default
to keep the page orientation of the source document - Support for embedded XFA forms in PDF
- Improved conversions from spreadsheet
Public API and backward incompatible changes
- Removed
Width
andHeight
from CadLoadOptions - New value for PageOrientation property - PageOrientation.Default which now is default value in each
ConvertOptions
which implements IPageOrientationConvertOptions