Split PDF Files

Introduction

This example allows you to split all or specific pages of a PDF file and save each page as a new PDF or any supported format using Aspose.Pdf for Cloud API in your applications. 

Resource

The following Aspose.Pdf for Cloud REST API resource has been used in the examples: PostSplitDocument.

Parameter Required Description Type
name yes The document name. Passed in the path /pdf/{name}/split String
format yes The resultant format of the split file. Possible values can be PDF, JPEG etc String
from no Start page, if defined. Integer
to no End page, if defined. Integer

cURL Example

SDK Source

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

SDK Examples

Split PDF Files