June 26, 2026
You have a 40-page PDF and only need three pages from it. Maybe you need to send a single section to a client, pull a specific form out of a packet, or isolate one invoice from a batch. The full file has what you need, but you cannot just rip the pages out the way you would with paper.
That is what page extraction does. This guide covers five ways to extract pages from a PDF, from built-in tools you already have to dedicated PDF extractors for bulk work.
Page extraction is the process of selecting specific pages from a PDF and saving them as a new file. The original PDF stays unchanged. You get a second, smaller PDF that contains only the pages you chose.
This is different from splitting a PDF, which divides the entire document into multiple parts. Extraction is selective. You pick exactly which pages you want and leave the rest behind.
Common reasons to extract a page from a PDF include isolating a signature page from a contract, pulling a single month from a multi-month report, sharing one section of a long document, or separating individual forms from a scanned batch.
Adobe Acrobat Pro has a dedicated page extraction tool that gives you the most control.
Open Adobe Acrobat Pro (not the free Reader, which does not support extraction). Go to File > Open and select your PDF.
Click Tools in the top menu bar, then select Organize Pages. Acrobat shows thumbnail previews of every page in the document.
Click on the thumbnail of each page you want. Hold Ctrl (Windows) or Command (Mac) to select multiple pages. You can also click the first page, hold Shift, and click the last page to select a range.
Click the Extract button in the toolbar. Acrobat gives you the option to delete the extracted pages from the original file (leave this unchecked to keep the original intact). Click Extract. A new PDF opens containing only your selected pages. Save it with File > Save As.
Acrobat Pro costs $22.99/month. If you only need to extract PDF pages occasionally, the free methods below do the same job.
Chrome works as a free PDF extractor on any operating system. No extensions or accounts needed.
Drag the PDF file into a Chrome browser window. Chrome opens it in its built-in PDF viewer.
Press Ctrl+P on Windows or Command+P on Mac.
Under Pages, select Custom. Type the page numbers you want to extract. Use commas for individual pages (e.g., "2, 5, 11") or a hyphen for ranges (e.g., "3-8"). You can combine both: "1, 4-7, 12".
Set the Destination to "Save as PDF" and click Save. Chrome creates a new PDF with only the pages you specified.
This is the fastest free way to extract pages from a PDF on any computer. The files stay local and never leave your machine.
Preview is built into macOS and handles page extraction without any extra software.
Double-click the PDF to open it. If it opens in a different app, right-click and choose Open With > Preview.
Go to View > Thumbnails. The sidebar shows a thumbnail for each page in the document.
Click the thumbnail of the page you want to extract. Hold Command and click to select multiple pages. Drag the selected thumbnails from the sidebar to your desktop or any Finder folder. Preview saves them as a new PDF file.
You can also use File > Print, type the page range under Pages, and choose "Save as PDF" from the PDF dropdown. Both approaches give you the same result.
Online PDF extractors let you pull pages from a PDF in your browser with no software to install.
Go to ilovepdf.com/split_pdf. Upload your file, select "Extract pages," click on the pages you want, and download the result. Free for files up to 100 MB.
Go to smallpdf.com/split-pdf. Upload the PDF, click on each page you want to extract, and click the Extract button. SmallPDF allows two free tasks per day.
Go to pdf2go.com/split-pdf. Upload your document, select the pages or ranges to extract, and click Save. No account required for basic extraction.
Online tools are convenient for quick, one-off extractions. The tradeoff is that you upload your document to a third-party server. For sensitive files like financial documents, legal contracts, or medical records, use an offline method instead.
Command-line tools are the best option for extracting pages from many PDFs at once or building extraction into an automated workflow.
pdftk (PDF Toolkit) is free and works on Windows, Mac, and Linux. To extract pages 3 through 7:
pdftk input.pdf cat 3-7 output extracted.pdf
To extract specific non-consecutive pages:
pdftk input.pdf cat 1 4 9 12 output extracted.pdf
qpdf is another free, open-source option:
qpdf input.pdf --pages . 3-7 -- extracted.pdf
Both tools handle batch processing well. You can write a simple script to extract the same page range from hundreds of PDFs in minutes.
Extracting pages gives you a smaller PDF. But sometimes the real goal is not a separate file. It is the data on those pages.
If you are extracting an invoice page from a batch PDF, you still need to read the vendor name, line items, and total from that page and type them into a spreadsheet. If you are pulling a bank statement page, you still need the transaction data in a format you can work with.
Lido skips the extraction step entirely. Upload the full PDF and Lido reads every page, pulling structured data into labeled rows and columns. It handles invoices, bank statements, receipts, tax forms, and any document with tables or fields. No page extraction, no retyping, no reformatting.
| Situation | Best method |
|---|---|
| Quick extraction, no software | Google Chrome print dialog |
| Mac user, occasional extractions | Preview (drag thumbnails out) |
| Free online, any device | ILovePDF or SmallPDF |
| Full control, batch processing | Adobe Acrobat Pro |
| Scripting and automation | pdftk or qpdf (command line) |
| Need structured data, not a page | Lido (extract data to spreadsheet) |
For most people, Chrome or an online PDF extractor is the fastest way to extract pages from a PDF. For bulk or automated workflows, command-line tools give you the most flexibility. And if your goal is to get the data off the page into a usable format, Lido offers 50 free pages to test on your own documents.
Page extraction in PDF is the process of selecting specific pages from a PDF document and saving them as a new, separate file. The original document remains unchanged. You can extract one page or multiple pages at once.
Open the PDF in Google Chrome, press Ctrl+P (or Command+P on Mac), type the page number under Custom pages, set the destination to "Save as PDF," and click Save. This works on any computer with Chrome installed and keeps your files local.
Use Google Chrome's print dialog, Preview on Mac, or a free online tool like ILovePDF or SmallPDF. All of these let you select specific pages and save them as a new PDF without Adobe Acrobat.
Yes. In Chrome's print dialog, type a range like "3-8" or a list like "1, 4, 7, 12" to extract multiple pages into one new file. Adobe Acrobat and online tools also support multi-page extraction.
Google Chrome is the best free PDF extractor for most people because it requires no installation, works on any operating system, and keeps files on your computer. For online options, ILovePDF offers free extraction with no account required.
Reputable tools like ILovePDF and SmallPDF delete uploaded files after processing. However, your document does leave your computer. For confidential files like financial statements, contracts, or medical records, use Chrome, Preview, or a command-line tool to keep everything local.
You need the password first. Enter it when opening the PDF in Acrobat, Chrome, or Preview, then extract pages normally. If the PDF has permission restrictions that block page extraction, you need the owner password to remove those restrictions.
Extracting pages gives you a smaller PDF, not usable data. To get structured data like transaction tables, invoice line items, or form fields into a spreadsheet, use an AI extraction tool like Lido. It reads the PDF and outputs labeled rows and columns without manual data entry.