Back to blog
August 4, 2026 · 4 min read
How to Extract Specific Pages From a PDF for Free
Extracting vs. splitting vs. deleting
These three get confused constantly, so it's worth being precise. Extracting pulls out a specific subset of pages into a new file and leaves the original document exactly as it was. Splitting divides an entire document into several smaller files, covering every page — nothing is left out. Deleting removes pages from the original document permanently, with nothing pulled out separately. If you want pages 5 through 9 of a 40-page report as their own file while the original stays intact, that's extracting.
How to extract pages from a PDF online for free
The typical process:
Upload the PDF.
Select the specific pages or page range you want to pull out.
Run the extraction — the selected pages become a new, standalone PDF.
Download the new file; the original document is unaffected.
Extract pages by just naming them
With FlowPDF, upload the file and type "extract pages 8 to 15" or "pull out pages 2, 5, and 9 into a new PDF." The order you name the pages in is the order they'll appear in the resulting file, so you can even reorder while extracting — "extract page 9, then page 2" gives you a two-page file in that exact sequence.
Common mistakes
A couple of things trip people up here.
Confusing the printed page number with the PDF's actual page position — a document with an unnumbered cover page will have its printed 'page 1' sitting at the PDF's second position
Extracting a page range that doesn't include a page you actually needed — double-check the end of the range, since off-by-one mistakes here are common
Related PDF tasks
If you need the whole document broken into several pieces rather than just one section pulled out, splitting a PDF covers that instead. And if the extracted pages need to be recombined with something else afterward, merging PDFs takes just as little effort.
Related guides
How to Extract Images From a PDF for Free
Pull the actual embedded photos out of a PDF at their original quality — different from converting pages to images, which turns the whole page into a picture.
How to Reorder and Organize PDF Pages for Free
Rearrange the pages of a PDF into a new sequence — for scanned documents that came out of order, or reports that need restructuring before sending.
How to Extract Plain Text From a PDF for Free
Pull the readable text out of a PDF into a plain .txt file — for quick copy-paste, search, or feeding into another tool, with no formatting to strip out later.