GroupDocs.Viewer For .NET 16.10 Release Notes

Major Features

There are 1 new feature and 8 improvements and fixes in this regular monthly release. The most notable are:

  • Improved rendering Slides documents by removing embedded audios
  • Improved extracting document information
  • MOBI file format rendering support
  • Fixed rendering of DWG documents which were rendered into small image or into image with dots

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
VIEWERNET-888Mobi format supportNew Feature
VIEWERNET-913Remove embedded audios from presentationImprovement
VIEWERNET-942Invalid rendering of DWG file into Image or HTMLBug
VIEWERNET-922GetDocumentInfo() method is throwing exceptionBug
VIEWERNET-918Failed to load XPS file in evaluation modeBug
VIEWERNET-910Dwg document is rendered into small image.Bug
VIEWERNET-905Invalid rendering of DWG file into HTML and ImageBug
VIEWERNET-798SheetRender.GetPageSize throws an exception when sheet is empty.Bug
VIEWERNET-417FormattedText does not return TextWidth for Japanese characters.Bug

Public API and Backward Incompatible Changes

  1. Rename classes which names start with AutoCad to Cad
    1. Class GroupDocs.Viewer.Domain.DocumentTypeFormat constant AUTOCAD_DRAWING_FILE_FORMAT value changed to “CAD Drawing File Format”
    2. Class GroupDocs.Viewer.Domain.DocumentTypeFormat constant AUTOCAD_DRAWING_FILE_FORMAT name changed to CAD_DRAWING_FILE_FORMAT
  2. Mobi format support
    1. Class GroupDocs.Viewer.Domain.DocumentTypeFormat constant added public const string MOBIPOCKET = “Mobipocket”