Browse our Products

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.

 

GroupDocs.Viewer for .NET 24.2

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 205.22MB
  • Date Added:
  • 1/3/2024

Description

This ZIP file contains only the GroupDocs.Viewer for .NET 24.2 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Viewer for .NET without the MSI installer. This ZIP download does not contain the demo projects.

File Details

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

Advanced CAD Conversion Mode in .NET

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*

Fixed Bugs

  • Optimized handling of superscript font size and page rendering in PS to PDF conversion (VIEWERNET‑3371).
  • Addressed errors encountered with specific PDF viewer APIs (VIEWERNET‑4583, VIEWERNET‑4586).
  • Resolved text formatting issues in output HTML (VIEWERNET‑4654).
  • Enhanced conversion accuracy for DWG drawings (VIEWERNET‑2758).
  • Fixed incorrect page size calculation (VIEWERNET‑2789).

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.

 English