GroupDocs.Viewer 24.3.0

dotnet add package GroupDocs.Viewer --version 24.3.0
NuGet\Install-Package GroupDocs.Viewer -Version 24.3.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="24.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GroupDocs.Viewer --version 24.3.0
#r "nuget: GroupDocs.Viewer, 24.3.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.
// Install GroupDocs.Viewer as a Cake Addin
#addin nuget:?package=GroupDocs.Viewer&version=24.3.0

// Install GroupDocs.Viewer as a Cake Tool
#tool nuget:?package=GroupDocs.Viewer&version=24.3.0

Document Viewer .NET API

Version 24.3.0 Nuget

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, Numbers.
  • Fixed Page Layout: PDF, XPS.
  • Graphics: CDR, DCM, AI, PSD.
  • Email: MSG, EML.
  • Diagrams: VSDX, VSD.
  • Other file formats: JSON, XML, VCF.

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

NuGet packages (1)

Showing the top 1 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.0 2,722 3/31/2024
24.2.0 7,691 2/29/2024
24.1.1 3,225 2/2/2024
23.12.0 47,551 12/27/2023
23.11.0 7,292 11/3/2023
23.10.0 10,221 10/5/2023
23.8.0 50,179 8/31/2023
23.6.0 46,341 6/23/2023
23.4.0 12,705 4/28/2023
23.3.0 73,592 3/31/2023
23.1.0 68,592 1/27/2023
22.11.0 6,722 11/30/2022
22.9.0 8,917 9/30/2022
22.7.0 25,569 7/29/2022
22.5.0 107,720 5/4/2022
22.3.0 30,311 3/16/2022
22.1.1 40,322 1/19/2022
22.1.0 3,205 1/19/2022
21.12.0 24,154 12/22/2021
21.11.0 7,337 11/18/2021
21.10.0 9,823 10/21/2021
21.9.0 8,408 9/16/2021
21.8.0 12,318 8/17/2021
21.7.0 13,617 7/26/2021
21.6.0 6,331 6/18/2021
21.5.0 7,862 5/27/2021
21.4.1 30,081 4/28/2021
21.4.0 1,055 4/19/2021
21.3.0 26,273 3/19/2021
21.2.0 23,753 2/18/2021
21.1.0 19,857 1/21/2021
20.12.0 20,686 12/24/2020
20.11.0 24,257 11/18/2020
20.10.0 2,400 10/26/2020
20.9.0 110,078 9/29/2020
20.8.0 31,439 8/31/2020
20.7.0 32,325 7/28/2020
20.6.1 33,463 7/6/2020
20.6.0 1,838 6/26/2020
20.5.0 31,541 5/27/2020
20.4.0 80,624 4/28/2020
20.3.0 31,784 3/27/2020
20.2.0 32,644 2/26/2020
20.1.0 4,222 1/28/2020
19.12.0 30,180 12/27/2019
19.11.0 28,875 11/29/2019
19.10.0 4,549 10/31/2019
19.9.0 2,213 9/12/2019
19.8.0 1,574 8/10/2019
19.6.0 2,417 6/7/2019
19.5.0 14,289 5/7/2019
19.4.0 19,906 4/5/2019
19.3.1 6,010 3/23/2019
19.3.0 2,991 3/8/2019
19.2.0 2,255 2/6/2019
19.1.0 1,974 1/9/2019
18.12.0 1,310 12/6/2018
18.11.0 6,881 11/2/2018
18.10.0 8,540 10/3/2018
18.9.0 1,552 9/4/2018
18.8.1 2,188 8/14/2018
18.8.0 1,198 8/2/2018
18.7.0 1,783 7/3/2018
18.6.1 1,357 6/13/2018
18.6.0 1,356 6/6/2018
18.5.0 1,703 5/2/2018
18.4.0 1,346 4/4/2018
18.3.0 3,311 3/2/2018
18.1.0 1,675 1/19/2018
17.12.0 1,872 12/21/2017
17.11.0 45,089 11/22/2017
17.10.0 1,577 10/26/2017
17.9.0 1,684 9/28/2017
17.9.0-alpha-20170928052141 894 9/28/2017
17.9.0-alpha-20170928045543 869 9/28/2017