TheTools.World tool

Delete PDF pages online

Remove specific pages from a PDF by entering their page numbers or ranges. The remaining pages are combined into a new file in their original order, without touching the pages you didn't select.

Delete pages

Remove specific pages from a PDF by entering their page numbers or ranges. The remaining pages are combined into a new file in their original order, without touching the pages you didn't select.

How to delete pages from a PDF

  1. Choose a PDF file.
  2. Check the total page count shown after the file loads.
  3. Enter the page numbers or ranges to delete, like 2,4-6.
  4. Click Delete pages.
  5. Check the resulting page count and preview before downloading to confirm the right pages were removed.

At least one page must remain; a range that would delete every page in the document is rejected with a clear error rather than producing an empty file.

What this does and how it works

This tool reads your source PDF, figures out which page numbers you listed for deletion, and removes exactly those pages from the document, keeping every other page in its original order. Internally, pages are removed from highest page number to lowest, which avoids the common off-by-one bug where deleting an earlier page shifts the position of every page after it before the next deletion is applied.

Best practices

Common mistakes to avoid

Real-world use cases

Supported formats

Input: a single standard, non-encrypted PDF file. Output: the same PDF with the specified pages removed and remaining pages renumbered continuously. If most of the document is unwanted and only a few pages should survive, extract PDF pages is often faster than listing everything to delete.

Worked example: removing 2 blank pages from an 8-page scan

An 8-page scanned document has blank pages at positions 3 and 7 (left blank intentionally by the scanner between sections). Entering "3,7" removes both, leaving a 6-page document with the remaining pages renumbered 1 through 6 in their original relative order.

Original pageContentActionNew page number
1CoverKept1
2Section AKept2
3BlankDeleted
4Section BKept3
5-6Section B (cont.)Kept4-5
7BlankDeleted
8Section CKept6

Limitations

This tool cannot open password-protected or encrypted PDFs. It requires at least one page to remain; a request to delete every page is rejected. Deletion is based on page position, not page content, so it cannot automatically detect "which pages are blank" or "which pages contain a signature" on its own — you choose the page numbers.

Deleting pages vs. redacting content

Deleting a page removes the entire page from the document; it is not the same as redacting or blacking out part of a page's content while keeping the rest of that page. If a page has both content you need to keep and a section you need to remove, deleting the whole page is the wrong tool — you would need to edit that page's content directly in a PDF editor, or recreate that page from its original source with the sensitive part left out, before combining it back with the rest of the document using merge PDF. This tool works at the whole-page level only, which is by far the more common need (removing a blank, duplicate, or entirely unwanted page).

Privacy

Your PDF is read and edited locally in your browser using the pdf-lib JavaScript library loaded from this site. Files are not uploaded to a server. See the privacy policy for full detail.

Troubleshooting

Conclusion

Use this tool to remove specific pages from a PDF while keeping everything else intact and in order. To keep only certain pages instead of removing a few, use extract PDF pages; to change page order rather than remove pages, use reorder PDF pages.

FAQ

Can I delete every page in the document?

No. At least one page must remain after deletion; a request that would remove every page is rejected with an error.

Do page numbers refer to printed page labels or file position?

File position. Page 1 is always the first page in the file, regardless of any page number printed on the page itself.

What happens to the pages I don't delete?

They are kept in their original relative order and renumbered continuously in the resulting file.

Can this tool black out or redact part of a page instead of deleting the whole page?

No. This tool removes entire pages only. Partial-page redaction needs a different editing approach applied to that page's content directly.

Is my PDF uploaded anywhere?

No. Deletion happens locally in your browser. Files are not sent to a server.