GroupDocs.Viewer for .NET 22.5 Release Notes

Major Features

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

  • Implement support for multi-paged Dicom files
  • Dwfx to Pdf produce empty result
  • Viewer font issue when rendering DOCX to PDF
  • Viewer converting Excel to HTML with problems (cell overlay bug)

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
VIEWERNET-3416“Could not load file. File is corrupted or damaged.” exception when rendering DCM fileBug
VIEWERNET-3671Specific DWF file rendered incorrectly.Bug
VIEWERNET-3748Implement support for multi-paged Dicom filesFeature
VIEWERNET-3849“Object reference not set to an instance of an object.” exception when rendering ODS fileBug
VIEWERNET-3876“Could not load file. File is corrupted or damaged.” exception when rendering PLT fileBug
VIEWERNET-3911Viewer converting Excel to HTML with problems (cell overlay bug)Bug
VIEWERNET-3950Exception when converting particular file dwg file to PNGBug
VIEWERNET-3951Dwfx to Pdf produce empty resultBug
VIEWERNET-3952Viewer font issue when rendering DOCX to PDFBug

Public API Changes

GroupDocs.Viewer.Options.WordProcessingOptions class

Added new EnableOpenTypeFeatures boolean property. Setting this property to true enables kerning and other OpenType Features when rendering Arabic, Hebrew, Indian scripts, Latin-based or Cyrillic-based scripts

/// <summary>
/// This option enables kerning and other OpenType Features when rendering Arabic, Hebrew, Indian scripts, Latin-based or Cyrillic-based scripts.
/// </summary>
public bool EnableOpenTypeFeatures { get; set; }