Latest release (June 2024)

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

Full list of changes in this release

KeyCategorySummary
CONVERSIONNET-4057FeatureSQL file format support
CONVERSIONNET-5094FeatureSet background color when convert from CAD
CONVERSIONNET-5096FeatureImplement fixed size conversion from CAD when no Width and Height is set in convert options
CONVERSIONNET-5095FeatureSet draw type and draw color when converting from CAD
CONVERSIONNET-6944EnhancementPageOrientation.Default to keep the page orientation of the source document
CONVERSIONNET-6967EnhancementImprove Mail to Pdf conversion
CONVERSIONNET-6948EnhancementSet SVG Size to Match DWG Dimensions During CAD to SVG Conversion, with Override Option
CONVERSIONNET-5404EnhancementSupport for embedded XFA forms in PDF
CONVERSIONNET-5392BugSpecific MSG to PDF conversion - Evaluation watermark issue
CONVERSIONNET-6997BugIssue with Formula Handling in XLSX to PDF Conversion
CONVERSIONNET-4330BugConvert XFA PDF form to DOCX issue
CONVERSIONNET-5344BugSaving converted document is already set - using single converter object
CONVERSIONNET-6996BugWhen converting HTML to Wordprocessing the margins are not respected
CONVERSIONNET-6973BugConverting HTML to PDF - Margins not working
CONVERSIONNET-6971BugCustom font folders not set when converting from Pcl
CONVERSIONNET-6970BugSetting watermark not working when converting to Web
CONVERSIONNET-6968BugSetting zoom not working when converting to Web
CONVERSIONNET-6233BugMSG to PDF conversion is slow
CONVERSIONNET-6964BugException when converting Dwf to Svg
CONVERSIONNET-6906BugSent date not preserved when converting eml to msg
CONVERSIONNET-5863BugDWG to SVG conversion issue
CONVERSIONNET-6947BugReference not working when converting to Presentation
CONVERSIONNET-6934BugReference not working when converting to PDF
CONVERSIONNET-6943BugCan?t render barcode: not enough space
CONVERSIONNET-6940BugAutomatic page orientation stopped working for XLSX to PDF conversion
CONVERSIONNET-6941BugRegression: 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

  1. Removed Width and Height from CadLoadOptions
  2. New value for PageOrientation property - PageOrientation.Default which now is default value in each ConvertOptions which implements IPageOrientationConvertOptions