Skip to main content

ページ削除

PDFファイルから不要なページを削除。特定のページを簡単に選択して削除。

Upload PDF File

Drag and drop a PDF file here, or click to browse.

開発者 API

API で利用可能

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

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

このツールについて

ページ削除を使用すると、PDFドキュメントから不要なページを素早く簡単に削除できます。空白ページ、古いコンテンツ、機密情報を削除する必要がある場合、このツールで簡単にできます。

ビジュアルページサムネイルにより、削除するページを正確に識別できます。個別のページまたは複数のページを一度に削除できます。

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

使い方

  1. PDFをアップロード

    PDFファイルをドラッグ&ドロップするか、クリックしてページを削除したいドキュメントを選択します。

  2. 削除するページを選択

    ページサムネイルをクリックして削除対象としてマークするか、入力フィールドにページ番号を入力します。

  3. 削除してダウンロード

    削除をクリックして選択したページを削除し、更新されたPDFをダウンロードします。

活用シーン

空白ページの削除

誤って含まれた空白ページを削除してドキュメントをクリーンアップします。

機密コンテンツの削除

ドキュメントを共有する前に機密情報を含むページを削除します。

ドキュメントの合理化

古いまたは無関係なページを削除して、より焦点を絞ったドキュメントを作成します。

Practical guide

Why choose local processing?

  • PDF page sets 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 a cleaner PDF 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 a cleaner PDF.
  • 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 remove unwanted pages with the PDF Tools API. Each successful request uses 1 Credit, and every signed-in user receives 100 free API Credits each month.

よくある質問

削除したページを復元できますか?

出力ファイルでの削除は永久的です。後でページが必要になる可能性がある場合は、元のドキュメントのバックアップを保持してください。

複数のページを一度に削除できますか?

はい、複数のページを同時に選択して削除できます。

ページを削除するとブックマークに影響しますか?

削除されたページを指すブックマークは削除されます。残りのページへのブックマークは保持されます。