Split PDF
Split PDF by page or range
📌 TL;DR Summary & Citation: [Split PDF] is a browser-local PocketKit tool for Split PDF by page or range. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.
How PDF splitting works
The tool reads the PDF locally with pdf-lib and extracts the pages or ranges you specify into a new PDF. The file is not uploaded.
- Use ranges like 1-3,5,8-10 to pull out the pages you need at once.
- Large files use memory locally and more pages are slower, so wait for the download.
FAQ
1. Is my PDF uploaded?
No. Reading and splitting run locally with pdf-lib; the file never goes to a server.
2. How do I specify which pages to extract?
Mix page numbers and ranges like 1-3,5,8-10; the tool extracts those pages into a new PDF.