Back to catalog
Remove PDF pages
Drop pages or ranges from a PDF and download the document without them.
ActiveDocumentsFree
Loading tool...
Embeddable code: coming soon
Coming soon: this section will be available when the tool moves to its next phase.
API: coming soon
An endpoint to use this tool from your backend; not available yet. Meanwhile, the Embeddable code runs in your browser with no server.
Remove PDF pages takes a list of pages and ranges (e.g. 1,3-5,8) and produces a new PDF without them.
How to use
- Upload the PDF.
- Enter the pages to remove (e.g. "1,3-5,8").
- Download the resulting PDF.
Use cases
- Drop cover sheets, ads, or blank pages.
- Clean up a scan before sharing it.
Limits
- Max PDF size: 50 MB.
- You can't remove every page: the result always has at least one page.
- Out-of-range pages are validated and flagged before processing.
Privacy
The file is processed in your browser — we don't upload it to Modulaq.
Common errors
- Invalid range: check the syntax (numbers separated by commas, ranges with dashes).
- Attempt to remove every page: at least one must remain.
Technical notes
- Uses pdf-lib and reuses the catalog's range parser.
Related tools
Technical details
- ID
- remove-pdf-pages
- Slug
- /en/tools/remove-pdf-pages
- Backend
- Not required
- AI
- Not required
- API
- Planned