GroupDocs.Viewer for .NET 26.4 Release Notes

This significant GroupDocs.Viewer for .NET 26.4 release contains a lot of new features, improvements, and bug fixes. Public API was also expanded in different parts to represent the new features.

Full list of changes in this release

KeyCategorySummary
VIEWERNET‑5608New featureReturn mail message properties through specialized view info
VIEWERNET‑5640New featureAdd and implement support of HorizontalResolution and VerticalResolution for SpreadsheetOptions
VIEWERNET‑5605EnhancementAdd support of xml-stylesheet processing instruction
VIEWERNET‑5624EnhancementImprove CSS color parsing and serialization
VIEWERNET‑4748Bug`“Could not load file. File is corrupted or damaged.”` error during call `viewer.View` for the DXF file.
VIEWERNET‑4760BugFix bug with exception while loading specific DXF file to Viewer on Windows only
VIEWERNET‑5512BugMissing Chinese characters when rendering EML to PDF
VIEWERNET‑5529BugBad performance for some pages when rendering PDF to HTML and PNG
VIEWERNET‑5571BugGroupDocsViewerException while rendering PPT and PPS to any format
VIEWERNET‑5579Bug5-digit row numbers overlap right sibling cells and AutoFit is not applied for long textual cells when rendering Spreadsheet to HTML
VIEWERNET‑5603BugWinding font is not preserving while converting XLS to HTML
VIEWERNET‑5609BugException during detection of raw URIs in mail message body
VIEWERNET‑5611BugDefault font is not applied when detection and wrapping of raw URIs in mail message body is working
VIEWERNET‑5647BugUnable to cast object of type ‘Aspose.CAD.FileFormats.Ifc.IFC2X3.Entities.IfcFacetedBrep’
VIEWERNET‑5377Bug[UI] Viewer doesn’t load document with lot of 404s for /get-page calls
VIEWERNET‑5623Bug[UI] Groupdocs viewer (8.1.3) - Problems with print loader popup

New features

VIEWERNET‑5640

Now it is possible to specify a horizontal and vertical resolution in DPI unit when rendering the input Spreadsheet documents to the raster formats (PNG and JPEG). This is done with the new public properties HorizontalResolution and VerticalResolution in SpreadsheetOptions class. Both the properties have a default value of 96 DPI. It can be manually set within the range [72..600] DPI.

VIEWERNET‑5608

A new class MailMessageViewInfo was added in the GroupDocs.Viewer.Results namespace. This class implements and extends the its parent class ViewInfo and is returned by the method Viewer.GetViewInfo() when the loaded file of an email message file.

Public API changes

Added

Removed

None