GroupDocs.Viewer for .NET 22.1 Release Notes

Major Features

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

  • Added addional method compression support for PSD
  • Make readable exception for old versions of XLS file
  • Temp files overflow when opening a file from stream for PSD AI files

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
VIEWERNET-3781Compression method is not supported for specific PSD fileImprovement
VIEWERNET-3847Make readable exception for old versions of XLS filesImprovement
VIEWERNET-3014Not all data renderedBug
VIEWERNET-3435“Failed to render CAD document into PDF.” exception when rendering DXF fileBug
VIEWERNET-3448“Could not load file. File is corrupted or damaged.” exception when rendering DWG fileBug
VIEWERNET-3620CAD document rendering failed.Please check that CadOptions sizing options do not have too low or too high values. exception when rendering DWF fileBug
VIEWERNET-3622“Could not load file. File is corrupted or damaged.” exception when rendering DGN fileBug
VIEWERNET-3676Word table formatting issue using Customer XML dataBug
VIEWERNET-3798Temp files overflow when opening a file from stream for PSD AI filesBug
VIEWERNET-3291“Could not load file. File is corrupted or damaged.” exception when rendering IGS file to htmlBug
VIEWERNET-3784AI rendering is slow and output is a white squareBug

Public API Changes

GroupDocs.Viewer namespace

Following obsolete members were removed:

  • public Viewer(Func<Stream> getFileStream);
  • public Viewer(Func<Stream> getFileStream, Func<LoadOptions> getLoadOptions);
  • public Viewer(Func<Stream> getFileStream, ViewerSettings settings);
  • public Viewer(Func<Stream> getFileStream, Func<LoadOptions> getLoadOptions, ViewerSettings settings);