Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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.
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*
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.