![]() |
VOOZH | about |
dotnet add package GroupDocs.Viewer --version 26.4.0
NuGet\Install-Package GroupDocs.Viewer -Version 26.4.0
<PackageReference Include="GroupDocs.Viewer" Version="26.4.0" />
<PackageVersion Include="GroupDocs.Viewer" Version="26.4.0" />Directory.Packages.props
<PackageReference Include="GroupDocs.Viewer" />Project file
paket add GroupDocs.Viewer --version 26.4.0
#r "nuget: GroupDocs.Viewer, 26.4.0"
#:package GroupDocs.Viewer@26.4.0
#addin nuget:?package=GroupDocs.Viewer&version=26.4.0Install as a Cake Addin
#tool nuget:?package=GroupDocs.Viewer&version=26.4.0Install as a Cake Tool
👁 Package version
👁 Package downloads
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.
ASP.NET Core application with GroupDocs.Viewer.UI package.See the Features overview documentation topic for more details.
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.
See the Supported file formats documentation topic for a complete list of supported formats.
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.
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);
}
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);
}
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);
}
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. |
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 |
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 |