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
Key | Category | Summary |
---|---|---|
VIEWERNET‑5125 | Feature | Add support of LHA archive format |
VIEWERNET‑5197 | Feature | Add public option to remove JavaScript from resultant HTML generated from input WordProcessing |
VIEWERNET‑5062 | Improvement | Remove JavaScript from output HTML when converting DOCX to Fixed-HTML |
VIEWERNET‑5149 | Improvement | Eliminate empty style attributes and rulesets during serialization of HtmlDom and CssOm |
VIEWERNET‑5194 | Improvement | Improve validation and extracting dimensions from SVG images |
VIEWERNET‑4499 | Fix | Can’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
- New
RemoveJavaScript
boolean property in theOptions.WordProcessingOptions
class - New
Lha
field in theFileType
class.