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.4 (DLLs only)

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 209.09MB
  • Date Added:
  • 30/4/2024

Description

This ZIP file contains only the GroupDocs.Viewer for .NET 24.4 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Viewer for .NET without the MSI installer. This ZIP download does not contain the demo projects.

File Details

.NET developers can experience easier integration and improved compatibility with GroupDocs.Viewer for .NET 24.4 (DLLs-only package). The latest version includes a new feature enabling users to render copy-protected PDF documents to the HTML format and bug fixes for you to enjoy a refined API usage experience.

Render Copy Protected PDFs as HTML

This release of the C# document rendering API brings supercharged document viewing flexibility with the ability to preserve PDF copy protection while rendering PDFs to HTML. With the latest update, PDF copy protection is preserved when exporting PDF documents to the HTML format, ensuring content security. Please check out the following code sample, which explains how to perform this functionality in C#.


using (Viewer viewer = new Viewer("protected-resume.pdf"))
{
    HtmlViewOptions viewOptions = HtmlViewOptions.ForEmbeddedResources();
    viewOptions.PdfOptions.DisableCopyProtection = true;

    viewer.View(viewOptions);
}

Source*

Fixed Bugs

  • Fixed the ‘Image export failed’ exception encountered during PSD file rendering (VIEWERNET‑2551).
  • Fixed a potential memory leak in JpegViewer within GroupDocs.Viewer.UI (VIEWERNET‑4490).
  • Optimized performance for loading PDF pages in ASP.NET Core projects using GroupDocs.Viewer.UI (VIEWERNET‑4431).
  • Improved handling of corrupted MSG files (VIEWERNET‑4785).
  • Addressed memory exception issues on Linux (VIEWERNET‑4794).
  • Fixed image placement issues (VIEWERNET‑4792).
  • Resolved exceptions when rendering corrupted AI files (VIEWERNET‑3268 & VIEWERNET‑3609).
  • Resolved issues with displaying Word documents containing tables (VIEWERNET‑4784).
  • Addressed display problems in Excel files (VIEWERNET‑4789).
  • Improved image rendering accuracy from DOCX to HTML (VIEWERNET‑3930).

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

 English