Duplicate PDF page API

Create copies of one or more pages within a PDF document using our PDF page duplication API. Ideal for form templates, repeated sections, or multipart documentation.

Flexible page duplication

Select specific pages or page ranges to duplicate and insert them wherever needed in a document. Great for duplicating signature pages, instructions, or templates.

Streamline complex workflows

Automate duplication tasks in large PDFs without manual editing. Perfect for applications like contracts, reports, or forms with repeatable content.

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 duplicates the first and last pages of a document.


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 result.pdf to see the output.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document",
"pages": {
"start": 0,
"end": 0
}
},
{
"file": "document"
},
{
"file": "document",
"pages": {
"start": -1,
"end": -1
}
}
]
}'

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

How do I duplicate a page in a PDF?

Send the page or page range you want to copy to the duplicate PDF page API, and it returns a new PDF with the selected pages duplicated and inserted where you specify. See the getting started guide to make your first request.

Can I duplicate a specific range of pages?

Yes. Specify the start and end page indexes to duplicate a single page, a range, or several ranges in one request — useful for repeating signature pages, instructions, or template sections inside a larger document.

Which languages and tools are supported?

You can call the API over REST or HTTP and integrate it with Java, C#, JavaScript, Python, and PHP, or test it first in Postman. See supported languages for setup details.

How much does the duplicate PDF page API cost?

The API uses the credit-based DWS Processor pricing, with a free tier of 50 credits per month for evaluation. See Processor API pricing, or explore the full DWS Processor API.

Ready to try it?

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