Get PDF Document Page Count
Contents
[
Hide
]
Introduction
This example allows you to get PDF document page count using Aspose.PDF Cloud API in your applications. The API has the following properties
API | Type | Description |
---|---|---|
/pdf/{name}/pages | GET | Get the page information about a PDF Document |
The resource has the following properties |
Parameter | Is Required | Description | Type | Data Type |
---|---|---|---|---|
name | True | The name of the document on storage | Path | String |
Resource
The following Aspose.PDF Cloud REST API resource has been used in the examples: Get Pages.
cURL Example
SDK Source
The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs
SDK Examples
Get PDF Page Count