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 Cross-Platform (DLLs only)

Download   Support Forum 

File Details

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

Description

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.4. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

File Details

Develop platform-independent C# document rendering applications with the newly released GroupDocs.Viewer for .NET 24.4 cross-platform (DLLs-only). Integrate the ability to render copy-protected PDF documents to HTML and take your .NET solutions to the next level.

Export Copy Protected PDFs as HTML Files

Preserve PDF copy protection during PDF to HTML rendering with this C# document viewing API release. You can export PDF documents to the HTML format with PDF copy protection fully intact and ascertain content security flawlessly on Windows, Linux, and macOS platforms. 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

  • Optimized performance for loading PDF pages in ASP.NET Core projects using GroupDocs.Viewer.UI (VIEWERNET‑4431).
  • 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).
  • Resolved exceptions when rendering corrupted AI files (VIEWERNET‑3268 & VIEWERNET‑3609).
  • Resolved issues with displaying Word documents containing tables (VIEWERNET‑4784).
  • Improved image rendering accuracy from DOCX to HTML (VIEWERNET‑3930).
  • Addressed memory exception issues on Linux (VIEWERNET‑4794).
  • Addressed display problems in Excel files (VIEWERNET‑4789).
  • Improved handling of corrupted MSG files (VIEWERNET‑4785).
  • Fixed image placement issues (VIEWERNET‑4792).

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