Merge Multiple PDF Files

Introduction

This example allows you to merge multiple PDF files using Aspose.Pdf for Cloud API in your applications. You can use our REST API with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more.

Resource

The following Aspose.Pdf for Cloud REST API resource has been used in the examples: mergeDocuments (Controller Resource).

Parameter Required Description Type
name yes The name of the document. This is passed in the /pdf/{name}/merge path variable String
mergeDocuments yes The JSON list of documents. An example would be {‘List’: [‘doc1.pdf’, ‘doc2.pdf’, ‘doc3.pdf’]}. These documents should be uploaded to Cloud Storage and are merged into the named document path parameter file  

cURL Example

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples

Merge Multiple PDF Files