GroupDocs.Viewer for .NET 25.3 Release Notes
This GroupDocs.Viewer for .NET 25.3 release is an update that includes six new features, one improvement and four bug fixes. It also contains new types and methods, added to the public API.
Full list of changes in this release
Key | Category | Summary |
---|---|---|
VIEWERNET‑5276 | Feature | Release Visio family formats for GroupDocs.Viewer.CrossPlatform |
VIEWERNET‑5233 | Feature | Return all fonts used in input document via public API |
VIEWERNET‑5242 | Feature | Add support of Windows Imaging Format (WIM) archive format |
VIEWERNET‑5093 | Feature | Render content of inner archives inside outer archives |
VIEWERNET‑5275 | Improvement | Detect whether specified XML files are truly XML |
VIEWERNET‑5269 | Bug | Incorrect listing and order of archive entries |
VIEWERNET‑4495 | Feature | [UI] Show custom error message in GroupDocs.Viewer.UI |
VIEWERNET‑4969 | Feature | [UI] .Net UI Fit document in screen |
VIEWERNET‑5270 | Bug | [UI] Viewer Pptx page number error |
VIEWERNET‑4923 | Bug | [UI] Excel/Powerpoint UI issues |
VIEWERNET‑5240 | Bug | [UI] Issues while opening, scrolling and printing a document |
Visio Family Formats support for cross-platform Viewer
Starting from this version 25.3, the Visio family formats (also known as Diagram family formats) is available not only for the GroupDocs.Viewer for .NET, but also for the GroupDocs.Viewer.CrossPlatform.
Getting all used fonts
Starting from this version 25.3, the Viewer
class contains a new method GetAllFonts()
. More on this in a separate article.
UI package changes
Please reffer to GroupDocs.Viewer.UI package version 25.3 release notes for more details.
Public API changes
Added
- New
UsedFontInfo
class in theGroupDocs.Viewer.Fonts
namespace - New
GetAllFonts()
method in theViewer
class. - New
Wim
field in theFileType
class.
Removed
- None