GroupDocs.Viewer for .NET 19.2 Release Notes

Major Features

There are 11 features, improvements and fixes in this regular monthly release. The most notable are:

  • Added Zip and Tar file formats support
  • Extended support for CellsOptions.TextOverflowMode option for rendering into image and PDF
  • Resolved watermarking issues when rendering into HTML

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
VIEWERNET-1883Add tar file format supportFeature
VIEWERNET-1854Add zip file format supportFeature
VIEWERNET-1852Improve performance for rendering PSD image format into PDFImprovement
VIEWERNET-1853Improve rendering Dicom, Dng and WebP formats into PDFImprovement
VIEWERNET-1867Extend support for CellsOptions.TextOverflowMode option for rendering into imageImprovement
VIEWERNET-1868Extend support for CellsOptions.TextOverflowMode option for rendering into PDFImprovement
VIEWERNET-1830Output extension is empty when saving HTML page into cacheBug
VIEWERNET-1855Object null reference exception when rendering DWG documentBug
VIEWERNET-1886Watermark opacity set twice when rendering as HTMLBug
VIEWERNET-1887Separator is wrong for the opacity valueBug
VIEWERNET-166Unable to render .xls fileBug

Public API and Backward Incompatible Changes

GroupDocs.Viewer.Config.ViewerConfig

public string LocalesPath property compilation set to fail

This property is obsolete and will be removed after version 19.2. GroupDocs.Viewer no longer provides localization supports.

GroupDocs.Viewer.Converter.Options.ImageOptions

public string FileExtension property compilation set to fail

This property is obsolete and will be removed after version 19.2.

GroupDocs.Viewer.Handler.ViewerHtmlHandler

public ViewerHtmlHandler(ViewerConfig viewerConfig, CultureInfo cultureInfo) constructor has been set as obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerHtmlHandler(ViewerConfig viewerConfig, IInputDataHandler inputDataHandler, CultureInfo cultureInfo) constructor has been set as obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerHtmlHandler(ViewerConfig viewerConfig, IInputDataHandler inputDataHandler, ICacheDataHandler cacheDataHandler, CultureInfo cultureInfo) constructor has been set as obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerHtmlHandler(IFileStorage fileStorage, CultureInfo cultureInfo) constructor has been set as obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerHtmlHandler(ViewerConfig viewerConfig, IFileStorage fileStorage, CultureInfo cultureInfo) constructor has been set as obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

GroupDocs.Viewer.Handler.ViewerImageHandler

public ViewerImageHandler(ViewerConfig viewerConfig, CultureInfo cultureInfo) constructor has been set obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerImageHandler(ViewerConfig viewerConfig, IInputDataHandler inputDataHandler, CultureInfo cultureInfo) constructor has been set obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerImageHandler(ViewerConfig viewerConfig, IInputDataHandler inputDataHandler, ICacheDataHandler cacheDataHandler, CultureInfo cultureInfo) constructor has been set obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerImageHandler(IFileStorage fileStorage, CultureInfo cultureInfo) constructor has been set obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

public ViewerImageHandler(ViewerConfig viewerConfig, IFileStorage fileStorage, CultureInfo cultureInfo) constructor has been set obsolete

This constructor is obsolete and will be removed after version 19.3. Please, instead, use the constructors that do not have CultureInfo argument.

GroupDocs.Viewer.Localization.ILocalizationHandler

public interface ILocalizationHandler compilation is set to fail

This interface is obsolete and will be removed after version 19.2. The exception localization feature no longer provided.

GroupDocs.Viewer.Localization.LocalizedStringKeys

public static class LocalizedStringKeys and all its members have been set obsolete

This class and its members are obsolete and will be removed after version 19.2. The exception localization feature no longer provided.