Skip to main content

PDF分割

PDFファイルを複数のドキュメントに分割。特定のページを抽出またはページ範囲で分割。

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

PDFファイルをドラッグ&ドロップするか、クリックして参照。

開発者 API

API で利用可能

PDF Tools API でこの PDF ワークフローを自動化できます。成功したリクエストごとに 1 Credit を消費し、処理に失敗した場合は自動的に返還されます。

/api/external/pdf-tools/split-pdf成功リクエストごとに 1 Credit出力: result.zip
curl -X POST https://itextmaster.com/api/external/pdf-tools/split-pdf \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"mode":"ranges","ranges":[{"start":1,"end":2},{"start":3,"end":5}]}' \
  --output result.zip

このツールについて

PDF分割を使用すると、1つのPDFドキュメントを複数の小さなファイルに分割できます。特定の章の抽出、結合されたドキュメントの分離、複数ページのPDFから個別のファイルを作成するのに最適です。

特定のページ範囲で分割、個別のページを抽出、または一定間隔でドキュメントを分割できます。ツールはページのビジュアルプレビューを提供し、必要なものを正確に選択しやすくなっています。

すべての処理はブラウザ内でローカルに行われ、ドキュメントのプライバシーとセキュリティが確保されます。

使い方

  1. PDFをアップロード

    PDFファイルをドラッグ&ドロップするか、クリックして分割したいファイルを選択します。

  2. 分割方法を選択

    分割方法を選択:ページ範囲、特定のページを抽出、または一定間隔で分割。

  3. ページ範囲を定義

    抽出したいページ番号または範囲を入力します(例:1-5, 8, 10-15)。

  4. 分割してダウンロード

    分割をクリックして新しいPDFファイルを作成し、個別にまたはZIPアーカイブとしてダウンロードします。

活用シーン

章の抽出

本やマニュアルを個別の章に分割し、読みやすさや配布を容易にします。

結合スキャンの分離

バッチスキャンされたドキュメントを各元のドキュメントの個別ファイルに分割します。

配布資料の作成

プレゼンテーションから特定のスライドやページを抽出して、焦点を絞った配布資料を作成します。

Practical guide

Why choose local processing?

  • Multi-page PDFs can contain contracts, invoices, identity details, or internal business information, so keeping processing in the browser reduces exposure.
  • The website tool is free to use with no usage limits and does not require sign-in.
  • Local processing also keeps iteration fast: adjust options, preview the result, and export separate PDF files without waiting for an upload queue.

Best files for this tool

  • Best for PDF files that open correctly in a modern browser and are not intentionally damaged or restricted.
  • Works well for everyday business, school, legal, finance, and personal documents where you need separate PDF files.
  • For very large files, close unused tabs and process one batch at a time so the browser has enough memory.

Common limitations

  • Encrypted or permission-restricted PDFs may need to be unlocked before processing.
  • Scanned pages, unusual fonts, complex layers, and damaged files can reduce accuracy or processing speed.
  • Browser memory and device performance matter more for local tools than for upload-based services.

Local processing vs upload-based tools

  • Local tools keep routine website processing on your device, while upload-based tools send files to a remote server.
  • Upload-based services can move heavy work off your computer, but they add transfer time and require trusting a server with your files.
  • Use the API when you intentionally need server-side automation; use the website when you want private manual processing.

What to do if processing fails

  • Try a smaller file, a shorter page range, or one file at a time if the browser runs out of memory.
  • If a PDF is encrypted, damaged, or restricted, unlock or repair it first and then retry the workflow.
  • If the output looks wrong, check whether the source file uses scans, complex transparency, form fields, or unsupported embedded objects.

API automation

Automate split or extract pages with the PDF Tools API. Each successful request uses 1 Credit, and every signed-in user receives 100 free API Credits each month.

よくある質問

PDFを個別のページに分割できますか?

はい、「すべてのページを分割」オプションを選択することで、PDFを個別の単一ページファイルに分割できます。

分割時にブックマークはどうなりますか?

抽出されたページ範囲内にあるブックマークは、結果のPDFファイルに保持されます。

パスワード保護されたPDFを分割できますか?

分割前にPDF復号化ツールを使用してPDFを復号化する必要があります。