How is extracting pages different from splitting a PDF?+
Both tools select pages by range, but the outputs are structurally different. Extract gives you one single new PDF containing only the pages you picked, in original order — perfect for "I need just pages 5, 12, and 47-50 from this document". Split gives you several separate PDFs, one per range you defined — perfect for "break this 200-page document into chapters". If you want one focused file at the end, use Extract; if you want many smaller files, use Split.
Is Filoraio's page extractor free? Are there any limits?+
Yes, completely free — no signup, no email, no daily quota, no premium tier, and no watermarks on the output. The only practical limit is your device's available memory; the tool itself doesn't impose a page-count or file-size cap.
Does this upload my PDF anywhere?+
No. The entire operation runs in your browser using a small WebAssembly module. Your PDF is read, its pages are copied locally, and the new PDF is saved through your browser's standard download dialog. You can verify this in DevTools → Network before pressing Extract — there's no file POST to anywhere.
Why use the visual picker instead of just typing page numbers?+
When you can see the pages, you select faster and you make fewer mistakes — especially on long documents where you'd otherwise have to scroll through the PDF in another window to figure out which page numbers you want. For one-off jobs the visual grid is much quicker; for repeated jobs ("always pages 1, 5, 10") the range input is more efficient. Both views work on the same selection, so you can mix freely.
Can I save just one page from a PDF as its own PDF?+
Yes — click a single thumbnail (or type its number in the range input) and press Extract. The output is a one-page PDF with that page's exact content, dimensions, and embedded objects. Very common for pulling out a single signed page, one chart, or a single invoice from a much longer document.
Can I cherry-pick non-consecutive pages?+
Yes — that's the most common use case. Click any combination of thumbnails (pages 5, 12, and 47 all in the same selection), or type "5, 12, 47" in range mode. The output PDF contains exactly those pages, in document order, with nothing in between.
Will the extracted pages keep their original quality?+
Yes. the page-copy step moves the source page objects byte-for-byte into the new PDF — no rasterisation, no re-encoding, no compression. Embedded fonts, images, and vector graphics arrive in the output identical to how they were in the source.
What happens to bookmarks, hyperlinks, and form fields on the kept pages?+
Internal hyperlinks and form fields are preserved when their target stays within the selection — a link from page 3 to page 7 survives if both pages are kept, and breaks (becomes a no-op) if page 7 was excluded. Bookmarks are not currently carried into the extracted PDF; if your workflow depends on bookmarks, leave a note and we'll prioritise that update.
How does the file size of the extracted PDF compare to the source?+
Roughly proportional to the page count, with some overhead from shared resources. Extracting 10 pages from a 100-page PDF typically gives you a file around 10-15% of the source size — the page content drops linearly, but shared font subsets and image objects don't deduplicate quite as efficiently as you'd hope. The result is still much smaller than the original.
Can I extract pages from a password-protected PDF?+
Not directly — the file needs to be unlocked before extraction. When you drop an encrypted PDF in, the tool detects it and asks you to unlock it. Our Unlock PDF tool removes owner restrictions automatically and decrypts password-protected files locally with the password you supply — extract from the unlocked copy.
Does the visual picker work on a phone or tablet?+
Yes. The thumbnail grid is responsive — three columns on phone, four on small tablets, more on desktop. Tap any thumbnail to toggle selection. For very long documents (200+ pages), the range input is usually faster than scrolling through hundreds of thumbnails on a small screen, so the mode toggle is right there to switch to.
Why does the Extract button disable when I select every page?+
Because that would just re-save the same PDF — a copy with the same number of pages and identical content. That's almost never what someone means by "extract pages". The button is disabled until at least one page is deselected, to keep you from accidentally shipping a no-op rename. If you genuinely need a copy of the original, use your operating system's file-copy.
Can I reorder the pages on the way out?+
No — extracted pages always come out in original document order, regardless of the order you clicked them. This matches what most people expect ("I asked for pages 5, 2, and 8 — give me a PDF with those pages") and is the safest default. If you do need a different order, run the extracted PDF through our Merge tool after, which lets you reorder pages with drag-and-drop.
Can I extract pages from several PDFs at once?+
Not in a single batch — this tool processes one PDF at a time, since cherry-picking is intrinsically per-document (page 5 means something different in each file). To work across multiple PDFs, run them one after another and combine the resulting extractions with our Merge tool if you want a single output file at the end.