ChargedAPI
PDF Tools

Merge PDFs via API

Combine multiple PDF files into a single document. Perfect for reports, contracts, and document assembly workflows.

How It Works

  1. 1Upload multiple PDF files (file0, file1, file2...)
  2. 2Files are merged in the order provided
  3. 3Download the combined PDF

Features

  • Merge unlimited PDFs
  • Preserve formatting
  • Maintain bookmarks
  • Keep hyperlinks
  • Fast processing
  • 1 credit per merge

API Example

curl -X POST "https://api.chargedapi.com/pdf/merge" \
  -H "X-API-Key: your_api_key" \
  -F "file0=@document1.pdf" \
  -F "file1=@document2.pdf" \
  -F "file2=@document3.pdf" \
  --output merged.pdf

Use Cases

Contracts

Combine contract pages with signatures

Reports

Assemble multi-section reports

eBooks

Combine chapters into one file

Try Free View Docs