GroupDocs.Conversion for .NET 21.8 Release Notes

Major Features

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

  • Conversion from Nsf
  • Conversion from multiple vcf contacts

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONNET‑4636FeatureImplement conversion from Nsf
CONVERSIONNET‑4335ImprovementSize too high when converted from PDF to DOCX
CONVERSIONNET‑4675ImprovementConversion from multiple contacts VCF
CONVERSIONNET‑4390FixWrong exception
CONVERSIONNET‑4553FixImage export failed exception when converting certain djvu document to epub
CONVERSIONNET‑4623FixWrong content placement while converting XLSX with Letter page size to PDF
CONVERSIONNET‑4702FixConverting Hebrew html to Tiff
CONVERSIONNET‑4704FixEML to PDF conversion taking long time
CONVERSIONNET‑4724FixDiagram to image conversion failed on Linux/macOS
CONVERSIONNET‑4725FixDiagram to word processing failed on Linux/macOS
CONVERSIONNET‑4728FixPdf to image conversion failed under Linux/macOS
CONVERSIONNET‑4729FixPresentation to image conversion failed under Linux/macOS
CONVERSIONNET‑4730FixProject management to image conversion failed under Linux/macOS
CONVERSIONNET‑4731FixSpreadsheet to image conversion failed under Linux/macOS
CONVERSIONNET‑4734FixData to Image as datasource conversion failed under macOS/Linux
CONVERSIONNET‑4735FixTsv and Csv to image conversion failed
CONVERSIONNET‑4738FixConversion from Xml/XlsFo to Xlt failed

Public API and Backward Incompatible Changes

  1. Introduced new class NsfLoadOptions

  2. Introduced new properties in class WordProcessingLoadOptions

    /// <summary>
    /// If EmbedTrueTypeFonts is true, GroupDocs.Conversion embed true type fonts in the output document. Default: false
    /// </summary>
    public bool EmbedTrueTypeFonts { get; set; }
    
    /// <summary>
    /// Update page layout after loading. Default: false
    /// </summary>
    public bool UpdatePageLayout { get; set; }
    
    /// <summary>
    /// Update fields after loading. Default: false
    /// </summary>
    public bool UpdateFields { get; set; }