Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Viewer for .NET 24.1

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 203.57MB
  • Date Added:
  • 31/1/2024

Description

This contains the MSI installer of GroupDocs.Viewer for .NET 24.1 release.

File Details

GroupDocs.Viewer for .NET 24.1 (MSI) offers improved document rendering capabilities and enhanced stability for developers. This release introduces new features and addresses numerous bugs to ascertain a smooth user experience.

Automatic JPEG Rotation

Integrate the functionality of automatically rotating JPEG images based on Exif data within your C# and VB.NET document viewing applications. This feature guarantees correct image orientation regardless of capture or storage methods.

With this version of GroupDocs.Viewer for .NET, you can maintain visual fidelity while removing hyperlinks from the table of contents when rendering Word documents to HTML or PDF using the WordProcessingOptions.UnlinkTableOfContents property. Here is how you can use this feature in C#:


using GroupDocs.Viewer;
using GroupDocs.Viewer.Options;
// ...

using (var viewer = new Viewer("resume.docx"))
{
    // Convert the document to HTML.
    var viewOptions = HtmlViewOptions.ForEmbeddedResources();
    // Unlink table of contents.
    viewOptions.WordProcessingOptions.UnlinkTableOfContents = true;
    viewer.View(viewOptions);
}

Source*

Fixed Bugs

This release of the C# document viewing API resolves several issues, including:

  • Exceptions encountered during rendering of various file formats (PS, XLS, XLSX, DWF, PNG, XLS, MPP, IGS, CDR, SVG, DWG, ODS, AI, IFC)
  • Incorrect rendering of specific DWG and PDF files
  • Inaccurate display of content when converting MHT to PDF/image
  • Missing images in HTML rendering

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Viewer for .NET 24.1 Release Notes.

 English