Extract Specific PDF Pages
Create a new PDF file containing only the pages you want from your document.
How to extract pages from a PDF — 3 steps
- 1
Add your PDF
Drop the document in. It is opened in your browser, so nothing about its contents leaves your machine.
- 2
Select the pages to keep
Work from the page thumbnails and choose what you want — a single page, a continuous run, or several pages scattered through the document.
- 3
Download the new PDF
You get a fresh file containing only the pages you chose, in the order they appeared. The original is untouched on your disk.
Extract, split, or delete — choosing the right one
Three tools overlap here and picking the wrong one costs time. Extracting pulls a chosen set of pages into one new document and leaves the source alone: right when you want a specific slice, such as sending a client only the two pages of a contract that concern them. Splitting divides a document into several files at once, which is what you want when a scanner has produced one PDF containing thirty separate invoices. Deleting keeps the whole document minus the pages you removed — the better choice when you are discarding a few pages from many rather than keeping a few from many.
The simplest way to decide is to count. If you want fewer pages than you are discarding, extract. If you want more pages than you are discarding, delete. Both produce the same result, but one of them involves far less clicking.
Extraction preserves the pages themselves exactly. Text stays selectable, fonts and images come across, and the page dimensions are unchanged — this is a structural copy of the pages, not a re-rendering, so nothing is degraded in the process.
What comes with the pages, and what stays behind
One result frequently catches people out: extracting three pages from a two-hundred-page report often produces a file far larger than one-and-a-half percent of the original. The reason is that a PDF stores shared resources — embedded font files, colour profiles, images used in more than one place — separately from the pages that use them. A font embedded once for the whole document has to travel with any page that sets a single word in it. Extract a couple of pages from a document using several typefaces and you carry most of that overhead along with them.
Things that belong to the document rather than to a page tend not to survive. Bookmarks and the table of contents point at page positions that no longer exist, internal cross-references to pages you did not extract lead nowhere, and form fields, comments, and attachments may not carry over. If the extracted pages need working navigation, check it before sending rather than assuming.
There is a security point worth knowing too. Extraction gives you only the pages you selected, so information on pages you left behind is genuinely not in the new file — this is a sound way to share part of a document. But content that is on an extracted page and merely hidden from view, such as text sitting under a black box, comes along with it. Hiding something is not removing it: to take content off a page you are keeping, redact it properly.
Your files never leave your device
Pages are extracted in your browser, which matters because the documents people take pages out of are usually contracts, statements, medical records, and reports meant for a limited audience.
Most online PDF sites upload your document to their servers, process it there, and keep a copy for minutes, hours, or longer. PilotPDF works differently: the page downloads a small processing engine into your browser, and your file is opened and edited in your device's memory using WebAssembly. Nothing is transmitted, so there is nothing for a server to store, leak, or scan. You can even disconnect from the internet after the page loads and the tool keeps working.
Read more about how this works in our privacy-by-design explainer.