GroupDocs.Viewer
23.3.0
See the version list below for details.
dotnet add package GroupDocs.Viewer --version 23.3.0
NuGet\Install-Package GroupDocs.Viewer -Version 23.3.0
<PackageReference Include="GroupDocs.Viewer" Version="23.3.0" />
paket add GroupDocs.Viewer --version 23.3.0
#r "nuget: GroupDocs.Viewer, 23.3.0"
// Install GroupDocs.Viewer as a Cake Addin #addin nuget:?package=GroupDocs.Viewer&version=23.3.0 // Install GroupDocs.Viewer as a Cake Tool #tool nuget:?package=GroupDocs.Viewer&version=23.3.0
Document Viewer .NET API
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
This powerful .NET document processing API supports rendering of 170+ file types to HTML5, image, and PDF formats, with more than 130 formats supported for auto-detection.
Features
- Viewing documents by rendering as HTML5, images, or PDF.
- Rendering documents as self-contained HTML pages with embedded resources.
- Rendering files in lossless PNG format or lossy JPG compressed format.
- Rotating or reordering pages when rendering.
- Getting information about document and rendering results, such as file type and number of pages on the output.
- Getting a list of folders in an archive.
- Getting a list of layers and layouts in a CAD drawing.
- Getting a list of folders in an Outlook data file.
- Getting information about the limitations of PDF documents.
- Getting project start and end dates from an MS Project file.
- Minifying HTML and CSS.
- Rendering to responsive HTML.
- Adding text watermarks on output pages.
- Rendering documents with comments and notes.
- Rendering documents using custom fonts.
- Replacing missing fonts when rendering.
Supported formats
Microsoft Word®: DOC, DOCM, DOCX, DOT, DOTM, DOTX
Microsoft Excel®: XLS, XLSB, XLSM, XLSX, XLT, XLTX, XLAM
Microsoft PowerPoint®: PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT, POTM, POTX
Microsoft Visio®: VDW, VDX, VSD, VSDM, VSDX, VSS, VSSM, VSSX, VST, VSTM, VSTX, VSX, VTX
Microsoft Project®: MPP, MPT, MPX
Microsoft OneNote®: ONE
OpenOffice®: ODG, OTG, OXPS, ODP, OTP, ODS, OTS, ODT, OTT, OXPS
AutoCAD®: DGN, DWF, DWT, DWG, DXF
CorelDraw®: CDR
Adobe Photoshop®: PSD, PSB
IBM Notes: NSF
Source code: CS, VB, AS, AS3, and other
Image: GIF, ICO, JP2, JPF, JPX, JPM, J2C, J2K, JPC, JPG, JPEG, SVG, TIF, TIFF
Markup: HTML, MHT, MHTML, MD
Portable: PDF
Archive: TAR, ZIP, BZ2, RAR, GZ
Email: EML, EMLX, MSG, OST, PST
Metafile: CGM, EMF, WMF, WMZ, EMZ, CMX
Other: IFC, STL, PS, XPS, TEX, SXC, DJVU, DNG, DIB, EPS
Platform independence
GroupDocs.Viewer for .NET does not require any external software or third-party tools and supports any 32-bit or 64-bit operating system with .NET Framework, .NET Core, or .NET installed. The supported operating systems and platforms are listed below:
Windows: Microsoft Windows Server 2003 and later, Microsoft Windows XP, Vista, 7, 8, 8.1, 10, 11
Mac: Mac OS X
Linux: Linux (Ubuntu, OpenSUSE, CentOS and others)
Development Environments: Microsoft Visual Studio, Microsoft Visual Studio for Mac, Rider from JetBrains
Supported Frameworks: .NET Framework, .NET Core, and .NET
Get started
To fetch and reference the GroupDocs.Viewer
assembly in your project, execute Install-Package GroupDocs.Viewer
from the Package Manager Console in Visual Studio. To update the GroupDocs.Viewer for .NET, please execute Update-Package GroupDocs.Viewer
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
C# code to render XLSX file to HTML
using (Viewer viewer = new Viewer("invoice.xlsx"))
{
HtmlViewOptions options =
HtmlViewOptions.ForEmbeddedResources();
viewer.View(options);
}
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- Microsoft.Win32.Registry (>= 4.7.0)
- SkiaSharp (>= 2.88.3)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.3)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 5.0.2)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Security.Cryptography.Pkcs (>= 6.0.1)
- System.Security.Permissions (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
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.10.0 | 2,118 | 11/1/2024 |
24.9.0 | 8,774 | 9/27/2024 |
24.8.0 | 33,290 | 8/30/2024 |
24.7.0 | 14,945 | 8/2/2024 |
24.6.0 | 9,111 | 7/2/2024 |
24.5.0 | 6,363 | 5/31/2024 |
24.4.0 | 4,756 | 4/30/2024 |
24.3.0 | 22,936 | 3/31/2024 |
24.2.0 | 18,972 | 2/29/2024 |
24.1.1 | 4,388 | 2/2/2024 |
23.12.0 | 130,076 | 12/27/2023 |
23.11.0 | 10,258 | 11/3/2023 |
23.10.0 | 11,178 | 10/5/2023 |
23.8.0 | 52,439 | 8/31/2023 |
23.6.0 | 47,477 | 6/23/2023 |
23.4.0 | 17,081 | 4/28/2023 |
23.3.0 | 126,092 | 3/31/2023 |
23.1.0 | 106,305 | 1/27/2023 |
22.11.0 | 8,948 | 11/30/2022 |
22.9.0 | 10,555 | 9/30/2022 |
22.7.0 | 26,812 | 7/29/2022 |
22.5.0 | 113,503 | 5/4/2022 |
22.3.0 | 36,813 | 3/16/2022 |
22.1.1 | 44,449 | 1/19/2022 |
22.1.0 | 3,415 | 1/19/2022 |
21.12.0 | 33,809 | 12/22/2021 |
21.11.0 | 8,937 | 11/18/2021 |
21.10.0 | 11,532 | 10/21/2021 |
21.9.0 | 10,049 | 9/16/2021 |
21.8.0 | 13,416 | 8/17/2021 |
21.7.0 | 15,610 | 7/26/2021 |
21.6.0 | 7,763 | 6/18/2021 |
21.5.0 | 9,847 | 5/27/2021 |
21.4.1 | 31,383 | 4/28/2021 |
21.4.0 | 1,221 | 4/19/2021 |
21.3.0 | 34,623 | 3/19/2021 |
21.2.0 | 32,011 | 2/18/2021 |
21.1.0 | 27,015 | 1/21/2021 |
20.12.0 | 28,081 | 12/24/2020 |
20.11.0 | 32,132 | 11/18/2020 |
20.10.0 | 3,093 | 10/26/2020 |
20.9.0 | 121,298 | 9/29/2020 |
20.8.0 | 38,960 | 8/31/2020 |
20.7.0 | 44,359 | 7/28/2020 |
20.6.1 | 45,751 | 7/6/2020 |
20.6.0 | 2,054 | 6/26/2020 |
20.5.0 | 43,929 | 5/27/2020 |
20.4.0 | 92,862 | 4/28/2020 |
20.3.0 | 43,646 | 3/27/2020 |
20.2.0 | 44,992 | 2/26/2020 |
20.1.0 | 4,364 | 1/28/2020 |
19.12.0 | 43,027 | 12/27/2019 |
19.11.0 | 40,179 | 11/29/2019 |
19.10.0 | 5,177 | 10/31/2019 |
19.9.0 | 2,369 | 9/12/2019 |
19.8.0 | 1,677 | 8/10/2019 |
19.6.0 | 2,554 | 6/7/2019 |
19.5.0 | 14,378 | 5/7/2019 |
19.4.0 | 20,962 | 4/5/2019 |
19.3.1 | 12,213 | 3/23/2019 |
19.3.0 | 3,323 | 3/8/2019 |
19.2.0 | 2,345 | 2/6/2019 |
19.1.0 | 2,105 | 1/9/2019 |
18.12.0 | 1,420 | 12/6/2018 |
18.11.0 | 8,197 | 11/2/2018 |
18.10.0 | 8,679 | 10/3/2018 |
18.9.0 | 1,620 | 9/4/2018 |
18.8.1 | 2,334 | 8/14/2018 |
18.8.0 | 1,302 | 8/2/2018 |
18.7.0 | 1,828 | 7/3/2018 |
18.6.1 | 1,456 | 6/13/2018 |
18.6.0 | 1,450 | 6/6/2018 |
18.5.0 | 1,845 | 5/2/2018 |
18.4.0 | 1,461 | 4/4/2018 |
18.3.0 | 3,491 | 3/2/2018 |
18.1.0 | 1,764 | 1/19/2018 |
17.12.0 | 1,985 | 12/21/2017 |
17.11.0 | 45,214 | 11/22/2017 |
17.10.0 | 1,663 | 10/26/2017 |
17.9.0 | 1,882 | 9/28/2017 |
17.9.0-alpha-20170928052141 | 924 | 9/28/2017 |
17.9.0-alpha-20170928045543 | 928 | 9/28/2017 |