Aspose.HTML-Cloud
19.11.0
See the version list below for details.
dotnet add package Aspose.HTML-Cloud --version 19.11.0
NuGet\Install-Package Aspose.HTML-Cloud -Version 19.11.0
<PackageReference Include="Aspose.HTML-Cloud" Version="19.11.0" />
paket add Aspose.HTML-Cloud --version 19.11.0
#r "nuget: Aspose.HTML-Cloud, 19.11.0"
// Install Aspose.HTML-Cloud as a Cake Addin #addin nuget:?package=Aspose.HTML-Cloud&version=19.11.0 // Install Aspose.HTML-Cloud as a Cake Tool #tool nuget:?package=Aspose.HTML-Cloud&version=19.11.0
HTML Rendering & Conversion .NET Cloud REST API
This cloud SDK assists to develop cloud-based HTML page rendering, processing, translation & conversion apps in C#, ASP.NET & other .NET languages via REST API.
HTML Processing Features
- Fetch HTML page along with its resources as a ZIP archive by providing page URL.
- Based on page URL, retrieve all images of an HTML page as a ZIP package.
- Load data from local file to populate HTML document template.
- Use request body to populate HTML document template.
- Convert HTML page to numerous other file formats.
New Features in Version 19.11.0
- Added following SEO analysis points in the current version:
- detection of broken links.
- validation of e-mail addresses.
- checking of
IMG
tags for the absence ofALT
attribute. - checking for duplicated
H1
elements.
For the detailed notes, please visit Aspose.HTML Cloud 19.11 Release Notes.
Read & Write HTML Formats
HTML, XHTML, zipped HTML, zipped XHTML, MHTML, HTML containing SVG markup, Markdown, JSON
Save HTML As
Fixed Layout: PDF, XPS Images: TIFF, JPEG, PNG, BMP, GIF Other: TXT, ZIP (images)
Read HTML Formats
eBook: EPUB Other: XML, SVG
Platform Independence
Aspose.HTML Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.
Getting Started with Aspose.HTML Cloud SDK for .NET
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 other common usage scenarios.
Convert HTML Page to PDF based on its URL
The following code sample demonstrates, how to programmatically fetch an HTML web page via its URL and convert it into a PDF file using C# code:
string appSID = "xxxxxxxx";
string appKey = "xxxxxxxx";
string basePath = "https://api.aspose.cloud/v3.0";
string sourceUrl = @"https://stallman.org/articles/anonymous-payments-thru-phones.html";
Aspose.Html.Cloud.Sdk.Api.ConversionApi conversionApi = new Aspose.Html.Cloud.Sdk.Api.ConversionApi(appKey, appSID, basePath);
var response = conversionApi.GetConvertDocumentToPdfByUrl(sourceUrl, 800, 1200);
Extract all Images from a Web-based HTML Page using API
The following C# code sample elaborates, how to programmatically extract all images of an HTML web page by providing its URL:
var url = @"http://www.sukidog.com/jpierre/strings/why.htm";
Stream stream = DocumentApi.GetDocumentImagesByUrl(url);
Product Page | Documentation | API Reference | Code Samples | Blog | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 12.0.2)
- System.IdentityModel.Tokens.Jwt (>= 5.5.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.2)
- System.IdentityModel.Tokens.Jwt (>= 5.5.0)
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 | 1,057 | 12/29/2022 |
22.10.1 | 433 | 10/13/2022 |
22.9.2 | 424 | 9/22/2022 |
21.6.0 | 584 | 6/29/2021 |
21.5.0 | 649 | 5/31/2021 |
20.12.0 | 731 | 1/21/2021 |
20.11.0 | 470 | 12/21/2020 |
20.5.0 | 736 | 5/26/2020 |
19.11.0 | 650 | 12/5/2019 |
19.10.1 | 525 | 11/6/2019 |
19.10.0 | 597 | 10/30/2019 |
19.9.3 | 515 | 10/23/2019 |
19.9.2 | 545 | 10/17/2019 |
19.9.1 | 585 | 10/15/2019 |
19.9.0 | 518 | 10/8/2019 |
19.8.1 | 592 | 9/9/2019 |
19.8.0 | 586 | 8/29/2019 |
19.7.0 | 599 | 8/20/2019 |
19.5.0 | 656 | 7/3/2019 |
19.1.0 | 900 | 2/12/2019 |
18.12.0 | 908 | 1/21/2019 |
18.9.0 | 873 | 10/5/2018 |
18.8.0 | 804 | 9/18/2018 |
18.7.0 | 895 | 8/6/2018 |
18.5.0 | 1,013 | 6/22/2018 |
18.4.0 | 1,097 | 5/16/2018 |
18.3.0 | 904 | 4/17/2018 |
18.2.0 | 1,036 | 3/12/2018 |
18.1.0 | 994 | 2/6/2018 |
17.10.0 | 1,004 | 12/27/2017 |
Aspose.HTML Cloud for .NET SDK release (v.19.11):
- new feature: SEO analyzer: get SEO warnings for a Web page specified by URL.