Get Images from HTML document

Introduction

This article explain how to get all images from the HTML document. Aspose.HTML Cloud provide two APIs to get HTML document images:

API Information

APITypeDescriptionSwagger Link
/html/{name}/images/allGETReturn all HTML document images packaged as a ZIP archiveGetDocumentImages
/html/images/allGETReturn all HTML page images packaged as a ZIP archive by the source page URLGetDocumentImagesByUrl

cURL Example