GroupDocs.Conversion for .NET 21.3.1 Release Notes

Major Features

This is a hot fix release which fix one issue:

  • Wordprocessing conversion issue under linux and windows core

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONNET‑4571FixWordprocessing conversion issue under linux and windows core

Public API and Backward Incompatible Changes

  1. Introduced new property in class WordProcessingLoadOptions

    /// <summary>
    /// Specifies whether to use a text shaper for better kerning display. Default is false.
    /// </summary>
    public bool UseTextShaper { get; set; }