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 release of GroupDocs.Viewer for .NET (MSI) introduces a significant performance boost for handling CAD files (DWG, DXF). A new conversion mode has also been added, specifically designed for faster processing times and reduced output file sizes.
Experience faster CAD rendering with significantly reduced processing time for complex CAD files in the latest C# document rendering API release. This update decreases the size of generated HTML and image outputs. It is ideal for scenarios where speed and efficiency are critical. 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.