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.
.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.
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*
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.