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.
GroupDocs.Viewer for .NET 24.1 (MSI) offers improved document rendering capabilities and enhanced stability for developers. This release introduces new features and addresses numerous bugs to ascertain a smooth user experience.
Integrate the functionality of automatically rotating JPEG images based on Exif data within your C# and VB.NET document viewing applications. This feature guarantees correct image orientation regardless of capture or storage methods.
With this version of GroupDocs.Viewer for .NET, you can maintain visual fidelity while removing hyperlinks from the table of contents when rendering Word documents to HTML or PDF using the WordProcessingOptions.UnlinkTableOfContents property. Here is how you can use this feature in C#:
WordProcessingOptions.UnlinkTableOfContents
using GroupDocs.Viewer; using GroupDocs.Viewer.Options; // ... using (var viewer = new Viewer("resume.docx")) { // Convert the document to HTML. var viewOptions = HtmlViewOptions.ForEmbeddedResources(); // Unlink table of contents. viewOptions.WordProcessingOptions.UnlinkTableOfContents = true; viewer.View(viewOptions); }
Source*
This release of the C# document viewing API resolves several issues, including:
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Viewer for .NET 24.1 Release Notes.