All posts
mergepdf-toolsworkflow

How to Merge PDF Files - The Complete Guide

Combining PDFs sounds simple until you need to handle page order, bookmarks, and permissions. Everything you need to know about merging PDFs correctly.

SupaPDF Team·February 5, 2026·5 min read

Merging PDFs is one of the most frequently performed document tasks in any office. Contracts, reports, invoices, appendices - at some point, they all need to come together into a single file.

But merge them carelessly and you end up with a disorganized document, broken bookmarks, or worse: a file you can't edit or share because of permission conflicts.

This guide covers everything from the basics to the edge cases that trip people up.

The Simple Case: Two or Three Files in Order

If you just need to stack a few PDFs in sequence, the process is straightforward:

  1. Choose your files
  2. Set the order (drag to rearrange)
  3. Merge and download

Every tool - including SupaPDF's Merge PDF - handles this in under a minute. The result is a single PDF with the pages of each file concatenated in the order you specified.

Getting Page Order Right

Page order is where most merge operations go wrong. A few things to know:

File order ≠ page order by default. If you add File A (pages 1–10) and File B (pages 1–5), the merged result will be A1, A2...A10, B1, B2...B5. This is usually what you want - but check if you have documents where pages need to interleave.

Reordering after merge. Some workflows merge first, then rearrange pages. SupaPDF's Organize PDF tool lets you drag pages into any order after the fact, which is often easier than trying to sequence the source files precisely.

Partial merges. If you only need specific pages from each document - say, pages 3–7 from one report and the last two pages from another - use Extract Pages first to pull out what you need, then merge the extracted files.

Handling Bookmarks and Outlines

PDF bookmarks (the navigation panel in a PDF viewer) are a common casualty of merging. When you combine two PDFs that both have bookmarks, you need to decide what happens to them.

Option 1: Discard bookmarks. Simplest and cleanest. The merged file has no navigation pane.

Option 2: Merge bookmarks. Each source file's bookmark tree becomes a top-level chapter in the merged document. Good for combining separate reports into a single volume.

Option 3: Rebuild bookmarks after merge. If your merged document has a new logical structure (e.g., you're assembling pages from many sources into a new report), it's cleaner to strip all bookmarks and add new ones reflecting the final structure.

SupaPDF preserves bookmarks from source files by default and nests them under the file name. You can strip them using our Edit PDF tool if you need a clean slate.

Permissions and Encrypted PDFs

This is the most common blocker in merge workflows.

Password-protected PDFs can't be merged until they're unlocked. SupaPDF will prompt you for the password before merging. If you don't have the password, you can't legally merge the file - and we won't bypass that protection.

Permission restrictions are different from password protection. A PDF might be "owner restricted" - meaning it has restrictions on printing or editing but doesn't require a password to open. Most merge tools, including SupaPDF, respect these restrictions. If you're the document owner and need to remove them, use Unlock PDF first.

When merging files with different permission settings, the resulting file inherits the most restrictive set of permissions. If one source file doesn't allow printing, the merged output won't allow printing either. Unlock all source files before merging if you need a fully editable output.

File Size After Merging

Merging doesn't compress. A merge of a 5 MB file and a 3 MB file produces approximately an 8 MB output.

If the merged file is too large to share, run it through Compress PDF afterwards. Compression after merging is more efficient than compressing individual files before merging, because the compressor can optimize across the whole document.

Batch Merging

If you regularly merge the same set of documents - a weekly report template, monthly invoice packet, etc. - consider automating it with the SupaPDF Workflow Builder. You can set up a workflow that:

  1. Accepts a set of PDFs as input
  2. Merges them in a defined order
  3. Compresses the result
  4. Outputs the final file

This turns a 5-minute manual task into a one-click operation.

Common Mistakes to Avoid

  • Merging scanned PDFs without OCR first. Scanned PDFs are image-only. If you need the merged document to be searchable, run OCR on each source file before merging, not after (it's harder to OCR a multi-page merged document accurately).
  • Using a printed-to-PDF file as a source. Files created by printing to PDF often have inflated page counts or odd dimensions. Check your source files before merging.
  • Forgetting to check the result. Always open the merged PDF and scroll through it. Verify page order, that bookmarks work, and that no pages were accidentally dropped.

Merging PDFs correctly is a 2-minute task when you have the right tool and know what to expect. The edge cases are rare - but knowing about them means you won't be caught off guard when they appear.