GroupDocs.Conversion for .NET 17.11 Release Notes

Major Features

There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are:

  • Cells to SVG conversion improvement
  • Diagram to SVG conversion improvement
  • Detecting unsupported Excel 95 format and throw meaningful exception
  • Conversion from/to POTX and POTM
  • Conversion from/to PPTM and PPSM
  • Conversion from/to XLTX and XLTM
  • 3 bugs fixed

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
CONVERSIONNET‑2183Implement conversion from/to POTX and POTMNew Feature
CONVERSIONNET‑2209Implement conversion from/to PPTM and PPSMNew Feature
CONVERSIONNET‑2218Implement conversion from/to XLTX and XLTMNew Feature
CONVERSIONNET‑2206Check for unsupported Excel 95 XLS file format and throw an exceptionImprovement
CONVERSIONNET‑2225Cells to SVG conversion improvementImprovement
CONVERSIONNET‑2235Diagram to SVG conversion improvementImprovement
CONVERSIONNET‑2245Set custom font directoriesImprovement
CONVERSIONNET‑2180Conversion for Doc with macro to Docx failedFix
CONVERSIONNET‑2103System.ArgumentException when converting Mobi to Ppt or PpsFix
CONVERSIONNET‑2173Conversion of specific pptx to jpg results wrong outputFix

Public API and Backward Incompatible Changes

Introduced new property

public List<string> FontDirectories { get; }

Usage