EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

PDF結合

複数のPDFファイルを1つにまとめる

PDFファイルをアップロード

Drag & drop or click to select (max 20)

使い方

1

2つ以上のPDFファイルをアップロード

2

必要に応じてドラッグしてファイルの順序を変更

3

結合をクリックして1つのPDFにまとめる

よくある質問

関連ツール

こんな方におすすめ

  • レポートや書類を結合するオフィスワーカー
  • ノートや課題をまとめる学生
  • 複数のPDFを1つのファイルにまとめたい方

EllyToolsが選ばれる理由

100%無料&無制限

登録不要、制限なし。何度でもお使いいただけます。

プライバシー最優先

すべての処理はブラウザ内で行われます。ファイルがデバイスの外に出ることはありません。

インストール不要

デスクトップ、タブレット、スマートフォンなど、あらゆるデバイスのブラウザで直接動作します。

高速&安定

最新のブラウザ技術による即座の結果。

PDF Merge Guide: Combining Documents Without Losing Quality, Bookmarks, or Searchable Text

Merging PDFs sounds straightforward — append page B to page A — but a good merge preserves embedded fonts, hyperlinks, bookmarks, OCR-searchable text, and form fields. A bad merge silently strips them. This guide covers what's at stake, how browser-based merging works, and when to reach for desktop software instead.

PDFs are a container format. A single PDF can hold pages with vector text, raster images, embedded fonts, hyperlinks, an outline tree (bookmarks), digital signatures, fillable forms, attached files, and per-document metadata. When you merge two PDFs, every one of those pieces has to be carried over correctly or the result is degraded.

EllyTools' PDF merge runs entirely in your browser using the pdf-lib library. That means your documents never leave your device — useful when the documents contain confidential information you don't want to upload to a third-party server. The trade-off is that browser-based PDF tools occasionally lag behind desktop software on the most exotic features (digital signature preservation, complex form merging) — but for the typical merge, the result is identical.

What gets preserved during a merge

Modern PDF merge libraries (including the one behind this tool) preserve nearly everything that matters for everyday use: page layout, embedded fonts, vector text, raster images, hyperlinks within pages, page rotation, and document metadata. Bookmarks (the outline tree) are preserved per source document and concatenated in the output.

Some advanced features can be lost: digital signatures are intentionally invalidated by any change to the document (that's how signatures work — they sign a specific byte stream). Fillable form fields with the same field name across documents can collide. Annotations like highlights and comments are usually preserved. JavaScript actions embedded in PDFs are preserved but rarely used in everyday documents.

Things you can do in a merge tool

Reorder pages before merge
Drag-and-drop the source files into the order you want them combined. The output is the concatenation in that order.
Reorder pages within a file
More advanced: pull individual pages out of one file and intersperse them with another. EllyTools merges whole documents — for per-page operations use PDF Split first.
Add blank pages between documents
Sometimes useful for printing two-sided where each chapter should start on a right-hand page.
Remove or skip pages
If you only need pages 5–10 from a 50-page source, split first, then merge. EllyTools Split tool handles this.

How to merge PDFs in this tool

  1. 1

    Drag and drop the PDFs you want combined

    You can also click to browse. Each file appears as a thumbnail in the order you added them.

  2. 2

    Reorder by drag-and-drop if needed

    The final PDF concatenates files in the order shown — drag thumbnails to rearrange.

  3. 3

    Click Merge

    Processing happens entirely in your browser. Larger files take a few seconds; very large (100+ page) merges may take 10–30 seconds on slow devices.

  4. 4

    Download the combined PDF

    The output file is named 'merged.pdf' by default. Rename as needed.

Common merge use cases

  • Combining a cover letter, résumé, and references into one application packet.
  • Merging scanned receipts for an expense report.
  • Compiling a multi-section project deliverable from team members' separate sections.
  • Joining tax forms with their supporting schedules.
  • Putting together a training manual from multiple chapter PDFs.

When you should use desktop software instead

Browser-based PDF merging is the right tool 95% of the time. The 5% where dedicated desktop software (Adobe Acrobat Pro, PDFsam, Foxit) wins out:

Very large files — anything over 200–300 MB or 1,000+ pages can hit browser memory limits. Desktop tools stream from disk and handle these without trouble. Digital-signature workflows where you need to preserve or re-sign signatures at the document level. Form-heavy PDFs with many fillable fields that need to remain editable across the merged output. Batch-merging hundreds of files in scripted workflows — better handled by command-line tools like pdftk or qpdf.

Extended FAQ

Are my PDFs uploaded to a server?

No. EllyTools' PDF merge runs entirely in your browser using pdf-lib. Your documents never leave your device. You can verify this by opening the browser's Network tab and watching for outbound traffic during the merge — there is none.

Is there a file size limit?

Practical limits are set by your browser's memory. Most modern browsers can handle several hundred megabytes of combined input without issue. If a merge fails on very large files, try splitting them into smaller batches.

Will my bookmarks survive the merge?

Yes. Each source document's bookmarks are preserved and appear under their corresponding section in the merged output. Top-level bookmarks may be re-rooted to the new document hierarchy.

Why does my merged PDF look slightly different?

Most often this is a rendering difference, not a real change. Different PDF viewers (browser, Adobe Reader, macOS Preview) render fonts and anti-aliasing slightly differently. The underlying file is identical; the display varies.

Can I merge encrypted / password-protected PDFs?

You'll need to remove the password first using a separate tool. Encrypted PDFs cannot be modified — including merged — without first being decrypted.