Delete Page from PDF
Contents
[
Hide
]
Introduction
This example allows you to delete pages from a PDF file using Aspose.PDF Cloud API in your applications. The API has the following properties
API | Type | Description |
---|---|---|
/pdf/{name}/pages/{pageNumber} | Delete | Deletes the page at {pageNumber} from the PDF Document |
The API has the following parameters |
Parameter | Required | Description | Type | Data Type |
---|---|---|---|---|
name | yes | The name of the PDF Document to delete page from | PATH | String |
pageNumber | yes | The page number of the PDF document to delete the page from. Range is 1 .. n where n is the number of pages in the PDF | PATH | Integer |
Resource
The following Aspose.PDF Cloud REST API resource has been used in the examples: Delete Page.
cURL Example
SDK Source
The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs
SDK Examples
Delete Page from PDF