Convert HTML to Markdown - Cloud SDKs

Summary

Aspose.HTML Cloud v4.0 provides the simplest API to convert HTML documents to MD format with high quality, easy and fast. This article contains a set of code examples that explain how to convert HTML to Markdown using available SDKs.

Examples of HTML to Markdown Conversion

Aspose.HTML Cloud SDK allows you to fetch an HTML document from a storage location by its name, from a URL or a local file on your drive, convert it to the specified format and save the result to the storage or a local drive. The following code examples demonstrate how to convert HTML to Markdown programmatically for different cases.

Example 1. Convert a local HTML file to Markdown and save the result to local path