Remove PDF Pages
Drag or click to upload a PDF file.
Click or drag to upload PDF
Pure local processing, no browser for files
Enter page numbers or ranges to delete, e.g. 2,4-6.
Free online PDF page remover for deleting specific pages or page ranges from a PDF. Supports single pages, continuous ranges, non-consecutive pages, and odd or even pages while preserving the original layout and clarity with local pdf-lib processing in the browser.
Related
What Is PDF Page Removal?
PDF page removal means deleting selected pages or page ranges from a PDF and exporting a new PDF that keeps every remaining page. Unlike splitting, page removal is a forward exclusion workflow: you choose the pages to discard, and everything else stays in one file.
**Difference from split / extract:** ① Split creates multiple files. ② Extract creates one new PDF that keeps the selected pages. ③ Remove creates one new PDF that excludes the selected pages. Removal is a negative selection workflow.
**Typical use cases:** ① remove blank, ad, or copyright pages from a PDF; ② delete a clause page from a contract while keeping the rest; ③ remove duplicate scanned pages; ④ remove score sheets from assessment documents while keeping the questions; ⑤ remove appendices from a paper while keeping the main body.
**Core advantage:** Based on pdf-lib, the tool edits PDF page objects directly instead of re-rendering or recompressing the file, so the remaining pages keep the same quality as the original document.
Use Cases
- Remove blank pages, ad pages, or copyright notices from a PDF in one pass
- Delete duplicate scanned pages, such as repeated front and back ID scans
- Remove a clause page from a contract while keeping the rest intact
- Delete appendices from a paper while preserving the main content
- Remove grading pages from an assessment document before sharing it with students
- Delete watermark pages or experimental process screenshots embedded in a PDF
How to Use
- Upload the PDF file whose pages you want to remove, with batch upload support
- Choose a removal mode such as continuous range, non-consecutive pages, odd/even, or custom
- Enter the pages to remove, for example 1,3,5-10
- Start the removal process and download the PDF with those pages deleted
Features
- 4 removal modes: single page, continuous range, non-consecutive pages, and odd/even pages
- Batch processing: upload multiple PDFs at once and export a ZIP
- Pure front-end local processing powered by pdf-lib, so files never leave your device
- Lossless page removal without re-rendering or recompressing the document
- Smart blank page detection for scanned PDFs
- Bookmark adaptation that adjusts bookmark targets after page removal
- Page index synchronization to keep links and annotations pointing to the correct pages
FAQ
How do I remove certain pages from a PDF?
Upload the PDF, choose a removal mode, and enter the page numbers to delete. Single pages, continuous ranges, non-consecutive pages, and odd or even pages are supported. After processing, you can download a new PDF that keeps the remaining pages only.
Which removal methods are supported?
The tool supports 4 common methods: ① single page such as 5; ② continuous range such as 3-8; ③ non-consecutive pages such as 2,5,9; ④ odd pages such as 1,3,5; ⑤ even pages such as 2,4,6. You can also combine expressions like 1-3,7,10.
Will removing pages affect PDF quality?
No. The tool uses pdf-lib to manipulate PDF page objects directly. It removes only the selected pages while keeping the remaining pages, fonts, links, and forms at their original quality. It is similar to deleting slides from a presentation instead of rasterizing the whole file.
Will PDF bookmarks break after page removal?
The tool can adjust bookmark targets after page removal. If a bookmark originally pointed to page 5 and that page is deleted, the bookmark can shift to the new page order. In rare edge cases some links may still need manual checking, so verify important bookmarks after processing.
Can it detect and remove blank pages automatically?
Yes. You can enable automatic blank-page cleanup so the tool scans the document and removes pages that appear visually empty. This is useful for scanned PDFs with extra blank sheets.
What happens to links on the remaining pages?
The tool tries to keep cross-page links and references aligned with the new page order. If a link pointed to a deleted page, it may become empty or disappear, so it is a good idea to verify critical links after large cleanup jobs.
Can I undo removed pages later?
No. If you remove the wrong pages, upload the original PDF again and repeat the task. If you want a backup first, use /pdf/extract-pages/ to save the pages you may need.
Are my PDFs uploaded to a server?
No. All page removal runs locally in your browser with pdf-lib, so your files do not leave your device. Refreshing or closing the page clears the working data.
Troubleshooting
Some links no longer work after page removal
Possible reasons: 1) a cross-page link pointed to a deleted page; 2) another PDF tool ignored internal page relationships. After large page deletions, verify important links. This tool tries to adjust references whenever possible.
Blank page detection removed the wrong page
Blank page detection is based on a very low visible-content threshold. In rare cases it may misidentify lightly decorated divider pages as blank. Review the result before sharing.
Bookmarks still open a blank page
Your PDF reader may have cached old bookmark targets. Refresh or reopen the PDF, or rebuild bookmarks with a desktop PDF tool if needed.
Removal failed on an encrypted PDF
Use /pdf/decrypt/ to remove the password first, then run page removal again.
Glossary
- pdf-lib
- An open-source JavaScript PDF library. This tool uses its removePage method for lossless deletion.
- Page range
- The set of page numbers to remove. Supports continuous ranges like 1-5, non-consecutive pages like 1,3,5, and odd/even patterns.
- Odd / even pages
- Remove all odd pages such as 1,3,5 or all even pages such as 2,4,6 with one click. Useful for scanned double-sided files or cleanup tasks.
- Blank page detection
- The tool can identify visually blank or almost all-white pages to help remove unnecessary blank pages from scanned PDFs.
- Bookmark preservation
- PDF bookmarks, or outlines, are the table of contents shown in the sidebar. When pages are removed, bookmark targets can be adjusted so they do not point to deleted pages.
- Page object reference
- References from links, annotations, or other PDF objects to specific pages. Professional tools adjust these references after page deletion.
PDF Remove vs Extract vs Split
Understand the difference between removing pages, extracting pages, and splitting a PDF so you can choose the right tool.
| Tool | Rule | Output | Typical use case |
|---|---|---|---|
This tool (remove) | Exclude selected pages | 1 PDF | Delete a cover or ad pages |
Extract pages | Keep only selected pages | 1 PDF | Trim down PDF content |
Split by range | Split selected ranges into multiple files | N PDFs (ZIP) | Distribute chapters separately |
Split every page | One file per page | Page count PDFs (ZIP) | Scans or textbooks by page |
8 Input Formats for PDF Page Removal
Multiple page-input formats are supported to cover all common removal scenarios.
| Removal mode | Input format | Example | Typical use case |
|---|---|---|---|
| Single page | 5 | 5 | Delete one page |
| Continuous range | 3-8 | 3-8 | Delete several consecutive pages |
| Non-consecutive pages | 2,5,9 | 2,5,9 | Delete scattered pages |
| Odd pages | odd | 1,3,5... | Delete all odd pages |
| Even pages | even | 2,4,6... | Delete all even pages |
| Mixed input | 1-3,7,10-12 | 1-3,7,10-12 | Complex multi-part cleanup |
| First N pages | first-3 | 1,2,3 | Remove cover and foreword |
| Last N pages | last-3 | Last 3 pages | Remove appendices |
5 Practical PDF Page Removal Scenarios
Covers common real-world use cases such as scans, contracts, textbooks, and assessments.
| Scenario | Recommended mode | Core value |
|---|---|---|
| Remove a contract clause page | Non-consecutive single pages | Keep the main contract terms |
| Clean blank pages from scans | Smart blank page detection | Remove redundant scanned sheets in one click |
| Remove cover and foreword from a textbook | First N pages | Better for classroom distribution |
| Remove appendices from a paper | Last N pages | Create a lean submission version |
| Remove grading pages and keep the questions | Odd / even pages | Prepare separate student and teacher versions |