GroupDocs.Conversion for .NET 21.5 Release Notes

Major Features

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

  • Diagram to diagram conversion
  • Project management to project management conversion
  • CSV to Json conversion
  • Conversion from Json as a datasource
  • Conversion from Fodg
  • Conversion from/to Psb
  • Improved Email to Html conversion

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONNET‑4509FeatureCsv to Json conversions
CONVERSIONNET‑4510FeatureConversion from Json as datasource
CONVERSIONNET‑4554FeatureOverride the source file type detection by setting Format property in LoadOptions
CONVERSIONNET‑4595FeatureImplement Diagram to Diagram conversion
CONVERSIONNET‑4614FeatureImplement conversion from Primavera Xer
CONVERSIONNET‑4615FeatureImplement ProjectManagement to ProjectManagement conversion
CONVERSIONNET‑4624FeatureImplement conversion from Apple iWork Numbers format
CONVERSIONNET‑4626FeatureImplement conversion from/to Psb
CONVERSIONNET‑4632FeatureImplement conversion from Fodg
CONVERSIONNET‑4567ImprovementImprove Email to Markup conversion
CONVERSIONNET‑3819FixConversion from XPS to PDF throws OOM or uses too much memory and lasts for 5 minutes
CONVERSIONNET‑4200FixException is thrown when converting particular Cdr document
CONVERSIONNET‑4312FixCannot convert particular EMF to PDF document
CONVERSIONNET‑4321FixTif to Svg conversion issue
CONVERSIONNET‑4337FixUnable to convert particular Gif
CONVERSIONNET‑4434FixHtml to XLS conversion exception: The max length of the font name is 31
CONVERSIONNET‑4566FixHtml improperly detected as Mbox when converting from stream
CONVERSIONNET‑4568FixMissing watermark when converting from Email
CONVERSIONNET‑4635FixConversion from Pst/Ost do not produce output documents

Public API and Backward Incompatible Changes

  1. Introduced new class DataConvertOptions

  2. Introduced new class DiagramConvertOptions

  3. Introduced new class ProjectManagementConvertOptions

  4. Introduced new class DataLoadOptions

  5. Introduced new property in class XmlLoadOptions

    /// <summary>
    /// Use Xml document as data source
    /// </summary>
    public bool UseAsDataSource { get; set; }