• アップロード無し
  • ローカル処理
  • オフライン対応
  • 自動クリーンアップ
外部リクエスト 0 件

pages / 結合

結合

複数の PDF を 1 つにまとめます。

PDF をファイルトレイに追加してください。

方法論と技術的透明性

使用ライブラリ

  • pdf-lib — PDF構築・編集のコアロジック
  • pdf.js — PDFレンダリングとページラスタライズ

メモリ管理戦略

各操作完了後、URL.revokeObjectURL()を即座に呼び出します。pdf.jsのドキュメントハンドルはpdfDoc.destroy()で破棄され、Workerはコンポーネントのアンマウント時または処理完了時に終了されます。

ファイルを保存しないため、恒久的な保存は保証されません。パスワード保護されたPDFのローカル処理はサポートされていません。

Key Features

  • Page-level control

    Drag thumbnail previews to reorder or delete individual pages from any file before merging.

  • No file count limit

    Add as many PDFs as your device memory allows — there is no server-side restriction.

  • 100% private

    Processing runs in a Web Worker inside your browser. No file data ever leaves your device.

Common Use Cases

Ideal for assembling multi-chapter reports, consolidating signed contracts from multiple parties, or packaging travel and immigration documents into a single submission.

Frequently Asked Questions

Are my files kept private?
Yes. Everything runs locally using pdf-lib. No file content is sent to any server.
How many PDFs can I merge at once?
There is no hard limit. The constraint is your device's available RAM. Dozens of typical-sized PDFs work without issue.
Does it work offline?
Yes. Once the page loads, a Service Worker caches the tool so it works fully offline.