PDF Merge & Split PDF Merge & Split
Add to Chrome — Free

PDF Merge & Split Blog

PDF Merge vs PDF Append: What's the Difference?

Updated March 2026 · 5 min read

Quick Answer In everyday usage, "merge" and "append" both mean combining PDFs into one file. The practical distinction: append = add all pages of document B to the end of document A (sequential). Merge (interleaved) = alternate pages from documents A and B (A-page-1, B-page-1, A-page-2, B-page-2…). Most tools implement append; interleaved merging requires specialized tools like pdftk.
📋 Table of Contents
📋 Table of Contents

If you have been confused by PDF tools using "merge" and "append" interchangeably — or by tools that define them differently — this guide clarifies the terminology and explains when each operation is actually useful.

Merge or Append PDFs — Free

PDF Merge & Split handles sequential combination (append) for any number of files.

Add to Chrome — Free


The Confusion Around Terminology

The PDF specification does not define "merge" as a specific operation. Different tools use the term differently:

Context How "merge" is used
Consumer tools (PDF Merge & Split, Smallpdf, etc.) Sequential joining: all pages of file 1, then all pages of file 2, etc.
pdftk documentation Distinguishes "cat" (sequential) from "shuffle" (interleaved)
Python pdf libraries PdfMerger class does sequential concatenation
Adobe Acrobat "Merge Files" = sequential join
Some enterprise tools "Append" = add to existing file; "merge" = interleave


Sequential Joining (What Most Tools Do)

When you use PDF Merge & Split, Adobe Acrobat, macOS Preview, or Ghostscript to "merge" PDFs, what actually happens is sequential joining:

This is what virtually all users want 99% of the time. Combine a cover letter (1 page) + resume (2 pages) + references (1 page) = 4-page document in sequence.

Sequential merge with PDF Merge & Split

  1. Install the extension and open it.
  2. Add your files in the desired order.
  3. Click Merge — output is all pages of file 1, then file 2, etc.


Interleaved Merging (The Less Common Case)

Interleaved merging alternates pages from two documents:

When is interleaved merging actually useful?

Double-sided scanning without a duplex scanner: Many scanners scan only one side at a time. To scan a double-sided document:

  1. Scan all odd-numbered pages (front sides) → odd-pages.pdf
  2. Flip the paper stack and scan all even-numbered pages (back sides, in reverse order) → even-pages-reversed.pdf
  3. Interleave: odd-pages.pdf with the reversed even-pages-reversed.pdf to get the correct page sequence

How to interleave with pdftk

# Interleave pages from two documents
pdftk A=odd-pages.pdf B=even-pages.pdf shuffle A B output combined.pdf

# Interleave with even pages in reverse order
pdftk A=odd-pages.pdf B=even-pages-reversed.pdf shuffle A Bend output combined.pdf
pdftk shuffle syntax: Bend means "pages of B in reverse order." This handles the case where the even pages were scanned from back to front.


Appending vs Creating a New File

Some tools offer an "append" mode that adds pages to an existing PDF file, rather than creating a new merged file. This distinction matters in some workflows:

For most users, creating a new file is the correct approach — it preserves your originals and gives you a clean combined output.



What About Metadata and Bookmarks During Merge?

When you merge two PDFs with document metadata (title, author, keywords) and bookmarks:

Element What happens during sequential merge
Document metadata (title, author) Typically taken from the first document; second document's metadata is discarded
Bookmarks/outline Usually dropped in basic tools; preserved in Adobe Acrobat Pro
Page content Always preserved exactly as-is
Embedded fonts Preserved per page
Form fields Preserved in the pages; field names may conflict if same names exist in both documents

Merge (Append) PDFs — Free, Local, Private

Sequential merging for any number of PDF files. Nothing uploaded.

Install PDF Merge & Split


Related Guides



Frequently Asked Questions

What is the difference between merging and appending a PDF?

In common usage, they mean the same thing. However, technically: "append" = add pages sequentially to the end. "Merge (interleaved)" = alternate pages from two documents. Most tools implement sequential appending when they say "merge."

When would I merge PDFs in an interleaved way?

Interleaved merging is useful for double-sided scanning — you scan odd pages in one pass and even pages in another, then interleave them to produce a correctly ordered document.

Does PDF Merge & Split support interleaved merging?

PDF Merge & Split supports sequential merging (appending). For interleaved merging, use pdftk with the shuffle operation: pdftk A=odd.pdf B=even.pdf shuffle A B output merged.pdf

What is the difference between merge and concatenate in PDF libraries?

"Concatenate" typically means simple sequential joining. "Merge" in some libraries refers to a more complex operation combining document structures and metadata. For most practical purposes, concatenation is what users need.

Which is faster: merge or append for large PDFs?

For simple sequential combination, performance is essentially the same. File size does not change between the two approaches.

More Free Chrome Tools by Peak Productivity

Bulk Image Downloader
Bulk Image Downloader
Download all images from any page
Pomodoro Technique Timer
Pomodoro Technique Timer
25-minute focus timer with breaks
YouTube Looper Pro
YouTube Looper Pro
Loop any section of a YouTube video
Citation Generator
Citation Generator
Generate APA/MLA/Chicago citations
WebP to JPG/PNG
WebP to JPG/PNG
Convert WebP images to JPG/PNG
Auto Refresh Ultra
Auto Refresh Ultra
Auto-refresh pages at custom intervals