Import HTML Document

Introduction

Aspose.HTML Cloud is an easy to use REST API which allows you multiple features. This article explains how you can easily create/import HTML document from a Markdown file using our this API with any language: .NET, Java, PHP, Ruby, Rails, Python and many more.

API Information

APITypeDescriptionSwagger Link
/html/{name}/import/mdGETCreates an HTML document from Markdown file (located on storage) and returns resulting file in response contentGetImportMarkdownToHtml
/html/{name}/import/mdPUTCreates an HTML document from Markdown file (located on storage) and uploads resulting file to the storagePutImportMarkdownToHtml
/html/import/mdPOSTCreates an HTML document from Markdown file (in request content) and uploads resulting file to the storage.PostImportMarkdownToHtml

cURL Example

Case 1: Create an HTML document from Markdown file