Extract PDF Pages
Drop a PDF, then either type a range like "1-3, 7, 9-12" or click the page thumbnails to pick pages. They are extracted into one new PDF, in your browser.
Drop a PDF here or click to browse
Extracted on your device — never uploaded
Click any page below to add or remove it.
The most common PDF request there is: a portal wants pages 12 to 14 of a 40-page bank statement. Extraction pulls the pages you choose into a single new document, in the order you specify — which means you can also reorder while extracting by typing "5, 1, 3".
Features
- Type a range, or click thumbnails to select visually
- Range syntax: 1-3, 7, 9-12 — and reverse ranges like 9-5
- Order is preserved as typed, so you can reorder while extracting
- Live preview of exactly which pages you will get
- Lossless
- Client-side only
How to use the Extract PDF Pages
- Drop your PDF — thumbnails of every page appear.
- Click pages to select them, or type a range in the box.
- Check the count of selected pages.
- Extract and download.
Why use this tool
Because "just send pages 12 to 14" should not require a subscription, an account, or uploading your statement to a stranger.
Frequently asked questions
How do I write a page range?
Comma-separated, hyphens for ranges: "1-3, 7, 9-12" gives pages 1, 2, 3, 7, 9, 10, 11 and 12. Pages are numbered from 1 as displayed in your reader. Order is preserved exactly as you type it, so "5, 1" puts page 5 first — you can reorder and extract in one step. Reverse ranges work too: "9-5" gives 9, 8, 7, 6, 5.
Are my PDFs uploaded to a server?
No. The file is read with FileReader, processed by pdf-lib inside your browser tab, and written back out as a download. There are no network requests. You can verify this yourself: open your browser's developer tools, go to the Network tab, and run the tool — you will see the library load once from a CDN and nothing else. This matters because the documents people organise are bank statements, ID scans and signed contracts.
Will this reduce the quality of my PDF?
No. Pages are copied wholesale from the source document into the new one — the content streams are not decoded or re-encoded. Text stays selectable, images stay at their original resolution, and vector graphics stay vector. What goes in comes out identical.
What is the difference between extracting and splitting?
Extracting produces one file containing the pages you chose. Splitting produces many files. If you want pages 12–14 as a single document, extract. If you want each page as its own PDF, split.