pdf
merge
guide
workflow

How to Merge PDF Files: Order, Page Sizes and What Survives

Jawad Zaheer KyaniUpdated

Combining PDFs is easy; getting a clean result takes a little planning. Ordering, mixed page sizes, links and forms, and file size all matter.

Merging PDFs sounds like a one-click job, and technically it is. You add the files, press a button and get one document back. The trouble starts afterwards: pages in the wrong order, one file that is landscape while the rest are portrait, a table of contents whose links no longer work, or a combined file far larger than you expected. This guide covers what a merge actually does, so you can prepare your files and check the result instead of hoping.

What a merge really does

A PDF merge creates a new, empty document and copies the pages of each source file into it, one file after another, in the order you chose. The Merge PDF tool does exactly this in your browser using the pdf-lib library: it reads each file, copies all of its pages into the new document, and saves the result as merged.pdf. The files are read locally and are not uploaded anywhere for this job.

That description explains most of what follows. A merge copies pages. It does not try to reconcile the documents with each other, so anything that belongs to the document as a whole rather than to a single page is the part most likely to be lost or changed.

Using the tool

The tool accepts PDF files only, and up to 200 files in one go. After you add them, they appear as a list. You can drag an item up or down to change its position, click an item to see a page preview, remove a single file, or clear the whole list. The button label tells you how many files it will combine, for example Merge 3 PDFs, and the output is one file named merged.pdf.

The order of that list is the order of the output. There is no separate step to reorder pages afterwards, so spend a moment on the list before you press the button.

Get the order right before you merge

Ordering mistakes are the most common reason people merge twice. A few habits help:

  • Rename files with numeric prefixes such as 01-cover, 02-summary, 03-appendix before adding them. Even if the order in your file picker is not what you expect, the names tell you at a glance.
  • Check the preview of each item, especially scans, which are often named by the scanner (scan0004.pdf) and easy to confuse.
  • Decide where each document goes as a whole. The merge tool orders files, not individual pages. If one file needs its pages interleaved with another, merge first and then use Reorder PDF Pages on the result.

If you notice a wrong order after merging, do not start over unless the mistake is large. Reordering the merged file is usually quicker.

Mixed page sizes and orientations

Each copied page keeps its own dimensions. If you merge an A4 report with a US Letter invoice and a landscape chart, you get a document whose pages are three different sizes. Nothing is cropped or stretched, but viewers and printers may behave differently: some scale each page to fit, some show pages at different widths as you scroll, and a print job may switch trays or shrink pages unpredictably.

What to do depends on where the file is going:

  • Reading on screen: mixed sizes are usually fine.
  • Printing or submitting to a portal that expects one size: normalise first with the PDF Page Size Converter, which scales page content to fit the new size and centres it.
  • A single page facing the wrong way: fix it with Rotate PDF rather than changing the source.

What may not survive a merge

Because pages are copied one by one into a fresh document, some document-level features are not guaranteed to carry over. These are the things to check, not statements that they always fail:

FeatureWhat to expect
Page content (text, images, vector graphics)Copied with the page
Bookmarks and outlineBelong to the whole document; do not assume they are kept, and rebuild them if you need them
Links between pages of the same fileInternal links may point to pages that are no longer where they were, so test them
Form fieldsFillable fields are a document-level structure; they may not remain interactive, and fields with the same name in two files can clash
Document title, author and other metadataThe merged file is a new document, so expect it not to inherit these
Page numbers printed in the contentStay as printed, so numbering will restart at each source file

If you need a form that stays fillable, or a navigable table of contents, merge a copy and open the result in a viewer to confirm before you rely on it. If you only need the appearance of a form to be preserved, Flatten PDF turns fields into static content, which makes their look permanent, at the cost of no longer being editable.

For continuous page numbering across the merged file, add numbers after merging with Add Page Numbers instead of relying on numbers printed in the sources.

File size after merging

The merged file is roughly the sum of its parts. Each source brings its own images and embedded fonts, and merging does not compress them or share fonts between files, so a merge of ten 5 MB PDFs is likely to land somewhere near 50 MB, give or take structural overhead. If the result is too big for an email or a form, merging is not the problem, and the fix is on the images. See our guide to compressing PDFs without losing quality for the honest options, since the Compress PDF tool here only strips metadata and re-saves.

When to split or extract instead

Merging is the right tool when you have several finished documents that belong together. It is the wrong tool in a few common cases:

  • You want only some pages from a long document: use Extract PDF Pages rather than merging the whole file and deleting later.
  • You have one big PDF and need several smaller ones, for example one per chapter: use Split PDF.
  • You have images rather than PDFs: convert them to a PDF first with JPG to PDF, then merge.

A useful pattern for a long application pack is to extract the pages you need from each source first, then merge only those. The result is smaller and you never have to delete pages from a huge file.

A merge checklist

  • Rename or sort the source files so the intended order is obvious.
  • Look at each file's preview to confirm it is the right document and the right way up.
  • Add the files, drag them into final order and check the count on the button.
  • Merge, then open merged.pdf and scroll through every page, not just the first.
  • Check page sizes, orientation, links, bookmarks and any form fields you care about.
  • Add page numbers or fix orientation on the merged file if needed.
  • Keep the original files until you have confirmed the result is right.

That last step is the cheap insurance. The merged file is a new document, and the sources are your only route back if something did not carry over the way you assumed.