GroupDocs.Viewer for .NET 25.1 Release Notes

This GroupDocs.Viewer for .NET 25.1 release includes two new features, three improvements and one bug fix.

Full list of changes in this release

KeyCategorySummary
VIEWERNET‑5125FeatureAdd support of LHA archive format
VIEWERNET‑5197FeatureAdd public option to remove JavaScript from resultant HTML generated from input WordProcessing
VIEWERNET‑5062ImprovementRemove JavaScript from output HTML when converting DOCX to Fixed-HTML
VIEWERNET‑5149ImprovementEliminate empty style attributes and rulesets during serialization of HtmlDom and CssOm
VIEWERNET‑5194ImprovementImprove validation and extracting dimensions from SVG images
VIEWERNET‑4499FixCan’t parse embedded font Menlo-Regular and no suitable system font found

LHA support

Starting from this version 25.1, the GroupDocs.Viewer for .NET supports the LHA/LZH archive format. This also includes the auto-detection of LHA files.

Option to remove JavaScript

Starting from this version 25.1, when input WordProcesing document is converting to the HTML format, the VBA scripts in the original document will not be translated to the resultant HTML document as JavaScript code. To preserve JavaScript in resultant HTML document the explicit option must be enabled. More on that in corresponding article.

Public API changes