GroupDocs.Viewer for .NET 25.2 Release Notes
This GroupDocs.Viewer for .NET 25.2 release includes two new features and one improvement.
Full list of changes in this release
Key | Category | Summary |
---|---|---|
VIEWERNET‑5236 | Feature | Add support of Cabinet (CAB) archive format |
VIEWERNET‑5239 | Feature | Optionally disable preserving JavaScript when converting different formats to HTML |
VIEWERNET‑4740 | Improvement | Improve rendering of PSD (Photoshop) files to PNG format |
VIEWERNET‑5266 | Improvement | Support last modification date for entries of CAB, ISO, and TAR archives |
CAB support
Starting from this version 25.2, the GroupDocs.Viewer for .NET supports the CAB (Cabinet) archive format. This also includes the auto-detection of CAB files.
Option to remove JavaScript
Starting from this version 25.2, along with the WordProcesing format, the ability of disabling or enabling JavaScript in the output HTML documents are supported for all relevant formats. More in the corresponding article.
Public API changes
Added
- New
RemoveJavaScript
boolean property in theOptions.HtmlViewOptions
class - New
Cab
field in theFileType
class.
Removed
RemoveJavaScript
boolean property from theOptions.WordProcessingOptions
class