Read All Document Images
Contents
[
Hide
]
Introduction
This example allows you to read all images from a page in a PDF Document.
API Information
API | Type | Description |
---|---|---|
/pdf/{name}/pages/{pageNumber}/images | GET | Read image information from a given page of a PDF Document that is uploaded on Storage |
API Parameters
Parameter | Required | Type | Data Type | Description |
---|---|---|---|---|
name | true | Path | String | The name of the document in storage to read form fields from |
pageNumber | true | Path | Integer | The page number of the document containing the images |
Resource
The following Aspose.PDF Cloud REST API resource has been used in the examples: GetImages.
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
Get all Fields