Split PDF API

Split PDF documents into smaller, organized files using a PDF splitting API built for extracting specific sections, separating batches, packet routing, and automated document workflows.

Precise PDF splitting

Split PDFs by page ranges or document sections so downstream systems receive the exact file boundaries they need for routing, review, storage, or delivery.

Built for automated document routing

Use REST, Postman, JavaScript, Python, Java, C#, PHP, or HTTP to break large PDFs into smaller outputs for packet separation, export jobs, intake workflows, and archive-ready processing pipelines.

Simple and transparent pricing

Select a package that suits your needs according to the number of credits you wish to spend. Each API tool and action has a specific credit cost.

Used by Lufthansa, Disney, Autodesk, UBS, Dropbox, IBM
Lufthansa
Disney
Autodesk
UBS
Dropbox
IBM

Try it out

This example will split your document into two documents. The first PDF will contain all pages except the last five, and the second PDF will contain the remaining five pages.


Try it out in three steps

  1. Add a PDF named document.pdf to your project folder.
  2. Run the code from the same folder.
  3. Open first_half.pdf in your project folder to view the results.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o first_half.pdf \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document",
"pages": {
"end": -6
}
}
]
}'
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o second_half.pdf \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document",
"pages": {
"start": -5
}
}
]
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →


Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.


Frequently asked questions

What is a split PDF API?

A split PDF API divides a single PDF into multiple separate files with one API call. With Nutrient’s DWS Processor API, you can split documents by page ranges or extract specific sections without building your own PDF tooling.

How do I split a PDF programmatically?

Send your PDF and the page ranges you want to the Nutrient DWS Processor API, and it returns the resulting files. You can call it via REST, Postman, curl, JavaScript, Python, Java, C#, or PHP.

Can I extract specific page ranges or separate packets?

Yes. You can extract individual pages, defined page ranges, or split a combined document into separate packets — useful for bursting batch-generated or merged PDFs.

Which programming languages does the API support?

You can call the API from any language that can make HTTP requests. We provide quick start examples for JavaScript, Python, Java, C# (.NET), and PHP, plus REST and a Postman collection.

Is there a free split PDF API?

Yes. You can start for free — sign up to receive processing credits and try the split PDF API before choosing a Processor API plan.

Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.