VOOZH about

URL: https://www.nuget.org/packages/GroupDocs.Viewer/

⇱ NuGet Gallery | GroupDocs.Viewer 26.4.0




👁 Image
GroupDocs.Viewer 26.4.0

Prefix Reserved
dotnet add package GroupDocs.Viewer --version 26.4.0
 
 
NuGet\Install-Package GroupDocs.Viewer -Version 26.4.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GroupDocs.Viewer" Version="26.4.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GroupDocs.Viewer" Version="26.4.0" />
 
Directory.Packages.props
<PackageReference Include="GroupDocs.Viewer" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GroupDocs.Viewer --version 26.4.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GroupDocs.Viewer, 26.4.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GroupDocs.Viewer@26.4.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GroupDocs.Viewer&version=26.4.0
 
Install as a Cake Addin
#tool nuget:?package=GroupDocs.Viewer&version=26.4.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Document Viewer .NET API

👁 Package version
👁 Package downloads

👁 banner

Product Page | Docs |Demos| API Reference | Examples | Blog | Releases | Free Support | Temporary License

GroupDocs.Viewer is a class-library that enables you to build file viewer applications for mobile, web, and desktop platforms using C#, F#, or VB.NET. It supports rendering over 170 popular file formats in HTML, PNG, JPEG, and PDF. Our library is self-sufficient and doesn't depend on any third-party software, such as Microsoft Word, OpenOffice, and other office suites.

Features

See the Features overview documentation topic for more details.

Supported platforms

  • Windows: Microsoft Windows XP and later, Microsoft Windows Server 2003 and later.
  • Linux: Ubuntu, OpenSUSE, CentOS and others.
  • Mac OS X Catalina (10.15) and later.

If you build applications for Linux and macOS, we recommend using GroupDocs.Viewer.CrossPlatform package instead of this one. GroupDocs.Viewer.CrossPlatform does not use on System.Drawing.Common as a graphical subsystem, which is only supported on Windows.

See the System requirements documentation topic for more details.

Supported formats

  • Word: DOCX, DOC, ODT, RTF, TXT.
  • PowerPoint: PPTX, PPT, ODP.
  • Excel: XLSX, XLS, ODS, Numbers, CSV.
  • Fixed Page Layout: PDF, XPS.
  • Graphics: CDR, DCM, AI, PSD.
  • Email: MSG, EML, VCF.
  • Diagrams: VSDX, VSD.
  • Web: HTML, MHTML, CHM, JSON, XML.
  • Other file formats: E-books, archives, Project

See the Supported file formats documentation topic for a complete list of supported formats.

Getting Started

To get started with GroupDocs.Viewer first you have to install the package using the command for your tool that you can find at the beginning of this page.

You can run the following code snippets in C# to see how our library works. Also feel free to check out the GitHub Repository for other common use cases.

Render PDF to HTML

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

// Instantiate viewer
using (var viewer = new Viewer("resume.pdf"))
{
 // Set output HTML options, one file per page
 var viewOptions = HtmlViewOptions.ForEmbeddedResources("page{0}.html");
 
 // Render PDF to HTML with embedded resources 
 viewer.View(viewOptions);
}

Render PPTX to PDF

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

// Instantiate viewer
using (var viewer = new Viewer("solution.pptx"))
{
 // Set output PDF options 
 var viewOptions = new PdfViewOptions("solution.pdf");
 
 // Render PPTX to PDF 
 viewer.View(viewOptions);
}

Render DOCX to PNG

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

// Instantiate viewer
using (var viewer = new Viewer("flyer.docx"))
{
 // Set output PDF options 
 var viewOptions = new PngViewOptions("page{0}.png");
 
 // Render DOCX to PNG 
 viewer.View(viewOptions);
}

Support

Our technical support is available to all users, including those evaluating our product. We offer assistance through our Free Support Forum and Paid Support Helpdesk. Let us know if you have any questions or issues, and we'll do our best to help you.

Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Framework net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on GroupDocs.Viewer:

Package Downloads
GroupDocs.Viewer.UI.SelfHost.Api

GroupDocs.Viewer.UI.SelfHost.Api containing API implementation that is based on GroupDocs.Viewer for .NET see https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET-UI for more details.

KAT.Core

KAT.Core library package

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.4.0 886 4/22/2026
25.12.0 2,776 12/30/2025
25.11.0 887 12/9/2025
25.9.0 3,184 9/28/2025
25.8.0 1,310 8/29/2025
25.7.0 1,061 7/29/2025
25.6.0 821 6/28/2025
25.5.0 1,192 5/28/2025
25.4.0 1,907 4/29/2025
25.3.0 4,224 3/27/2025
25.2.0 6,072 2/27/2025
25.1.1 7,626 2/3/2025
25.1.0 2,315 1/30/2025
24.12.0 448,878 12/19/2024
24.11.0 11,458 11/28/2024
24.10.0 10,978 11/1/2024
24.9.0 29,384 9/27/2024
24.8.0 78,863 8/30/2024
24.7.0 29,738 8/2/2024
24.6.0 17,224 7/2/2024
Loading failed