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

pages / 分割

分割

ページ範囲または N ページごとに分割します。

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

方法論と技術的透明性

使用ライブラリ

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

メモリ管理戦略

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

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

Key Features

  • Flexible page ranges

    Specify exact ranges like 1-3, 5, 7-9 — each range becomes a separate output PDF.

  • Uniform splits

    Use 'Every N pages' mode to divide a long document into equal-sized sections automatically.

  • Multi-part ZIP

    When splitting into more than one part, all output files are packaged into a single ZIP for easy download.

Common Use Cases

Perfect for extracting specific chapters from a report, separating invoice pages from a multi-client statement, or distributing only relevant sections to each recipient.

Frequently Asked Questions

How do I specify page ranges?
Enter comma-separated ranges using dashes for spans, for example: 1-3, 5, 8-10. The tool validates the input and highlights errors.
Does splitting reduce PDF quality?
No. The output pages are identical to the originals — no re-rendering or quality loss occurs.
Can I split a PDF into one page per file?
Yes. Set 'Every N pages' to 1 to produce one PDF per page.