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.


Product Page Docs API Ref Examples Blog Support License


GroupDocs.Viewer for .NET Releases

Installation

The package is available on nuget.org. Please expand to view the installation commands.
+ .NET CLI
> dotnet add package GroupDocs.Viewer
+ Package Manager
PM> NuGet\Install-Package GroupDocs.Viewer
+ PackageReference
<PackageReference Include="GroupDocs.Viewer" />
+ Paket CLI
paket add GroupDocs.Viewer
+ Script & Interactive
#r "nuget: GroupDocs.Viewer"
+ Cake
// Install GroupDocs.Viewer as a Cake Addin
#addin nuget:?package=GroupDocs.Viewer
// Install GroupDocs.Viewer as a Cake Tool
#tool nuget:?package=GroupDocs.Viewer

Introduction

GroupDocs.Viewer for .NET Introduction (click to expand)

GroupDocs.Viewer for .NET is a versatile API designed for developers to render and convert over 100+ file formats into HTML, PDF, or images with unmatched accuracy. It supports advanced features like document streaming, email attachment handling, custom headers, responsive layouts, and CAD rendering without requiring external software like Microsoft Office. Whether you are working with Word, Excel, Visio, or archive files, GroupDocs.Viewer for .NET ensures seamless integration into .NET web and desktop applications, optimizing file rendering for enhanced user experiences.

GroupDocs.Viewer for .NET Features

Render Word Documents

Render Word Documents as HTML, PDF, and Images

Convert Word documents to HTML, PDF, PNG, or JPEG without using Microsoft Word, suitable for .NET web or desktop apps.

Render PDF Documents

Render PDF Documents as Images

Convert PDF documents to image formats such as PNG or JPEG, ensuring quality control for .NET applications.

Render Spreadsheet Files

Render Excel and Apple Numbers Spreadsheets

Render Excel and Apple Numbers spreadsheets to HTML, PDF, PNG, or JPEG, providing flexibility in .NET applications.

Split a Worksheet into Pages

Split Excel worksheets into pages using custom row or column settings, making large sheets easier to manage in rendering.

Render PowerPoint Presentations

Render PowerPoint Presentations to PDF and Images

Convert PowerPoint slides to PDF, PNG, or JPEG for easy sharing and viewing in .NET projects.

Render Visio Documents

Render Visio Diagrams to PDF and Images

Convert Visio diagrams to PDF, PNG, or JPEG for integration into .NET solutions.

Render CAD Files

Render CAD Drawings and Models

Convert CAD drawings to PDF or image formats for viewing within .NET apps without specialized CAD software.

Specify Rendering Options

Customize CAD Rendering

Use the CadOptions class to specify different settings such as background color and output image size for rendering CAD files to formats like PDF, PNG, and JPEG.

Render Project Files

Render Project Files to Multiple Formats

Render Microsoft Project (.MPP) and other project management files to HTML, PDF, PNG, and JPEG without needing project management software.

Adjust Project Rendering Options

Control output page size, adjust time units, and render specific project details like task notes and specific dates for comprehensive project representation.

Render EBooks

Convert EBooks to HTML, PDF, and Images

Render EPUB, MOBI, and AZW3 eBooks to HTML, PDF, PNG, or JPEG without needing a dedicated book reader.

Render Web Documents

Render Web Documents as PDF or Images

Render HTML, MHTML, and CHM files into PDF, PNG, or JPEG formats with customizable rendering settings, such as page size and margins.

Render XML Documents

Advanced XML Rendering

Process XML documents using an advanced module to ensure correct formatting, highlighting, and pagination, even for heavily corrupted XML structures.

Render Text Documents

Convert Text Documents to Multiple Formats

Render text documents, including XML, to formats like HTML, PDF, and image files, with enhanced options for styling and structuring.

Render Images

Image Conversion to PDF, HTML, or PNG

Render raster images such as JPEG, PNG, and BMP into PDF, HTML, and other formats, with options to adjust output dimensions and quality.

Render Email Messages

Render Email Messages

Render emails in formats like EML, MSG, and MHT to HTML, PDF, or images, supporting different rendering scenarios including attachments.

Render Outlook Data Files

Convert PST and OST Files

Render Outlook PST and OST data files to view their contents, including emails and attachments, in HTML, PDF, or image formats.

Render Lotus Notes Database Files

Render NSF Files

Convert Lotus Notes NSF files to HTML, PDF, or image formats for easy viewing of emails, attachments, and other elements within the database.

Render Archive Files

Render Archive as HTML

Convert archive files such as .ZIP, .RAR, and .7Z to HTML for easy viewing in web browsers.

Render Archive as PDF

Render archive contents into a consolidated PDF file for documentation or sharing purposes.

Render Archive as Images (PNG, JPEG)

Convert archive files into individual images in formats like PNG or JPEG for visual previews.

Load Documents

Load Documents from Local Path

Load a document from a local file system path using GroupDocs.Viewer for rendering.

Load from Stream

Load documents from a memory stream for flexibility in handling file input sources.

Load from URL

Load documents directly from URLs, enabling remote document rendering.

Load from FTP

Load documents stored on an FTP server for easy access and viewing.

Load from Amazon S3 Storage

Load documents directly from Amazon S3 buckets using AWS credentials.

Load from Azure Blob Storage

Load documents from Azure Blob Storage, integrating cloud document access.

Load Password-Protected Documents

Load documents that are protected by passwords, ensuring secure handling of sensitive files.

Document Loading Features

Specify File Type When Loading a Document

Use LoadOptions to specify the file type directly, bypassing automatic detection for better performance.

Specify Encoding When Loading Documents

Control character encoding when loading documents using LoadOptions to ensure accurate content display.

Loading of External Resources Contained by a Document

Manage the loading of external resources such as images by configuring LoadOptions to either skip or whitelist resources for secure processing.

Retrieve Document Information

Retrieve properties such as format family and page count after loading a document to facilitate document rendering or analysis.

Determine File Type

Determine a file type based on extension, media type, or file signature using FileType methods like FromExtension(), FromMediaType(), or FromStream().

Get the Format Family and Additional Information

Get detailed information about the format family to categorize different document formats, such as archives or email files.

Check if a File is Encrypted

Verify whether a file is encrypted by using GetFileInfo() after loading the document, enabling you to handle security features effectively.

Render Documents

List and Print All Supported File Types

Use FileType.GetSupportedFileTypes() to list all supported file types for rendering in your .NET application.

Get the Width and Height of Document Pages

Use viewer.GetViewInfo() to obtain the width and height of each page in a document.

Render Specific Pages

Render only selected pages by specifying them in the View() method either as parameters or by using an array.

Cancel Rendering

Cancel ongoing rendering operations if required to halt the process in real-time.

Render Hidden Pages

Use advanced rendering settings to include hidden pages in the output when necessary.

Rotate Pages

Rotate pages in your document by utilizing the RotatePage method from the ViewOptions class.

Set Custom Fonts

Specify custom fonts to be used when rendering documents to maintain consistency in the output.

Replace Missing Fonts

Replace missing fonts in documents with specific fonts to ensure proper formatting when rendered.

Save Output and Watermark Features

Save Output to Stream

GroupDocs.Viewer allows saving output results to a stream, offering flexibility when rendering to different formats like PDF, HTML, or images.

Add Text Watermarks

Add watermarks to HTML, JPG, PNG, or PDF outputs with simple methods to protect and personalize rendered documents.

HTML Rendering Features

Render to HTML

Convert documents to HTML while embedding or storing resources externally, providing control over document output for web viewing.

Render with Responsive Layout

Enable responsive layout when rendering documents to HTML for consistent viewing across various device types.

Optimize Output for Printing

Use the ForPrinting property to render HTML optimized for print, supporting vector formats like SVG for enhanced quality.

Minify HTML

Minify generated HTML files to reduce size and improve loading speed, particularly useful for web-based viewers.

Exclude Fonts

Exclude unnecessary fonts from the output to minimize the size of the rendered HTML files.

Image Rendering Features

Render to PNG or JPEG

Convert documents to high-quality PNG or JPEG images, specifying output quality and resolution to meet your needs.

Adjust Image Size

Control the size of output images when rendering to PNG or JPEG to optimize for bandwidth and quality requirements.

Rendering Options for PDF and Images

Adjust JPEG Image Quality

Decrease JPEG quality to reduce file size by setting JpgQuality in PdfViewOptions (value between 1-100, default is 90).

Get Text Coordinates

Extract text coordinates in rendered images using ViewInfoOptions.ForPngView() and analyze the text, words, and character locations.

Set Image Size Limits

Set maximum width and height for output images using ImageMaxWidth and ImageMaxHeight properties in HtmlViewOptions or JpgViewOptions.

Render to PDF with Custom Quality

Set image quality in rendered PDFs using PdfOptimizationOptions.ImageQuality to adjust JPEG image quality within the output PDF.

Reorder Pages in PDF

Specify the order of rendered pages by setting the page numbers in PdfViewOptions using the Viewer.View() method.

Protect PDF Document

Add password protection to the output PDF by using the Security option during rendering.

Optimize PDF Output

Minimize output file size by removing unused resources and subsetting fonts during rendering.

PDF File Optimization Features

Optimize PDF File Resources

Reduce the output PDF file size by optimizing images, fonts, form fields, and other document components for efficient storage and faster loading.

Optimize Spreadsheets in PDF Files

Optimize embedded spreadsheets to reduce the overall PDF file size by removing unnecessary borders and specific fonts.

Optimize Images

Reduce image quality, set specific image resolutions, or convert images to grayscale to minimize the PDF file size.

Reduce Image Quality

Enable image compression and adjust the image quality percentage to lower the file size while maintaining acceptable visual quality.

Set Image Resolution

Set a maximum image resolution for the output PDF to optimize file size and enhance loading efficiency.

Convert to Grayscale

Convert images within the PDF to grayscale to further reduce the file size and simplify document content.

Optimize Fonts

Subset fonts used in the PDF file to remove unnecessary characters, reducing the file size without impacting the document’s appearance.

Remove Annotations

Remove any annotations present in the PDF to optimize file size and enhance readability.

Remove Form Fields

Remove fillable form fields in the output PDF to minimize its size while retaining static content.

Optimize PDF File for Browser

Optimize the output PDF file for faster rendering in web browsers, allowing partial download for quick viewing of the first pages.

PDF File Optimization Features

Subset Fonts in PDF

Reduce file size by removing unused instructions from embedded fonts in a PDF by setting the SubsetFonts property to true.

Remove Unused Resources in PDF

Optimize PDF files by removing unused resources, such as orphaned objects or unnecessary data streams, to reduce the document size effectively.

Process Attachments

List Attachments

List attachments from emails, PDFs, Outlook, Lotus Notes, and compressed files with GroupDocs.Viewer using the GetAttachments method.

Save Attachments

Save attachments from supported documents, such as emails and compressed files, by iterating through the attachment collection and using the SaveAttachment method.

Render Attachments

Render document attachments just like any other document by saving and viewing the attachments with the specified view options.

Caching Features

Custom Cache Implementation

Implement a custom caching solution for GroupDocs.Viewer to store document cache in third-party storage like FTP, Amazon S3, Google Drive, or Redis.

Thread-Safe Cache for GroupDocs.Viewer

Create a thread-safe cache for GroupDocs.Viewer to ensure consistent and reliable caching during concurrent access.

Logging

Logging Support

Implement logging in GroupDocs.Viewer to keep track of document rendering and processing operations, ensuring smooth troubleshooting and debugging.

Supported File Formats

Archive and Compression File Formats

FormatDescriptionAutomatic Format Detection
7Z7-Zip Compressed File✔️️
BZ2Bzip2 Compressed File✔️️
GZGnu Zipped Archive✔️️
RARWinRAR Compressed Archive✔️️
TARConsolidated Unix File Archive✔️️
TGZGzipped Tar File✔️️
TXZXZ Compressed Tar Archive✔️️
XZXZ Compressed Archive✔️️
ZIPZipped File✔️️
ZstandardZstandard Archive✔️️
ISOOptical Disk Image✔️️

CAD and 3D File Formats

FormatDescriptionAutomatic Format DetectionRemarks
CF2            Common File Format✔️
DGNMicroStation Design File (V7)✔️DGN V8 is not supported as the file format is proprietary.
DWFDesign Web Format✔️
DWGAutoCAD Drawing✔️Supported formats: Release 11, 12, 13, 14; DWG 2000, 2000i, 2002; DWG 2004, 2005, 2006; DWG 2010-2016.
DWTAutoCAD Drawing Template✔️
DXFDrawing Exchange Format✔️
HPGHPGL (Hewlett-Packard Graphics Language) Plot File✔️
IFCIndustry Foundation Classes✔️
IGSIGES (Initial Graphics Exchange Specification) Drawing✔️
OBJWavefront 3D Object File✔️
PLTAutoCAD Plotter Document✔️
STLStereolithography File✔️

Database File Formats

FormatDescriptionAutomatic Format Detection
NSF            Lotus Notes Database File            ✔️

eBook File Formats

FormatDescriptionAutomatic Format Detection
EPUB            Open EBook Format            ✔️
MOBIMobipocket EBook✔️
AZW3AZ3/KF8 EBook Format✔️

Email File Formats

FormatDescriptionAutomatic Format Detection
EMLEmail Message✔️
EMLXApple Mail Message✔️
MBOXEmail Mailbox File✔️
MSGOutlook Message Item File✔️
VCARD / VCF            vCard (Virtual Contact) File            ✔️

Image File Formats

FormatDescriptionAutomatic Format DetectionRemarks
AI *Adobe Illustrator Artwork✔️Supported versions: 2, 3, 8.
APNGAnimated Portable Network Graphic✔️
BMPBitmap Image✔️
CDRCorelDRAW Image File✔️
CGMComputer Graphics Metafile✔️
CMXCorel Presentation Exchange Image✔️Supported version: 2.0 with 32-bit precision (16-bit precision is partially supported).
DCMDICOM (Digital Imaging and Communications in Medicine) Image✔️
DIBDevice Independent Bitmap File✔️
DJVUDjVu Image✔️
DNGDigital Negative Image✔️
EMFEnhanced Windows Metafile✔️
EMZWindows Compressed Enhanced Metafile✔️
EPSEncapsulated PostScript File✔️
FODGOpenDocument Flat XML Graphics✔️
GIFGraphical Interchange Format✔️
ICOWindows Icon File✔️
J2CJPEG 2000 Code Stream✔️
J2KJPEG 2000 Image✔️
JP2JPEG 2000 Core Image File✔️
JPCJPEG 2000 Code Stream File✔️
JPEG / JPGJPEG Image✔️
JFIFJPEG File Interchange Format✔️
JPFJPEG 2000 Image✔️
JPMJPEG 2000 Multi-layer Image Format✔️
JPXJPEG 2000 Image File✔️
JLSJPEG-LS Image✔️
ODGOpenDocument Graphics File✔️
OTGOpenDocument Graphics Template✔️
PCLPrinter Command Language Document✔️
PNGPortable Network Graphics✔️
PSPostScript File✔️
PSB *Photoshop Large Document Format✔️
PSD *Adobe Photoshop Document✔️
SVGScalable Vector Graphics File✔️
SVGZCompressed SVG File✔️
TGATARGA (Truevision Advanced Raster Graphics Adapter) Graphics            ✔️
TIF / TIFFTagged Image File Format✔️
WEBPWebP Image✔️
WMFWindows Metafile✔️
WMZCompressed Windows Metafile✔️

Note
AI, PSB, and PSD formats, marked by asterisk (*), currently are not supported by the GroupDocs.Viewer.CrossPlatform.

Note-Taking File Formats

Note
Note file formats family currently is not supported by the GroupDocs.Viewer.CrossPlatform.

FormatDescriptionAutomatic Format Detection
ONE            Microsoft OneNote Document            ✔️

Outlook Data File Formats

FormatDescriptionAutomatic Format Detection
OST            Outlook Offline Storage Table            ✔️
PSTOutlook Personal Storage Table✔️

PDF and Page Layout File Formats

FormatDescriptionAutomatic Format Detection
OXPS            OpenXPS (Open XML Paper Specification) File            ✔️
PDFAdobe Portable Document Format✔️
TEXLaTeX Source Document✔️
XPSMicrosoft XML Paper Specification✔️

Presentation File Formats

FormatDescriptionAutomatic Format Detection
FODP            OpenDocument Flat XML Presentation✔️
ODPOpenDocument Presentation✔️
OTPOpenDocument Presentation Template✔️
POTMicrosoft PowerPoint 97-2003 Template✔️
POTMMicrosoft PowerPoint Macro-Enabled Template✔️
POTXMicrosoft PowerPoint Template✔️
PPSMicrosoft PowerPoint 97-2003 Slide Show✔️
PPSMMicrosoft PowerPoint Macro-Enabled Slide Show✔️
PPSXMicrosoft PowerPoint Slide Show✔️
PPTMicrosoft PowerPoint 97-2003 Presentation✔️
PPTMMicrosoft PowerPoint Macro-Enabled Presentation            ✔️
PPTXMicrosoft PowerPoint Presentation✔️

Project Management File Formats

Note
Project Management file formats family currently is not supported by the GroupDocs.Viewer.CrossPlatform.

FormatDescriptionAutomatic Format Detection
MPPMicrosoft Project✔️
MPTMicrosoft Project Template✔️
MPX            Microsoft Project Exchange File            ✔️

Spreadsheet File Formats

FormatDescriptionAutomatic Format DetectionRemarks
CSVComma Separated Values File✔️
FODSOpenDocument Flat XML Spreadsheet✔️
NUMBERS            Apple Numbers Spreadsheet✔️GroupDocs.Viewer supports version 3.5 and higher starting with v21.8.
ODSOpenDocument Spreadsheet✔️
OTSOpenDocument Spreadsheet Template✔️
SXCStarOffice Calc Spreadsheet✔️
TSVTab Separated Values File✔️
XLSMicrosoft Excel 97-2003 Workbook✔️Supported formats: Excel 2003 (11.0), Excel 2002 (10.0), Excel 2000 (9.0), Excel 97 (8.0), Excel 95 (7.0), Excel 5.0.
XLSBMicrosoft Excel Binary Workbook✔️
XLSMMicrosoft Excel Macro-Enabled Workbook            ✔️
XLSXMicrosoft Excel Workbook✔️
XLTMicrosoft Excel 97-2003 Template✔️Supported formats: Excel 2003 (11.0), Excel 2002 (10.0), Excel 2000 (9.0), Excel 97 (8.0).
XLTXMicrosoft Excel Template✔️
XLTMMicrosoft Excel Macro-Enabled Template✔️
XLAMMicrosoft Excel Add-In✔️
XMLXML Spreadsheet 2003✔️

Text and Programming File Formats

FormatDescriptionAutomatic Format Detection
AS / AS3ActionScript File
ASMAssembly Language Source Code File
BATDOS Batch File
CC/C++ Source Code File
CCC++ Source Code File
CMAKECMake File
CPPC++ Source Code File
CSC# Source Code File✔️
CSSCascading Style Sheet
CXXC++ Source Code File
DIFFPatch File
ERBRuby ERB Script
GROOVYGroovy Source Code File
HC/C++/Objective-C Header File
HAMLHaml Source Code File
HHC++ Header File
JAVAJava Source Code File
JSJavaScript File
JSONJavaScript Object Notation File
LESSLESS Style Sheet
LOGLog File
MObjective-C Implementation File
MAKEXcode Makefile Script
MDMarkdown Documentation File
MLML Source Code File
MMObjective-C++ Source File
PHPPHP Source Code File
PLPerl Script
PROPERTIES            Java Properties File
PYPython Script
RBRuby Source Code
RSTreStructuredText File
SASSSyntactically Awesome StyleSheets File            
SCALAScala Source Code File
SCMScheme Source Code File
SCRIPTGeneric Script File
SHBash Shell Script
SMLStandard ML Source Code File
SQLStructured Query Language Data File
TXTPlain Text File✔️
VBVisual Basic Source Code File✔️
VIMVim Settings File
XMLXML File✔️
YAMLYAML Document

Visio File Formats

Note
Visio file formats family currently is not supported by the GroupDocs.Viewer.CrossPlatform.

FormatDescriptionAutomatic Format Detection
VDWVisio Web Drawing✔️
VDXVisio Drawing XML File✔️
VSDVisio 2003-2010 Drawing✔️
VSDM            Visio Macro-Enabled Drawing            ✔️
VSDXVisio Drawing✔️
VSSVisio 2003-2010 Stencil✔️
VSSMVisio Macro-Enabled Stencil✔️
VSSXVisio Stencil✔️
VSTVisio 2003-2010 Template✔️
VSTMVisio Macro-Enabled Template✔️
VSTXVisio Template✔️
VSXVisio Stencil XML File✔️
VTXVisio Template XML File✔️

Web File Formats

FormatDescriptionAutomatic Format Detection
CHMCompiled HTML Help Format✔️
HTMLHypertext Markup Language Format            ✔️
MHTMHTML Web Archive✔️
MHTML            MIME HTML Format✔️

Word Processing File Formats

FormatDescriptionAutomatic Format Detection
DOCMicrosoft Word 97-2003 Document✔️
DOCMMicrosoft Word Macro-Enabled Document✔️
DOCXMicrosoft Word Document✔️
DOTMicrosoft Word 97-2003 Template✔️
DOTM            Microsoft Word Macro-Enabled Template            ✔️
DOTXMicrosoft Word Template✔️
ODTOpenDocument Text✔️
OTTOpenDocument Text Template✔️
RTFRich Text Document✔️

System Requirements

Note:
GroupDocs.Viewer for .NET (including GroupDocs.Viewer.CrossPlatform) does not require external software like Microsoft Word, Excel, or PowerPoint.

Supported Operating Systems

GroupDocs.Viewer for .NET

  • Windows
    • Windows Server 2003+
    • Windows XP, Vista, 7, 8, 8.1, 10, 11 (x64, x86)
  • Linux
    • Supported distributions include Ubuntu, OpenSUSE, CentOS, and others.
  • Mac
    • Supports macOS.

GroupDocs.Viewer.CrossPlatform

  • Windows
    • Windows 7.1 SP1, 8.1, 10 (v1607+), 11 (v22000+), Server 2012+, Server Core 2012+, Nano Server (v1809+).
  • Linux
    • Supports distributions like Ubuntu, OpenSUSE, CentOS, and others.
  • Mac
    • Requires macOS 10.15+.

Supported Frameworks and Runtimes

  • GroupDocs.Viewer for .NET

    • .NET Framework 4.6.2+
    • .NET 6+
    • Older versions supported .NET Framework 2.0, 3.5 (dropped in v22.3) and .NET Framework 4.0-4.6.0 (dropped in v23.8).
  • GroupDocs.Viewer.CrossPlatform

    • Requires .NET 6.0+ (does not support .NET Framework).

Development Environments

  • Microsoft Visual Studio 2010+
  • Microsoft Visual Studio for Mac
  • JetBrains Rider

Install GroupDocs.Viewer for .NET

Add GroupDocs.Viewer to your .NET project using NuGet or by downloading the required DLLs.

Choose the correct package.

GroupDocs.Viewer

  • Target Frameworks: .NET Framework 4.6.2+, .NET 6.0.
  • Dependencies: System.Drawing(.Common).

GroupDocs.Viewer.CrossPlatform

  • Target Frameworks: .NET 6.0+.
  • Preferred for: Linux and macOS.

Install Using NuGet

You can install the library using:

  1. NuGet Package Manager
    Open Manage NuGet Packages in Visual Studio, search for GroupDocs.Viewer or GroupDocs.Viewer.CrossPlatform, select the latest version, and click Install.
  2. Package Manager Console
    Run the following commands in Visual Studio:
    Install-Package GroupDocs.Viewer
    Install-Package GroupDocs.Viewer.CrossPlatform
    
  3. .NET CLI
    Run the following commands in your terminal:
    dotnet add package GroupDocs.Viewer
    dotnet add package GroupDocs.Viewer.CrossPlatform
    

Download from the Website

  1. Visit GroupDocs Viewer Releases.
  2. Download the ZIP archive or MSI installer.
  3. Add the GroupDocs.Viewer.dll to your project:
    • Extract the archive or install the package.
    • In Visual Studio, right-click References/DependenciesAdd Reference.
    • Locate and select GroupDocs.Viewer.dll.

Render Email Messages as HTML with Embedded Resources

Convert email messages into a fully functional HTML file with all external resources embedded, ensuring a seamless viewing experience within your .NET application.

using GroupDocs.Viewer;
using GroupDocs.Viewer.Options;

// Initialize Viewer for the email file
using (var viewer = new Viewer("sample.eml"))
{
    // Configure to create an HTML file with embedded resources
    var viewOptions = HtmlViewOptions.ForEmbeddedResources("output.html");
    viewer.View(viewOptions);
}

// Result: Generates an HTML file containing the email's content with all resources included.

Convert Documents to Optimized PDF

Transform your documents into optimized, browser-ready PDF files while preserving quality and minimizing file size.

using GroupDocs.Viewer;
using GroupDocs.Viewer.Options;

// Initialize Viewer for the document
using (var viewer = new Viewer("sample.docx"))
{
    // Configure output to be a PDF
    var viewOptions = new PdfViewOptions("output.pdf");
    // Enable optimization for browsers
    viewOptions.OptimizeForBrowser();
    viewer.View(viewOptions);
}

// Result: Generates a PDF file optimized for web browsers.

Customize Email Header Field Names

Modify the labels of standard email header fields such as “From,” “To,” and “Subject” for personalized rendering in HTML format.

using GroupDocs.Viewer;
using GroupDocs.Viewer.Options;

// Initialize Viewer for the email file
using (var viewer = new Viewer("sample.eml"))
{
    // Configure output as an HTML file with custom header labels
    var viewOptions = HtmlViewOptions.ForEmbeddedResources("output_custom.html");
    viewOptions.EmailOptions.FieldTextMap[Field.From] = "Sender";
    viewOptions.EmailOptions.FieldTextMap[Field.To] = "Recipient";
    viewOptions.EmailOptions.FieldTextMap[Field.Subject] = "Email Subject";
    viewer.View(viewOptions);
}

// Result: Creates an HTML file with customized email header labels.

Product Page Docs API Ref Examples Blog Releases Support License


Document Rendering | HTML Conversion | PDF Rendering | Image Conversion | CAD Rendering | Email Rendering | Visio Rendering | Spreadsheet Rendering | PowerPoint Rendering | Project File Rendering | EBook Conversion | Archive Rendering | Text Document Rendering | XML Rendering | Custom Fonts | Watermarking | Responsive Layout | Custom Header Rendering | Stream Rendering | Optimized PDF | Advanced Caching | AWS Integration | Azure Integration | Secure Document Handling | Document Encryption | NuGet Package | Cross-platform API | .NET API


Version NuGet Org Release Notes

Direct Download

Icons

GroupDocs.Viewer for .NET 25.2 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 25.2. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 27/2/2025 Downloads:

Download

File Size: 105.9MB

Icons

GroupDocs.Viewer for .NET 25.2 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 25.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.

Added: 27/2/2025 Downloads:

Download

File Size: 223.11MB

Icons

GroupDocs.Viewer for .NET 25.2

This contains the MSI installer of GroupDocs.Viewer for .NET 25.2

Added: 27/2/2025 Downloads:

Download

File Size: 223.66MB

Icons

GroupDocs.Viewer for .NET 25.1.1 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 25.1.1. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 3/2/2025 Downloads:

Download

File Size: 105.82MB

Icons

GroupDocs.Viewer for .NET 25.1.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 25.1.1 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.

Added: 3/2/2025 Downloads:

Download

File Size: 222.96MB

Icons

GroupDocs.Viewer for .NET 25.1.1

This contains the MSI installer of GroupDocs.Viewer for .NET 25.1

Added: 3/2/2025 Downloads:

Download

File Size: 223.52MB

Icons

GroupDocs.Viewer for .NET 25.1 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 25.1. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 30/1/2025 Downloads:

Download

File Size: 105.82MB

Icons

GroupDocs.Viewer for .NET 25.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 25.1 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.

Added: 30/1/2025 Downloads:

Download

File Size: 222.96MB

Icons

GroupDocs.Viewer for .NET 25.1

This contains the MSI installer of GroupDocs.Viewer for .NET 25.1

Added: 30/1/2025 Downloads:

Download

File Size: 223.52MB

Icons

GroupDocs.Viewer for .NET 24.12 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.12. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 20/12/2024 Downloads:

Download

File Size: 103.41MB

Icons

GroupDocs.Viewer for .NET 24.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 24.12 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.

Added: 20/12/2024 Downloads:

Download

File Size: 217.4MB

Icons

GroupDocs.Viewer for .NET 24.12

This contains the MSI installer of GroupDocs.Viewer for .NET 24.12.

Added: 20/12/2024 Downloads:

Download

File Size: 217.95MB

Icons

GroupDocs.Viewer for .NET 24.11 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.11. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 28/11/2024 Downloads:

Download

File Size: 102.95MB

Icons

GroupDocs.Viewer for .NET 24.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 24.11 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.

Added: 28/11/2024 Downloads:

Download

File Size: 216.49MB

Icons

GroupDocs.Viewer for .NET 24.11

This contains the MSI installer of GroupDocs.Viewer for .NET 24.11.

Added: 28/11/2024 Downloads:

Download

File Size: 217.04MB

Icons

GroupDocs.Viewer for .NET 24.10 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.10. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 1/11/2024 Downloads:

Download

File Size: 102.25MB

Icons

GroupDocs.Viewer for .NET 24.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 24.10 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.

Added: 1/11/2024 Downloads:

Download

File Size: 215.63MB

Icons

GroupDocs.Viewer for .NET 24.10

This contains the MSI installer of GroupDocs.Viewer for .NET 24.10.

Added: 1/11/2024 Downloads:

Download

File Size: 216.18MB

Icons

GroupDocs.Viewer for .NET 24.9 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.9. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 27/9/2024 Downloads:

Download

File Size: 101.51MB

Icons

GroupDocs.Viewer for .NET 24.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 24.9 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.

Added: 27/9/2024 Downloads:

Download

File Size: 213.97MB

Icons

GroupDocs.Viewer for .NET 24.9

This contains the MSI installer of GroupDocs.Viewer for .NET 24.9.

Added: 27/9/2024 Downloads:

Download

File Size: 214.53MB

Icons

GroupDocs.Viewer for .NET 24.8 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.8. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 30/8/2024 Downloads:

Download

File Size: 101.49MB

Icons

GroupDocs.Viewer for .NET 24.8 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 24.8 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.

Added: 30/8/2024 Downloads:

Download

File Size: 213.9MB

Icons

GroupDocs.Viewer for .NET 24.8

This contains the MSI installer of GroupDocs.Viewer for .NET 24.8.

Added: 30/8/2024 Downloads:

Download

File Size: 214.45MB

Icons

GroupDocs.Viewer for .NET 24.7 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer for .NET 24.7. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 2/8/2024 Downloads:

Download

File Size: 101.37MB

Icons

GroupDocs.Viewer for .NET 24.7 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 24.7 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.

Added: 2/8/2024 Downloads:

Download

File Size: 213.68MB

Icons

GroupDocs.Viewer for .NET 24.7

This contains the MSI installer of GroupDocs.Viewer for .NET 24.7

Added: 2/8/2024 Downloads:

Download

File Size: 214.24MB

Icons

GroupDocs.Viewer for .NET 24.6 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 2/7/2024 Downloads:

Download

File Size: 99.85MB

Icons

GroupDocs.Viewer for .NET 24.6 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 2/7/2024 Downloads:

Download

File Size: 210.52MB

Icons

GroupDocs.Viewer for .NET 24.6

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

Added: 2/7/2024 Downloads:

Download

File Size: 211.04MB

Icons

GroupDocs.Viewer for .NET 24.5 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 31/5/2024 Downloads:

Download

File Size: 99.84MB

Icons

GroupDocs.Viewer for .NET 24.5 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 31/5/2024 Downloads:

Download

File Size: 210.47MB

Icons

GroupDocs.Viewer for .NET 24.5

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

Added: 31/5/2024 Downloads:

Download

File Size: 211MB

Icons

GroupDocs.Viewer for .NET 24.4 Cross-Platform (DLLs only)

This ZIP package contains cross-platform version of GroupDocs.Viewer. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 30/4/2024 Downloads:

Download

File Size: 99.1MB

Icons

GroupDocs.Viewer for .NET 24.4

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

Added: 30/4/2024 Downloads:

Download

File Size: 209.62MB

Icons

GroupDocs.Viewer for .NET 24.4 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 30/4/2024 Downloads:

Download

File Size: 209.09MB

Icons

GroupDocs.Viewer for .NET 24.3.1 Cross-Platform (DLLs only)

This ZIP package contains .NET 6 assembly of GroupDocs.Viewer for .NET 24.3 Cross-Platform version. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 31/3/2024 Downloads:

Download

File Size: 98.85MB

Icons

GroupDocs.Viewer for .NET 24.3

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

Added: 31/3/2024 Downloads:

Download

File Size: 209.26MB

Icons

GroupDocs.Viewer for .NET 24.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 31/3/2024 Downloads:

Download

File Size: 208.73MB

Icons

GroupDocs.Viewer for .NET 24.3 Cross-Platform (DLLs only)

This ZIP package contains .NET 6 assembly of GroupDocs.Viewer for .NET 24.3 Cross-Platform version. This package can be used on Windows, Linux, and macOS. Please check readme.txt file for list of dependencies that should be installed manually.

Added: 17/3/2024 Downloads:

Download

File Size: 98.75MB

Icons

GroupDocs.Viewer for .NET 24.2 (DLLs only)

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.

Added: 1/3/2024 Downloads:

Download

File Size: 205.22MB

Icons

GroupDocs.Viewer for .NET 24.2

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

Added: 1/3/2024 Downloads:

Download

File Size: 204.69MB

Icons

GroupDocs.Viewer for .NET 24.1.1

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

Added: 3/2/2024 Downloads:

Download

File Size: 203.58MB

Icons

GroupDocs.Viewer for .NET 24.1.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 3/2/2024 Downloads:

Download

File Size: 203.05MB

Icons

GroupDocs.Viewer for .NET 24.1

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

Added: 31/1/2024 Downloads:

Download

File Size: 203.57MB

Icons

GroupDocs.Viewer for .NET 24.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 31/1/2024 Downloads:

Download

File Size: 203.05MB

Icons

GroupDocs.Viewer for .NET 23.12

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

Added: 27/12/2023 Downloads:

Download

File Size: 199.9MB

Icons

GroupDocs.Viewer for .NET 23.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 27/12/2023 Downloads:

Download

File Size: 199.41MB

Icons

GroupDocs.Viewer for .NET 23.11

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

Added: 3/11/2023 Downloads:

Download

File Size: 195.41MB

Icons

GroupDocs.Viewer for .NET 23.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 3/11/2023 Downloads:

Download

File Size: 194.92MB

Icons

GroupDocs.Viewer for .NET 23.10

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

Added: 5/10/2023 Downloads:

Download

File Size: 246.64MB

Icons

GroupDocs.Viewer for .NET 23.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 5/10/2023 Downloads:

Download

File Size: 246.08MB

Icons

GroupDocs.Viewer for .NET 23.8

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

Added: 1/9/2023 Downloads:

Download

File Size: 230.78MB

Icons

GroupDocs.Viewer for .NET 23.8 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 1/9/2023 Downloads:

Download

File Size: 230.23MB

Icons

GroupDocs.Viewer for .NET 23.6

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

Added: 23/6/2023 Downloads:

Download

File Size: 228.66MB

Icons

GroupDocs.Viewer for .NET 23.6 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 23/6/2023 Downloads:

Download

File Size: 228.1MB

Icons

GroupDocs.Viewer for .NET 23.4

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

Added: 28/4/2023 Downloads:

Download

File Size: 226.17MB

Icons

GroupDocs.Viewer for .NET 23.4 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 28/4/2023 Downloads:

Download

File Size: 225.63MB

Icons

GroupDocs.Viewer for .NET 23.3

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

Added: 31/3/2023 Downloads:

Download

File Size: 172.08MB

Icons

GroupDocs.Viewer for .NET 23.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 31/3/2023 Downloads:

Download

File Size: 171.62MB

Icons

GroupDocs.Viewer for .NET 23.1

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

Added: 27/1/2023 Downloads:

Download

File Size: 170.42MB

Icons

GroupDocs.Viewer for .NET 23.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 27/1/2023 Downloads:

Download

File Size: 169.96MB

Icons

GroupDocs.Viewer for .NET 22.11

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

Added: 2/12/2022 Downloads:

Download

File Size: 237.84MB

Icons

GroupDocs.Viewer for .NET 22.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 2/12/2022 Downloads:

Download

File Size: 237.3MB

Icons

GroupDocs.Viewer for .NET 22.9

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

Added: 30/9/2022 Downloads:

Download

File Size: 232.27MB

Icons

GroupDocs.Viewer for .NET 22.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET 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.

Added: 30/9/2022 Downloads:

Download

File Size: 231.75MB

Icons

GroupDocs.Viewer for .NET 22.7

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

Added: 7/30/2022 Downloads:

Download

File Size: 230.8 MB

Icons

GroupDocs.Viewer for .NET 22.7 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/30/2022 Downloads:

Download

File Size: 230.3 MB

Icons

GroupDocs.Viewer for .NET 22.5

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

Added: 5/4/2022 Downloads:

Download

File Size: 226.6 MB

Icons

GroupDocs.Viewer for .NET 22.5 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/4/2022 Downloads:

Download

File Size: 226.1 MB

Icons

GroupDocs.Viewer for .NET 22.3

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

Added: 3/16/2022 Downloads:

Download

File Size: 226.5 MB

Icons

GroupDocs.Viewer for .NET 22.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/16/2022 Downloads:

Download

File Size: 226.0 MB

Icons

GroupDocs.Viewer for .NET 22.1.1

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

Added: 1/19/2022 Downloads:

Download

File Size: 225.2 MB

Icons

GroupDocs.Viewer for .NET 22.1.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/19/2022 Downloads:

Download

File Size: 224.6 MB

Icons

GroupDocs.Viewer for .NET 22.1

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

Added: 1/19/2022 Downloads:

Download

File Size: 225.2 MB

Icons

GroupDocs.Viewer for .NET 21.12

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

Added: 12/22/2021 Downloads:

Download

File Size: 224.7 MB

Icons

GroupDocs.Viewer for .NET 22.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/19/2022 Downloads:

Download

File Size: 224.6 MB

Icons

GroupDocs.Viewer for .NET 21.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/22/2021 Downloads:

Download

File Size: 224.2 MB

Icons

GroupDocs.Viewer for .NET 21.11

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

Added: 11/18/2021 Downloads:

Download

File Size: 224.7 MB

Icons

GroupDocs.Viewer for .NET 21.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/18/2021 Downloads:

Download

File Size: 224.1 MB

Icons

GroupDocs.Viewer for .NET 21.10

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

Added: 10/21/2021 Downloads:

Download

File Size: 221.5 MB

Icons

GroupDocs.Viewer for .NET 21.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/21/2021 Downloads:

Download

File Size: 221.0 MB

Icons

GroupDocs.Viewer for .NET 21.9

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

Added: 9/16/2021 Downloads:

Download

File Size: 221.5 MB

Icons

GroupDocs.Viewer for .NET 21.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/16/2021 Downloads:

Download

File Size: 220.9 MB

Icons

GroupDocs.Viewer for .NET 21.8

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

Added: 8/17/2021 Downloads:

Download

File Size: 218.7 MB

Icons

GroupDocs.Viewer for .NET 21.8 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/17/2021 Downloads:

Download

File Size: 218.1 MB

Icons

GroupDocs.Viewer for .NET 21.7

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

Added: 7/26/2021 Downloads:

Download

File Size: 138.4 MB

Icons

GroupDocs.Viewer for .NET 21.7 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/26/2021 Downloads:

Download

File Size: 137.9 MB

Icons

GroupDocs.Viewer for .NET 21.6

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

Added: 6/18/2021 Downloads:

Download

File Size: 138.9 MB

Icons

GroupDocs.Viewer for .NET 21.6 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/18/2021 Downloads:

Download

File Size: 138.4 MB

Icons

GroupDocs.Viewer for .NET 21.5

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

Added: 5/27/2021 Downloads:

Download

File Size: 138.5 MB

Icons

GroupDocs.Viewer for .NET 21.5 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/27/2021 Downloads:

Download

File Size: 138.1 MB

Icons

GroupDocs.Viewer for .NET 21.4.1

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

Added: 4/28/2021 Downloads:

Download

File Size: 138.0 MB

Icons

GroupDocs.Viewer for .NET 21.4.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/28/2021 Downloads:

Download

File Size: 137.5 MB

Icons

GroupDocs.Viewer for .NET 21.4

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

Added: 4/19/2021 Downloads:

Download

File Size: 138.0 MB

Icons

GroupDocs.Viewer for .NET 21.4 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/19/2021 Downloads:

Download

File Size: 137.5 MB

Icons

GroupDocs.Viewer for .NET 21.3

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

Added: 3/19/2021 Downloads:

Download

File Size: 137.1 MB

Icons

GroupDocs.Viewer for .NET 21.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/19/2021 Downloads:

Download

File Size: 136.7 MB

Icons

GroupDocs.Viewer for .NET 21.2

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

Added: 2/18/2021 Downloads:

Download

File Size: 136.6 MB

Icons

GroupDocs.Viewer for .NET 21.2 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 2/18/2021 Downloads:

Download

File Size: 406.1 MB

Icons

GroupDocs.Viewer for .NET 21.1

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

Added: 1/21/2021 Downloads:

Download

File Size: 137.7 MB

Icons

GroupDocs.Viewer for .NET 21.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/21/2021 Downloads:

Download

File Size: 137.3 MB

Icons

GroupDocs.Viewer for .NET 20.12

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

Added: 12/24/2020 Downloads:

Download

File Size: 136.9 MB

Icons

GroupDocs.Viewer for .NET 20.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/24/2020 Downloads:

Download

File Size: 136.4 MB

Icons

GroupDocs.Viewer for .NET 20.11

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

Added: 11/18/2020 Downloads:

Download

File Size: 139.1 MB

Icons

GroupDocs.Viewer for .NET 20.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/18/2020 Downloads:

Download

File Size: 138.6 MB

Icons

GroupDocs.Viewer for .NET 20.10

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

Added: 10/26/2020 Downloads:

Download

File Size: 139.1 MB

Icons

GroupDocs.Viewer for .NET 20.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/26/2020 Downloads:

Download

File Size: 138.6 MB

Icons

GroupDocs.Viewer for .NET 20.9

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

Added: 9/29/2020 Downloads:

Download

File Size: 139.6 MB

Icons

GroupDocs.Viewer for .NET 20.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/29/2020 Downloads:

Download

File Size: 139.2 MB

Icons

GroupDocs.Viewer for .NET 20.8

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

Added: 8/31/2020 Downloads:

Download

File Size: 139.6 MB

Icons

GroupDocs.Viewer for .NET 20.8 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/31/2020 Downloads:

Download

File Size: 139.1 MB

Icons

GroupDocs.Viewer for .NET 20.7

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

Added: 7/28/2020 Downloads:

Download

File Size: 137.8 MB

Icons

GroupDocs.Viewer for .NET 20.7 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/28/2020 Downloads:

Download

File Size: 137.4 MB

Icons

GroupDocs.Viewer for .NET 20.6.1

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

Added: 7/6/2020 Downloads:

Download

File Size: 132.2 MB

Icons

GroupDocs.Viewer for .NET 20.6.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/6/2020 Downloads:

Download

File Size: 131.8 MB

Icons

GroupDocs.Viewer for .NET 20.6

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

Added: 6/26/2020 Downloads:

Download

File Size: 132.2 MB

Icons

GroupDocs.Viewer for .NET 20.6 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/26/2020 Downloads:

Download

File Size: 131.8 MB

Icons

GroupDocs.Viewer for .NET 20.5

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

Added: 5/27/2020 Downloads:

Download

File Size: 130.8 MB

Icons

GroupDocs.Viewer for .NET 20.5 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/27/2020 Downloads:

Download

File Size: 130.4 MB

Icons

GroupDocs.Viewer for .NET 20.4

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

Added: 4/28/2020 Downloads:

Download

File Size: 130.6 MB

Icons

GroupDocs.Viewer for .NET 20.4 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/28/2020 Downloads:

Download

File Size: 130.1 MB

Icons

GroupDocs.Viewer for .NET 20.3

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

Added: 3/27/2020 Downloads:

Download

File Size: 125.8 MB

Icons

GroupDocs.Viewer for .NET 20.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/27/2020 Downloads:

Download

File Size: 125.4 MB

Icons

GroupDocs.Viewer for .NET 20.2

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

Added: 2/26/2020 Downloads:

Download

File Size: 125.8 MB

Icons

GroupDocs.Viewer for .NET 20.2 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 2/26/2020 Downloads:

Download

File Size: 125.4 MB

Icons

GroupDocs.Viewer for .NET 20.1

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

Added: 1/28/2020 Downloads:

Download

File Size: 125.6 MB

Icons

GroupDocs.Viewer for .NET 20.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/28/2020 Downloads:

Download

File Size: 125.2 MB

Icons

GroupDocs.Viewer for .NET 19.12

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

Added: 12/27/2019 Downloads:

Download

File Size: 125.3 MB

Icons

GroupDocs.Viewer for .NET 19.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/27/2019 Downloads:

Download

File Size: 124.9 MB

Icons

GroupDocs.Viewer for .NET 19.11

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

Added: 11/29/2019 Downloads:

Download

File Size: 125.2 MB

Icons

GroupDocs.Viewer for .NET 19.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/29/2019 Downloads:

Download

File Size: 124.8 MB

Icons

GroupDocs.Viewer for .NET 19.10

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

Added: 10/31/2019 Downloads:

Download

File Size: 123.7 MB

Icons

GroupDocs.Viewer for .NET 19.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/31/2019 Downloads:

Download

File Size: 123.3 MB

Icons

GroupDocs.Viewer for .NET 19.9

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

Added: 9/12/2019 Downloads:

Download

File Size: 64.4 MB

Icons

GroupDocs.Viewer for .NET 19.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/12/2019 Downloads:

Download

File Size: 64.1 MB

Icons

GroupDocs.Viewer for .NET 19.8

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

Added: 8/10/2019 Downloads:

Download

File Size: 63.3 MB

Icons

GroupDocs.Viewer for .NET 19.8 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/10/2019 Downloads:

Download

File Size: 62.9 MB

Icons

GroupDocs.Viewer for .NET 19.6

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

Added: 6/7/2019 Downloads:

Download

File Size: 63.2 MB

Icons

GroupDocs.Viewer for .NET 19.6 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/7/2019 Downloads:

Download

File Size: 62.8 MB

Icons

GroupDocs.Viewer for .NET 19.5

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

Added: 5/7/2019 Downloads:

Download

File Size: 63.2 MB

Icons

GroupDocs.Viewer for .NET 19.5 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/7/2019 Downloads:

Download

File Size: 62.8 MB

Icons

GroupDocs.Viewer for .NET 19.4

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

Added: 4/5/2019 Downloads:

Download

File Size: 62.7 MB

Icons

GroupDocs.Viewer for .NET 19.4 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/5/2019 Downloads:

Download

File Size: 62.3 MB

Icons

GroupDocs.Viewer for .NET 19.3.1

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

Added: 3/23/2019 Downloads:

Download

File Size: 59.7 MB

Icons

GroupDocs.Viewer for .NET 19.3.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/23/2019 Downloads:

Download

File Size: 59.3 MB

Icons

GroupDocs.Viewer for .NET 19.3

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

Added: 3/8/2019 Downloads:

Download

File Size: 59.7 MB

Icons

GroupDocs.Viewer for .NET 19.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/8/2019 Downloads:

Download

File Size: 59.3 MB

Icons

GroupDocs.Viewer for .NET 19.2

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

Added: 2/6/2019 Downloads:

Download

File Size: 59.4 MB

Icons

GroupDocs.Viewer for .NET 19.2 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 2/6/2019 Downloads:

Download

File Size: 59.0 MB

Icons

GroupDocs.Viewer for .NET 19.1

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

Added: 1/9/2019 Downloads:

Download

File Size: 59.0 MB

Icons

GroupDocs.Viewer for .NET 19.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/9/2019 Downloads:

Download

File Size: 58.6 MB

Icons

GroupDocs.Viewer for .NET 18.12

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

Added: 12/6/2018 Downloads:

Download

File Size: 60.2 MB

Icons

GroupDocs.Viewer for .NET 18.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/6/2018 Downloads:

Download

File Size: 59.8 MB

Icons

GroupDocs.Viewer for .NET 18.11

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

Added: 11/2/2018 Downloads:

Download

File Size: 59.2 MB

Icons

GroupDocs.Viewer for .NET 18.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/2/2018 Downloads:

Download

File Size: 58.9 MB

Icons

GroupDocs.Viewer for .NET 18.10

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

Added: 10/3/2018 Downloads:

Download

File Size: 59.3 MB

Icons

GroupDocs.Viewer for .NET 18.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/3/2018 Downloads:

Download

File Size: 59.0 MB

Icons

GroupDocs.Viewer for .NET 18.9

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

Added: 9/4/2018 Downloads:

Download

File Size: 59.2 MB

Icons

GroupDocs.Viewer for .NET 18.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/4/2018 Downloads:

Download

File Size: 58.8 MB

Icons

GroupDocs.Viewer for .NET 18.8.1

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

Added: 8/14/2018 Downloads:

Download

File Size: 59.2 MB

Icons

GroupDocs.Viewer for .NET 18.8.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/14/2018 Downloads:

Download

File Size: 58.8 MB

Icons

GroupDocs.Viewer for .NET 18.8

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

Added: 8/2/2018 Downloads:

Download

File Size: 59.0 MB

Icons

GroupDocs.Viewer for .NET 18.8 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/2/2018 Downloads:

Download

File Size: 58.7 MB

Icons

GroupDocs.Viewer for .NET 18.5

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

Added: 5/2/2018 Downloads:

Download

File Size: 57.3 MB

Icons

GroupDocs.Viewer for .NET 18.5 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/2/2018 Downloads:

Download

File Size: 56.9 MB

Icons

GroupDocs.Viewer for .NET 18.4

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

Added: 4/4/2018 Downloads:

Download

File Size: 57.4 MB

Icons

GroupDocs.Viewer for .NET 18.4 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/4/2018 Downloads:

Download

File Size: 57.0 MB

Icons

GroupDocs.Viewer for .NET 18.3

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

Added: 3/2/2018 Downloads:

Download

File Size: 58.3 MB

Icons

GroupDocs.Viewer for .NET 18.3 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/2/2018 Downloads:

Download

File Size: 58.0 MB

Icons

GroupDocs.Viewer for .NET 18.1

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

Added: 1/19/2018 Downloads:

Download

File Size: 58.3 MB

Icons

GroupDocs.Viewer for .NET 18.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/19/2018 Downloads:

Download

File Size: 57.9 MB

Icons

GroupDocs.Viewer for .NET 17.12

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

Added: 12/21/2017 Downloads:

Download

File Size: 57.6 MB

Icons

GroupDocs.Viewer for .NET 17.12 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/21/2017 Downloads:

Download

File Size: 57.3 MB

Icons

GroupDocs.Viewer for .NET 17.11

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

Added: 11/22/2017 Downloads:

Download

File Size: 57.6 MB

Icons

GroupDocs.Viewer for .NET 17.11 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/22/2017 Downloads:

Download

File Size: 57.2 MB

Icons

GroupDocs.Viewer for .NET 17.10

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

Added: 10/26/2017 Downloads:

Download

File Size: 57.5 MB

Icons

GroupDocs.Viewer for .NET 17.10 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/26/2017 Downloads:

Download

File Size: 57.1 MB

Icons

GroupDocs.Viewer for .NET 17.9

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

Added: 9/28/2017 Downloads:

Download

File Size: 57.3 MB

Icons

GroupDocs.Viewer for .NET 17.9 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/28/2017 Downloads:

Download

File Size: 57.0 MB

Icons

GroupDocs.Viewer for .NET 17.8.0

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

Added: 9/1/2017 Downloads:

Download

File Size: 57.3 MB

Icons

GroupDocs.Viewer for .NET 17.8.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/1/2017 Downloads:

Download

File Size: 57.0 MB

Icons

GroupDocs.Viewer for .NET 17.7.0

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

Added: 7/27/2017 Downloads:

Download

File Size: 57.2 MB

Icons

GroupDocs.Viewer for .NET 17.7.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/27/2017 Downloads:

Download

File Size: 56.9 MB

Icons

GroupDocs.Viewer for .NET 17.6.0

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

Added: 6/27/2017 Downloads:

Download

File Size: 57.2 MB

Icons

GroupDocs.Viewer for .NET 17.6.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/27/2017 Downloads:

Download

File Size: 56.9 MB

Icons

GroupDocs.Viewer for .NET 17.5.0

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

Added: 5/24/2017 Downloads:

Download

File Size: 58.2 MB

Icons

GroupDocs.Viewer for .NET 17.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/24/2017 Downloads:

Download

File Size: 57.8 MB

Icons

GroupDocs.Viewer for .NET 17.4.0

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

Added: 4/20/2017 Downloads:

Download

File Size: 61.2 MB

Icons

GroupDocs.Viewer for .NET 17.4.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/20/2017 Downloads:

Download

File Size: 60.9 MB

Icons

GroupDocs.Viewer for .NET 17.3.0

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

Added: 3/23/2017 Downloads:

Download

File Size: 61.1 MB

Icons

GroupDocs.Viewer for .NET 17.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/23/2017 Downloads:

Download

File Size: 60.8 MB

Icons

GroupDocs.Viewer for .NET 17.2.0

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

Added: 2/23/2017 Downloads:

Download

File Size: 54.7 MB

Icons

GroupDocs.Viewer for .NET 17.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 2/23/2017 Downloads:

Download

File Size: 54.4 MB

Icons

GroupDocs.Viewer for .NET 17.1.0

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

Added: 1/24/2017 Downloads:

Download

File Size: 54.1 MB

Icons

GroupDocs.Viewer for .NET 17.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 1/24/2017 Downloads:

Download

File Size: 53.8 MB

Icons

GroupDocs.Viewer for .NET 16.12.0

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

Added: 12/22/2016 Downloads:

Download

File Size: 50.9 MB

Icons

GroupDocs.Viewer for .NET 16.12.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/22/2016 Downloads:

Download

File Size: 50.6 MB

Icons

GroupDocs.Viewer for .NET 16.11.0

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

Added: 11/22/2016 Downloads:

Download

File Size: 50.4 MB

Icons

GroupDocs.Viewer for .NET 16.11.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/22/2016 Downloads:

Download

File Size: 50.1 MB

Icons

GroupDocs.Viewer for .NET 16.10.0

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

Added: 10/20/2016 Downloads:

Download

File Size: 50.8 MB

Icons

GroupDocs.Viewer for .NET 16.10.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/20/2016 Downloads:

Download

File Size: 50.4 MB

Icons

GroupDocs.Viewer for .NET 3.7.0

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

Added: 9/28/2016 Downloads:

Download

File Size: 50.0 MB

Icons

GroupDocs.Viewer for .NET 3.7.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/28/2016 Downloads:

Download

File Size: 49.6 MB

Icons

GroupDocs.Viewer for .NET 3.6.0

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

Added: 8/22/2016 Downloads:

Download

File Size: 48.3 MB

Icons

GroupDocs.Viewer for .NET 3.6.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/22/2016 Downloads:

Download

File Size: 47.9 MB

Icons

GroupDocs.Viewer for .NET 3.5.0

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

Added: 7/25/2016 Downloads:

Download

File Size: 48.1 MB

Icons

GroupDocs.Viewer for .NET 3.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/25/2016 Downloads:

Download

File Size: 47.8 MB

Icons

GroupDocs.Viewer for .NET 3.4.0

It contains GroupDocs.Viewer for .NET 3.4.0 release.

Added: 6/22/2016 Downloads:

Download

File Size: 44.4 MB

Icons

GroupDocs.Viewer for .NET 3.4.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/22/2016 Downloads:

Download

File Size: 44.0 MB

Icons

GroupDocs.Viewer for .NET 3.3.0

It contains GroupDocs.Viewer for .NET 3.3.0 release.

Added: 5/20/2016 Downloads:

Download

File Size: 44.1 MB

Icons

GroupDocs.Viewer for .NET 3.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/19/2016 Downloads:

Download

File Size: 43.7 MB

Icons

GroupDocs.Viewer for .NET 3.2.0

GroupDocs.Viewer for .NET 3.2.0 Release Notes New Features VIEWERNET-304 -...

Added: 4/22/2016 Downloads:

Download

File Size: 44.1 MB

Icons

GroupDocs.Viewer for .NET 3.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/22/2016 Downloads:

Download

File Size: 43.7 MB

Icons

GroupDocs.Viewer for .NET 3.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/25/2016 Downloads:

Download

File Size: 42.6 MB

Icons

GroupDocs.Viewer for .NET 3.1.0

GroupDocs.Viewer for .NET 3.1.0 Release NotesNew FeaturesVIEWERNET-425 Implement...

Added: 3/25/2016 Downloads:

Download

File Size: 43.0 MB

Icons

GroupDocs.Viewer for .NET 3.0.0

GroupDocs.Viewer for .NET 3.0.0 Release NotesGroupDocs.Viewer for .NET 3.0.0 is ...

Added: 2/17/2016 Downloads:

Download

File Size: 41.5 MB

Icons

GroupDocs.Viewer for .NET 3.0.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 2/17/2016 Downloads:

Download

File Size: 41.1 MB

Icons

GroupDocs.Viewer for .NET 2.19.0

GroupDocs.Viewer for .NET 2.19.0 Release NotesNew Features WEB-1390 A JS even...

Added: 12/25/2015 Downloads:

Download

File Size: 43.3 MB

Icons

GroupDocs.Viewer for .NET 2.19.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/25/2015 Downloads:

Download

File Size: 43.0 MB

Icons

GroupDocs.Viewer for .NET 2.18.0

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 11/27/2015 Downloads:

Download

File Size: 43.3 MB

Icons

GroupDocs.Viewer for .NET 2.17.0

GroupDocs.Viewer for .NET 2.17.0 Release Notes New Features WEB-2139 - Abi...

Added: 10/23/2015 Downloads:

Download

File Size: 43.7 MB

Icons

GroupDocs.Viewer for .NET 2.17.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/23/2015 Downloads:

Download

File Size: 43.2 MB

Icons

GroupDocs.Viewer for .NET 2.16.0

GroupDocs.Viewer for .NET 2.16.0 Release Notes New Features WEB-2022 -...

Added: 9/25/2015 Downloads:

Download

File Size: 42.1 MB

Icons

GroupDocs.Viewer for .NET 2.16.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/25/2015 Downloads:

Download

File Size: 41.6 MB

Icons

GroupDocs.Viewer for .NET 2.15.1

GroupDocs.Viewer for .NET 2.15.1 Release NotesImprovementsWEB-1963 Add possibili...

Added: 8/25/2015 Downloads:

Download

File Size: 41.5 MB

Icons

GroupDocs.Viewer for .NET 2.15.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/25/2015 Downloads:

Download

File Size: 41.0 MB

Icons

GroupDocs.Viewer for .NET 2.15.0

GroupDocs.Viewer for .NET 2.15.0 Release NotesNew FeaturesWEB-1861 Custom storag...

Added: 8/20/2015 Downloads:

Download

File Size: 41.5 MB

Icons

GroupDocs.Viewer for .NET 2.15.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/20/2015 Downloads:

Download

File Size: 41.0 MB

Icons

GroupDocs.Viewer for .NET 2.14.0

GroupDocs.Viewer for .NET 2.14.0 Release Notes New Features WEB-1792 Added z...

Added: 7/24/2015 Downloads:

Download

File Size: 41.4 MB

Icons

GroupDocs.Viewer for .NET 2.14.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 7/24/2015 Downloads:

Download

File Size: 41.0 MB

Icons

GroupDocs.Viewer for .NET 2.13.0

It contains GroupDocs.Viewer for .NET 2.13.0 release.

Added: 6/23/2015 Downloads:

Download

File Size: 41.3 MB

Icons

GroupDocs.Viewer for .NET 2.13.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/23/2015 Downloads:

Download

File Size: 40.2 MB

Icons

GroupDocs.Viewer for .NET 2.12.0

GroupDocs.Viewer for .NET 2.12.0 Release Notes Bugs Fixed WEB-1073 - Viewer....

Added: 5/27/2015 Downloads:

Download

File Size: 41.2 MB

Icons

GroupDocs.Viewer for .NET 2.12.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 5/27/2015 Downloads:

Download

File Size: 40.7 MB

Icons

GroupDocs.Viewer for .NET 2.11.1

GroupDocs.Viewer for .NET 2.11.1 Release Notes Bugs Fixed WEB-1146 -...

Added: 5/14/2015 Downloads:

Download

File Size: 41.1 MB

Icons

GroupDocs.Viewer for .NET 2.11.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 5/14/2015 Downloads:

Download

File Size: 40.6 MB

Icons

GroupDocs.Viewer for .NET 2.11.0

GroupDocs.Viewer for .NET 2.11.0 Release Notes Bugs Fixed WEB-1195 - Vie...

Added: 4/27/2015 Downloads:

Download

File Size: 41.1 MB

Icons

GroupDocs.Viewer for .NET 2.11.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 4/27/2015 Downloads:

Download

File Size: 40.6 MB

Icons

GroupDocs.Viewer for .NET 2.10.1

We are pleased to share a new hotfix version of GroupDocs.Viewer for .NET, whic...

Added: 4/17/2015 Downloads:

Download

File Size: 41.1 MB

Icons

GroupDocs.Viewer for .NET 2.10.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 4/17/2015 Downloads:

Download

File Size: 40.6 MB

Icons

GroupDocs.Viewer for .NET 2.10.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the...

Added: 3/30/2015 Downloads:

Download

File Size: 39.5 MB

Icons

GroupDocs.Viewer for .NET 2.10.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 3/30/2015 Downloads:

Download

File Size: 39.0 MB

Icons

GroupDocs.Viewer for .NET 2.9.1

We are pleased to share a new hotfix version of GroupDocs.Viewer for .NET, whic...

Added: 3/10/2015 Downloads:

Download

File Size: 39.4 MB

Icons

GroupDocs.Viewer for .NET 2.9.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 3/10/2015 Downloads:

Download

File Size: 39.0 MB

Icons

GroupDocs.Viewer for .NET 2.9.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with th...

Added: 3/2/2015 Downloads:

Download

File Size: 39.3 MB

Icons

GroupDocs.Viewer for .NET 2.9.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 3/2/2015 Downloads:

Download

File Size: 38.9 MB

Icons

GroupDocs.Viewer for .NET 2.8.0

We are pleased to share a new version of GroupDocs.Viewer for ....

Added: 2/17/2015 Downloads:

Download

File Size: 40.0 MB

Icons

GroupDocs.Viewer for .NET 2.8.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 2/17/2015 Downloads:

Download

File Size: 39.5 MB

Icons

GroupDocs.Viewer for .NET 2.7.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the f...

Added: 1/9/2015 Downloads:

Download

File Size: 39.7 MB

Icons

GroupDocs.Viewer for .NET 2.7.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 1/9/2015 Downloads:

Download

File Size: 39.2 MB

Icons

GroupDocs.Viewer for .NET 2.6.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 12/8/2014 Downloads:

Download

File Size: 37.4 MB

Icons

GroupDocs.Viewer for .NET 2.6.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the f...

Added: 12/8/2014 Downloads:

Download

File Size: 37.9 MB

Icons

GroupDocs.Viewer for .NET 2.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 12/8/2014 Downloads:

Download

File Size: 37.4 MB

Icons

GroupDocs.Viewer for .NET 2.5.0

It contains GroupDocs.Viewer for .NET 2.5.0 release.

Added: 11/11/2014 Downloads:

Download

File Size: 37.9 MB

Icons

GroupDocs.Viewer for .NET 2.4.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the fol...

Added: 10/14/2014 Downloads:

Download

File Size: 41.3 MB

Icons

GroupDocs.Viewer for .NET 2.4.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 10/14/2014 Downloads:

Download

File Size: 40.7 MB

Icons

GroupDocs.Viewer for .NET 2.3.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the fol...

Added: 9/12/2014 Downloads:

Download

File Size: 38.6 MB

Icons

GroupDocs.Viewer for .NET 2.3.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 9/12/2014 Downloads:

Download

File Size: 38.3 MB

Icons

GroupDocs.Viewer for .NET 2.2.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the fol...

Added: 8/26/2014 Downloads:

Download

File Size: 38.0 MB

Icons

GroupDocs.Viewer for .NET 2.2.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 8/26/2014 Downloads:

Download

File Size: 37.7 MB

Icons

GroupDocs.Viewer for .NET 2.1.2 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The asse...

Added: 6/24/2014 Downloads:

Download

File Size: 39.4 MB

Icons

GroupDocs.Viewer for .NET 2.1.1 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 6/16/2014 Downloads:

Download

File Size: 37.6 MB

Icons

GroupDocs.Viewer for .NET 2.1.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the fol...

Added: 5/30/2014 Downloads:

Download

File Size: 37.7 MB

Icons

GroupDocs.Viewer for .NET 2.1.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 5/30/2014 Downloads:

Download

File Size: 37.5 MB

Icons

GroupDocs.Viewer for .NET 2.0.0

It contains GroupDocs.Viewer for .NET 2.0.0 release.

Added: 4/25/2014 Downloads:

Download

File Size: 37.7 MB

Icons

GroupDocs.Viewer for .NET 2.0.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The assemb...

Added: 4/25/2014 Downloads:

Download

File Size: 37.5 MB

Icons

GroupDocs Viewer for .NET 1.6.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the fol...

Added: 12/9/2013 Downloads:

Download

File Size: 31.0 MB

Icons

GroupDocs Viewer for .NET 1.6.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The as...

Added: 12/9/2013 Downloads:

Download

File Size: 31.0 MB

Icons

GroupDocs Viewer for .NET 1.5.0 (DLLs only)

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The a...

Added: 11/18/2013 Downloads:

Download

File Size: 29.2 MB

Icons

GroupDocs Viewer for .NET 1.5.0

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the fo...

Added: 11/18/2013 Downloads:

Download

File Size: 29.3 MB

Icons

GroupDocs Viewer for .NET 1.4.0 (DLL only).zip

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The a...

Added: 10/23/2013 Downloads:

Download

File Size: 29.2 MB

Icons

GroupDocs Viewer for .NET 1.4.0 - Windows Installer & Sample Apps

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the f...

Added: 10/23/2013 Downloads:

Download

File Size: 31.5 MB

Icons

GroupDocs Viewer for .NET 1.3.0 - Windows Installer & Sample Apps

It contains GroupDocs Viewer for .NET 1.3.0 - Windows Installer & Sample Apps release.

Added: 10/23/2013 Downloads:

Download

File Size: 29.9 MB

Icons

GroupDocsViewer for .NET 1.3.0 (DLLs only).zip

This ZIP file contains only the GroupDocs.Viewer for .NET assemblies. The a...

Added: 10/23/2013 Downloads:

Download

File Size: 27.6 MB

 English