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.


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 200 free credits

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

Already have an account? Sign in →

Implementation options

Validate split workflows before wiring them into packet-routing or document-delivery systems

Teams evaluating split PDF workflows usually need to confirm both the page-range behavior and the easiest integration path. Nutrient supports REST, Postman, JavaScript, Python, Java, C#, PHP, and raw HTTP so developers can test PDF splitting — separate documents by page range, chapter, or content boundary — with real files before connecting it to intake, export, routing, or archive workflows. Continue to merge PDF if the workflow also needs to combine documents, getting started for API key setup, the Postman collection for the fastest first request, Processor API pricing for credits, or the Processor API overview for broader DWS evaluation of page, packet, and document splitting workflows.


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.


Ready to try it?

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