Merge PDF API

Combine multiple PDF files into a single, organized document using a fast, secure, and reliable PDF merging API. Perfect for reports, archives, or batch processing.

Seamless document merging

Merge PDFs in any order with full control over page sequence. Ideal for assembling invoices, contracts, scanned forms, or multipart reports.

Automate with Zapier

Automatically merge new PDF files in Google Drive using our Zapier integration. Simply drop your PDFs into a folder, and let the Nutrient API handle the rest.

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 merge the two supplied documents into one PDF. The order of the documents in the final PDF is controlled by the order of the parts array.


Try it out in three steps

  1. Add two scanned PDFs named first-half.pdf and second-half.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 first_half=@first_half.pdf \
-F second_half=@second_half.pdf \
-F instructions='{
"parts": [
{
"file": "first_half"
},
{
"file": "second_half"
}
]
}'

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 β†’

Most common next steps

Connect PDF merge evaluation to getting started, pricing, and broader document combination workflows

After validating PDF merge behavior, continue to split PDF if the workflow also needs to separate 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 combine, batch, and document assembly 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.