Multiple PDFs, Ordered Merge

Merge Multiple PDFs into One Document

Combine any number of PDF files into a single, perfectly ordered document via REST API. Preserve bookmarks, page layouts, and formatting. Perfect for generating reports, contracts, and compiled documents.

cURLPythonNode.jsn8n
# Merge multiple PDF files into one
curl -X POST \
  https://api.convertfilefast.com/v2/pdf/merge \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "files=@document1.pdf" \
  -F "files=@document2.pdf" \
  -F "files=@document3.pdf" \
  --output merged.pdf

# HTTP 200 OK — Content-Type: application/pdf
Conversion completed in <2s

Advantages

Why use our API?

Complete and reliable solution for integration in any tech stack.

Unlimited Files

Merge two or dozens of PDF files in a single API request. No limit on the number of input files.

Preserve Order

Files are merged in the exact order you send them. Control the final document structure precisely.

Bookmark Support

Bookmarks and internal links from source PDFs are preserved and merged into the output document.

Fast Processing

Merge large multi-file documents in seconds. Infrastructure optimized for high-throughput operations.

Automation Ready

Integrate into document workflows with n8n, cron jobs, or custom pipelines. Batch merging supported.

Zero Storage

All uploaded PDFs are processed in memory and deleted immediately after merging. No permanent storage.

FAQ

Frequently Asked Questions

How many PDF files can I merge in a single request?

There is no limit on the number of input files. Repeat the `files` form field once per document — `-F "files=@a.pdf" -F "files=@b.pdf"` — and every file you attach becomes part of the same output PDF.

In what order are the documents combined?

Files are merged in the exact order you send them in the request. The first `files` field becomes the first pages of the output, the second follows it, and so on, so you control the final document structure precisely.

Are bookmarks and internal links preserved?

Yes. Bookmarks and internal links from each source PDF are carried into the merged document and remapped to their new page positions, so tables of contents in compiled reports and contracts keep working.

What is the maximum file size supported?

Each request accepts up to 50 MB on the Pro plan and up to 10 MB on the Free plan across all attached files. If a batch exceeds the limit, compress the inputs first with the Compress PDF endpoint and then merge them.

Start Merging PDFs via API

Get your API key and merge your first PDF documents in seconds. Free plan includes 10 conversions per month.

No credit card. 10 free conversions on Free plan.