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.
GroupDocs.Viewer for .NET 24.4 (MSI) introduces a brand new feature allowing users to render copy-protected PDF documents as HTML. This release also includes various bug fixes to allow users to develop high-performance C# document viewing solutions.
Preserve PDF copy protection when rendering to HTML with the latest C# document rendering API release. This update respects PDF copy protection when converting documents to HTML format and ensures content remains secure. 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.