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 (DLLs only)

Download   Support Forum 

File Details

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

Description

This contains the MSI installer of GroupDocs.Viewer for .NET 24.2 release.

File Details

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.

Performance-Oriented CAD Conversion Mode

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*

Fixed Bugs

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

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