Aspose.HTML-Cloud
22.10.1
See the version list below for details.
dotnet add package Aspose.HTML-Cloud --version 22.10.1
NuGet\Install-Package Aspose.HTML-Cloud -Version 22.10.1
<PackageReference Include="Aspose.HTML-Cloud" Version="22.10.1" />
paket add Aspose.HTML-Cloud --version 22.10.1
#r "nuget: Aspose.HTML-Cloud, 22.10.1"
// Install Aspose.HTML-Cloud as a Cake Addin #addin nuget:?package=Aspose.HTML-Cloud&version=22.10.1 // Install Aspose.HTML-Cloud as a Cake Tool #tool nuget:?package=Aspose.HTML-Cloud&version=22.10.1
HTML Conversion .NET Cloud REST API
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Free Trial
Aspose.HTML Cloud SDK for .NET
Aspose.HTML Cloud for .NET is a programming SDK that allows software developers converting HTML documents to PDF, Image, XPS, DOCX.
Convert HTML to
- Fixed Layout: PDF, XPS, DOCX
- Images: TIFF, JPEG, PNG, BMP, GIF
- Other: MD, MHTML
Read HTML Formats
eBook: EPUB Other: XML, SVG
Get Started
You do not need to install anything to get started with Aspose.HTML Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.
Simply execute Install-Package Aspose.HTML-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.HTML assembly in your project. If you already have Aspose.HTML Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.HTML-Cloud
to get the latest version.
Please check the GitHub Repository for common usage scenarios.
Convert Local HTML File to Required Format
// Init client
var client = new HtmlApi("client_id", "client_secret").ConvertApi;
// Just provide path to source file and path to output file
// Convert HTML to PDF
await client.ConvertAsync("test.html", "test.pdf");
// Convert HTML to PNG
await client.ConvertAsync("test.html", "test.png");
// Convert HTML to DOC
await client.ConvertAsync("test.html", "test.doc");
// Convert HTML to XPS
await client.ConvertAsync("test.html", "test.xps");
Convert URL to Required Format
// Init client
var client = new HtmlApi("client_id", "client_secret").ConvertApi;
// Just provide path to source file and path to output file
// Convert HTML to PDF
await client.ConvertUrlAsync("https://test.html", "test.pdf");
// Convert HTML to PNG
await client.ConvertUrlAsync("https://test.html", "test.png");
// Convert HTML to DOC
await client.ConvertUrlAsync("https://test.html", "test.doc");
// Convert HTML to XPS
await client.ConvertUrlAsync("https://test.html", "test.xps");
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Free Trial
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 | 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 | 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. |
-
- Newtonsoft.Json (>= 12.0.3)
- System.Collections.Immutable (>= 1.7.1)
- System.IdentityModel.Tokens.Jwt (>= 6.7.1)
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 |
---|---|---|
22.12.1 | 957 | 12/29/2022 |
22.10.1 | 425 | 10/13/2022 |
22.9.2 | 416 | 9/22/2022 |
21.6.0 | 572 | 6/29/2021 |
21.5.0 | 638 | 5/31/2021 |
20.12.0 | 714 | 1/21/2021 |
20.11.0 | 462 | 12/21/2020 |
20.5.0 | 729 | 5/26/2020 |
19.11.0 | 641 | 12/5/2019 |
19.10.1 | 517 | 11/6/2019 |
19.10.0 | 589 | 10/30/2019 |
19.9.3 | 507 | 10/23/2019 |
19.9.2 | 536 | 10/17/2019 |
19.9.1 | 577 | 10/15/2019 |
19.9.0 | 510 | 10/8/2019 |
19.8.1 | 584 | 9/9/2019 |
19.8.0 | 575 | 8/29/2019 |
19.7.0 | 590 | 8/20/2019 |
19.5.0 | 649 | 7/3/2019 |
19.1.0 | 891 | 2/12/2019 |
18.12.0 | 900 | 1/21/2019 |
18.9.0 | 861 | 10/5/2018 |
18.8.0 | 792 | 9/18/2018 |
18.7.0 | 885 | 8/6/2018 |
18.5.0 | 1,002 | 6/22/2018 |
18.4.0 | 1,087 | 5/16/2018 |
18.3.0 | 893 | 4/17/2018 |
18.2.0 | 1,024 | 3/12/2018 |
18.1.0 | 984 | 2/6/2018 |
17.10.0 | 994 | 12/27/2017 |
Aspose.HTML Cloud for .NET SDK release (v.22.10).
New generation of Aspose.HTML Cloud SDK for .NET/C# is provided in this release. It enables your .NET applications to easily convert HTML/XHTML documents from your local file system, from your Aspose cloud storage and any pages from Web. Also ePub, MHTML, Markdown formats are allowed as the source formats of conversion. The source documents can be rendered as PDF, XPS, DOCX, JPEG, PNG, GIF, BMP, TIFF, Markdown (only from HTML/XHTML files). Also MHTML can be converted to HTML.
GENERAL NOTE: this version of SDK is based on new Aspose.HTML Cloud REST API (v4.0), so currently it provides only the conversion feature and the cloud storage access functionality; other features that are still available in the versions up to v.20.08 are planned to be implemented step by step in this SDK later.
For details, see https://github.com/aspose-html-cloud/aspose-html-cloud-dotnet/blob/master/README.md