Add a New Page in PDF

Introduction

You can add or create pdf page by using Aspose.PDF Cloud REST API. The SDKs are available in various languages such as, C#, Java, Python, Ruby, PHP, Node.js, Swift, Android and Go. 

The following example shows how the API works. The API has the following properties:

API Type Description
/pdf/{name}/pages PUT Add a new Page to the end of the document

and the following parameters:

Name Required Description Parameter Type Data Type
name True The name of the document in Storage to add the new page to Path String

Resource

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

cURL Example

Input File: 4pages.pdf

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Aspose.PDF Cloud GitHub

SDK Examples

Add new page in PDF