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.
This version provides the DLLs package for GroupDocs.Viewer for .NET 24.2. The key highlight of this update is the introduction of a new performance-oriented conversion mode specifically designed for CAD files (DWG, DXF).
An advanced rendering mode has been introduced in this C# document rendering API release. It allows developers to experience faster CAD rendering with notably reduced processing time for complex CAD files. It is now possible to decreases the file size of the output HTML and images. This functionality is ideal situations where it is critical to adhere to speed and efficiency. Please refer to the following code example to learn how to use this feature in C#.
using (Viewer viewer = new Viewer("input.dwg")) { HtmlViewOptions viewOptions = HtmlViewOptions.ForEmbeddedResources("Output-Page#{0}.html"); viewOptions.CadOptions = CadOptions.ForRenderingByWidth(1000); viewOptions.CadOptions.EnablePerformanceConversionMode = 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.2 Release Notes.