Move PDF Pages to New Locations in a PDF File
Contents
[
Hide
]
Introduction
This example allows you to move pages to new locations in a PDF file using Aspose.PDF for Cloud API in your applications. The API has the following properties
API | Type | Description |
---|---|---|
/pdf/{name}/pages/{pageNumber}/movePage | POST | Move the page mentioned in the pageNumber parameter to a new location in the PDF Page |
The API has the following parameters |
Parameter | Requiered | Description | Type | Data Type |
---|---|---|---|---|
name | Yes | The name of the document containing the source page | Path | String |
pageNumber | Yes | The source page number for the move operation | Path | String |
newIndex | Yes | The destination page number for the move operation | Query | String |
Resource
The following Aspose.PDF Cloud REST API resource has been used in the examples: Move Page.
cURL Example
SDK Source
The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs
SDK Examples
Move PDF pages to new Location