Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Aspose.HTML Cloud SDK for C++
Aspose.HTML Cloud SDK for C++

Aspose.HTML Cloud SDK for C++

Aspose.Cloud

|
43 clicks
| (0) | Free Trial
Modify and convert HTML pages in the cloud using REST API via C++ Cloud SDK.
Get Started

HTML Rendering & Conversion C++ Cloud REST API

Nuget Nuget GitHub

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Free Trial

This cloud SDK assists to develop cloud-based HTML page rendering, processing, translation & conversion apps in C++ language via REST API.

HTML Processing Features

  • Fetch the HTML page along with its resources as a ZIP archive by providing the page URL.
  • Based on page URL, retrieve all images of an HTML page as a ZIP package.
  • Load data from a local file to populate the HTML document template.
  • Use the request body to populate the HTML document template.
  • Convert HTML page to numerous other file formats.

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

Installation of Aspose.HTML Cloud SDK for C++

To use Aspose HTML for Cloud SDK you need to register an account with Aspose Cloud and lookup/create App Key and SID at Cloud Dashboard. There is a free quota available. For more details, see Aspose Cloud Pricing.

Install from the command line

PM> Install-Package Aspose.Html-Cloud.Cpp

Load from git

git clone https://github.com/aspose-html-cloud/aspose-html-cloud-cpp.git
cd aspose-html-cloud-cpp

Extract Images as ZIP Archive by Source Page URL using C++

//For complete examples and data files, please go to https://github.com/aspose-html-cloud/aspose-html-cloud-cpp

utility::string_t resultpath = _XPLATSTR("..\\result\\");
auto result = api->getDocumentImagesByUrl(_XPLATSTR("https://www.google.com/")).get();

ASSERT_TRUE(TestBase::save_to_file(result, resultpath + _XPLATSTR("get_img_url.zip")));

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Free Trial

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft