GroupDocs.Viewer-Cloud 24.2.0

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

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

.NET Cloud REST API for Document Rendering

Version 24.1.0 NuGet

banner

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial

This REST API enhances your C#, ASP.NET, & other .NET-based cloud apps to render 80+ types of file formats to image, PDF, or HTML formats from within your apps.

Cloud Document Viewer Features

  • Support for rendering lots of document and image file formats.
  • Fetch the list of all installed fonts or delete the fonts cache.
  • Download HTML page resources, e.g., images, CSS, fonts etc.
  • Render a document to PDF for HTML or image representation and download it.
  • Fetch document information via various methods.
  • Obtain a list of links to document pages as HTML or images.
  • Fetch and download a ZIP archive of document pages as HTML or images.
  • Rotate and reorder document pages.
  • Specify image quality while rendering PDF as HTML.
  • Decrease the resultant file size by excluding fonts when rendering as HTML.
  • Render specific sections of worksheets defined as "print area" as HTML.
  • Choose to include or exclude hidden content in Excel documents.
  • Make the output content in HTML and SVG minified.
  • Render a document to responsive HTML.
  • Render email messages & render Outlook data files as HTML.
  • Get a list of all email attachments in their HTML or image representation.
  • Download resources of a specific email attachment page for HTML representation.

Supported File Formats for Rendering as HTML, JPG / PNG, & PDF

  • Word Processing Formats: DOC, DOCM, DOCX, DOT, DOTM, DOTX, ODT, OTT, RTF, TXT
  • Spreadsheet Formats: CSV, ODS, OTS, TSV, XLS, XLSB, XLSM, XLSX
  • Presentation Formats: ODP, OTP, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, PPTX
  • Microsoft Visio: VDW, VDX, VSD, VSDM, VSDX, VSS, VSSM, VSSX, VST, VSTM, VSTX, VSX, VTX
  • Microsoft Project: MPP, MPT
  • Microsoft OneNote: ONE
  • Image: BMP, CGM, DCM, DJVU, DNG, EMF, EPS, GIF, ICO, JP2, JPG, JPEG, ODG, PCL, PNG, PS, PSD, SVG, TIF, TIFF, WEBP, WMF
  • AutoCAD: DGN, DWF, DWG, DXF, IFC, STL
  • Email: EML, EMLX, MSG, OST, PST
  • eBook: EPUB, MOBI
  • Web: HTML, MHT, MHTML
  • Page Layout: PDF, TEX, XPS

Get Started

You do not need to install anything to get started with GroupDocs.Viewer Cloud SDK for .Net. Just create an account at GroupDocs for Cloud and get your application information.

Simply execute Install-Package GroupDocs.Viewer-Cloud from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Viewer assembly in your project. If you already have GroupDocs.Viewer Cloud SDK for .Net and want to upgrade it, please execute Update-Package GroupDocs.Viewer-Cloud to get the latest version.

Please check the GitHub Repository for common usage scenarios.

// For complete examples and data files, please go to https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-dotnet-samples
// Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
string MyClientSecret = "";
string MyClientId = "";

var configuration = new Configuration(MyClientId, MyClientSecret);
var apiInstance = new ViewApi(configuration);

var viewOptions = new ViewOptions {
    FileInfo = new FileInfo {
            FilePath = "SampleFiles/with_tracked_changes.docx"
        },
        ViewFormat = ViewOptions.ViewFormatEnum.HTML,
        RenderOptions = new HtmlOptions {
            WordProcessingOptions = new WordProcessingOptions {
                RenderTrackedChanges = true
            }
        }
};

var response = apiInstance.CreateView(new CreateViewRequest(viewOptions));

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial

Product 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  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 tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.0 89 2/1/2024
23.10.0 200 9/29/2023
23.7.0 314 7/10/2023
23.4.0 345 4/19/2023
23.3.0 331 3/16/2023
21.12.0 512 12/30/2021
21.10.0 550 10/18/2021
21.8.0 538 8/4/2021
21.3.0 560 3/18/2021
20.5.0 710 6/3/2020
20.3.0 654 3/26/2020
19.5.0 984 5/27/2019
19.4.0 892 4/17/2019
19.3.2 889 4/4/2019
19.3.1 890 4/2/2019
19.3.0 736 3/7/2019
18.11.0 851 1/9/2019
18.7.0 908 9/13/2018
18.7.0-alpha-20180913075048 775 9/13/2018
18.5.0 1,034 6/5/2018
18.2.0 1,093 3/2/2018
17.11.1 1,053 1/23/2018
17.11.0 1,087 1/22/2018