GroupDocs.Conversion for .NET 20.7 Release Notes

Major Features

There are 15+ features, improvements and bug-fixes in this release, most notable are:

  • Conversions to Dif
  • Conversions from/to SXC
  • Conversions from AI
  • Conversions from/to Emz
  • Conversions from/to Wmz
  • Conversions from/to Svgz

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONNET‑3968FeatureImplement conversion to Dif
CONVERSIONNET‑3970FeatureImplement conversion from SXC
CONVERSIONNET‑3971FeatureImplement conversion to SXC
CONVERSIONNET‑4039FeatureImplement conversion from AI
CONVERSIONNET‑4042FeatureImplement conversion from/to Emz
CONVERSIONNET‑4043FeatureImplement conversion from/to Wmz
CONVERSIONNET‑4044FeatureImplement conversion from/to Svgz
CONVERSIONNET‑4006ImprovementChange watermark font property from System.Drawing.Font to own class
CONVERSIONNET‑3707FixException while Converting WMF to DOC using GroupDocs.Conversion .NET API v20.1.0 As Image export failed
CONVERSIONNET‑3809FixPDF to ODS conversion issue
CONVERSIONNET‑3851FixPDF to HTML conversion issue, additional space in a word
CONVERSIONNET‑3891FixDOCX to PDF conversion issue for a particular file
CONVERSIONNET‑3893FixVSDX to PNG Conversion issue
CONVERSIONNET‑3911FixPDF to CSV conversion issue
CONVERSIONNET‑3962FixPPT/PPTX to XLS conversion issue
CONVERSIONNET‑3997FixConversion is stuck
CONVERSIONNET‑3998FixXLSM to PDF - Index was outside the bounds of the array
CONVERSIONNET‑4022FixBad image quality for low resolution PNG
CONVERSIONNET‑4056FixHTML to PDF conversion, characters issue

Public API and Backward Incompatible Changes

  1. Introduced new property in class WatermarkOptions

    /// <summary>
    /// Watermark font if text watermark is applied
    /// </summary>
    public Font WatermarkFont { get; set; }
    
  2. Following properties are marked as obsolete

    • GroupDocs.Conversion.Options.Convert.WatermarkOptions property Font - will be removed in v20.10. Property WatermarkFont must be used instead.
  3. Following properties are removed

    • From GroupDocs.Conversion.ConverterSettings property DefaultFont
    • From GroupDocs.Conversion.Options.Convert.PdfOptions property FormatingOptions
    • From GroupDocs.Conversion.Options.Load.EmailLoadOptions property ConvertAttachments