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.


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

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.


Ready to try it?

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