Read Image Information from a PDF Document

Introduction

This example allows you to read all images from a page in a PDF Document.

API Information

API Type Description
/pdf/{name}/images/{imageId} GET Read image information about a particular image in a PDF Document

API Parameters

Parameter Required Type Data Type Description
name true Path String The name of the document in storage to read form fields from
imageId true Path Integer The desired image identifier

Resource

The following Aspose.PDF Cloud REST API resource has been used in the examples: GetImage.

cURL Example

Input File: PDF With Images

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples