How to Split a PDF by Page Range
Sending a 90-page contract when the other side only needs the indemnity clause is a small, extremely common inefficiency. Extracting pages 34 to 38 into their own file is the fix, and it is a simple operation once you understand what a PDF page actually is. This post covers how splitting by page range works under the hood, when it is the right move, how to do it with the methods most people already have installed, and what separates a good splitting tool from one that quietly damages your document. For the broader picture on assembling and arranging documents, see The Complete Guide to Merging and Organizing PDFs.
One point of honesty up front: this platform's PDF tool is a merger. It combines multiple PDF files into one, in the order you set — it does not extract page ranges out of a file. Splitting is covered here as a genuinely useful thing to understand, with the methods that actually do it, and because splitting and merging are two halves of the same workflow.
What Splitting Actually Does
A PDF's pages hang off a structure called the page tree. Each page is an object holding a reference to its content stream (the drawing instructions), its resources (fonts, embedded images), and its attributes (dimensions, rotation).
Splitting by page range means creating a new, empty document and copying the selected page objects — plus everything they reference — into it. The original is untouched. What comes out is a valid standalone PDF whose pages are byte-identical in content to the ones you selected.
Two consequences follow from this:
A proper split is lossless. No re-encoding happens, so text stays selectable, embedded fonts come along, and a 300 DPI scan stays 300 DPI. This is the same reason merging does not degrade a document, explained in more detail in How to Merge PDFs Without Losing Quality.
The extracted file is not simply proportional in size. Ten pages out of a hundred rarely gives you exactly 10% of the bytes. If those pages carry most of the images, the extract will be disproportionately large; if the document embeds a large font set, some of that overhead is duplicated into the new file. Text-heavy extracts are usually far smaller than the fraction suggests.
When You Actually Want to Split
- Sharing only the relevant section. Send a client their statement, not the entire batch run. This is a data-minimization habit as much as a courtesy — you cannot leak what you did not attach.
- Meeting an upload limit. Portals for tax filings, court submissions, and job applications frequently cap attachments at 5 or 10 MB. Splitting a large scan into parts is often the only way through.
- Separating a batch scan. Feeding twenty invoices through a sheet-fed scanner in one pass produces one long PDF that needs to become twenty documents for filing.
- Removing pages you do not want to send. Extracting the ranges either side of a page is the standard way to omit it, since it is the pages you keep that you select.
- Rebuilding a document in a different order. Split the sections apart, then reassemble them in the sequence you want — the approach described in How to Reorder and Rotate PDF Pages.
Methods That Work Without Uploading Anything
The safest split is one where the document never leaves your machine. Three approaches qualify.
Print to PDF with a page range
Every major browser and both major operating systems can do this today, with nothing installed:
- Open the PDF in Chrome, Edge, Firefox, or your system viewer.
- Choose Print.
- Set the destination to Save as PDF (macOS, Chrome, Edge) or Microsoft Print to PDF (Windows).
- Under Pages, enter your range —
5-12, or1,4,9-11where the dialog supports lists. - Save.
This is universally available and completely local. Its caveat is fidelity: print pipelines vary, and some flatten pages into images, which costs you selectable text and can soften fine detail. Test it once with a text-heavy page and check whether you can still select text in the output. If you can, the method is fine for your setup.
macOS Preview
Open the PDF, show the thumbnail sidebar, select the pages you want, and drag them to the desktop — Preview writes a new PDF containing exactly those pages. Deleting pages and re-saving works too. It is a true page copy rather than a re-print, so quality is preserved.
A desktop PDF editor
Acrobat, PDF-XChange, PDFsam, and similar tools have explicit "extract pages" and "split by range" functions with the most control — split every N pages, split at bookmarks, split into single pages. Overkill for a one-off, worth it if you do this weekly.
What to Look For in an Online Splitter
If you do reach for a web tool, three questions decide whether it is worth using.
Does the file get uploaded? This is the one that matters most. Server-side services — the model used by Smallpdf, iLovePDF, and most free sites ranking for this query — transmit your document to a machine you do not control, where it sits until a retention timer removes it. For a public brochure, irrelevant. For a contract, a medical record, or a passport scan, it is a real exposure, and it is exactly why this site's PDF tooling runs client-side: the PDF Merger reads your files in the browser and never transmits them. Check whether a splitter makes the same commitment, and verify it in your browser's network tab if the document is sensitive.
Is text still selectable in the output? The fastest quality test there is. If the extracted pages come back as flat images, the tool rasterized them.
Is the range syntax explicit? Good tools accept 3-7, comma-separated lists, and open-ended ranges, and show you a preview of what will be produced. Ambiguity here is how people end up off by one page.
Splitting and Merging Are One Workflow
The two operations complement each other, and most real document jobs use both.
A common pattern: a batch scan arrives as one long PDF, you split it into per-document files, discard what you do not need, and merge the remainder into the packet you actually send. Another: three colleagues send overlapping drafts, you extract the good sections from each, and combine them into one deliverable.
Once you have the ranges as separate files, assembling them is the merger's job. Drop them into the PDF Merger, drag the rows into the order you want, and it writes a single document containing every page in that sequence — locally, with no upload and no re-encoding. Because order is determined purely by the file list, splitting first is what gives you fine-grained control over the final arrangement.
A Note on Pages Versus Page Content
Splitting is a page-level operation. If your goal is to remove a header, trim a scanner's black border, or cut the margins off a page, splitting will not help — that is a cropping problem, and it is much easier to solve while the page is still an image, before it becomes a PDF. Working out the dimensions and ratios for that is what the Image Aspect Ratio & Crop Calculator is for, and choosing the right format for the result is covered by the Image Format Helper. Get the images right first; the PDF stage is then just assembly, as described in Combining Scans and Photos Into One PDF.
Split to reduce what you send, merge to assemble what you deliver, and keep both steps on your own machine when the document is one you would not email to a stranger.
Frequently asked questions
What does it mean to split a PDF by page range?
It means producing a new PDF that contains only a chosen span of pages — for example pages 5 to 12 of a 40-page report. The original file is not modified; the extracted range is written out as a separate document with those pages copied into it.
How do I extract a page range from a PDF without extra software?
Open the PDF in a browser or viewer, choose Print, set the destination to 'Save as PDF' or 'Microsoft Print to PDF', and enter the page range you want. This is built into Chrome, Edge, Firefox, macOS Preview, and Windows, and it writes a new PDF containing only those pages.
Does splitting a PDF reduce quality?
A true split — one that copies page objects into a new document — is lossless. Print-to-PDF is not always: some print pipelines rasterize pages, turning selectable text into an image. Check whether text is still selectable in the output if quality matters.
Is it safe to split a confidential PDF online?
Only if the tool processes the file in your browser. Most online splitters upload the document to a server, which means a full copy of a contract or medical record lands on infrastructure you do not control. Offline methods such as print-to-PDF avoid the transmission entirely.
How do I split a PDF into individual single pages?
Either use a splitter with a 'one file per page' option, or repeat a single-page range export for each page. Single-page files are useful as building blocks, because you can then combine them in any sequence you want with a merger.
Can I split a password-protected PDF?
Not without the password. An encrypted PDF's page content is unreadable until it is decrypted, so any tool must be given the password first. Remove or supply the protection before attempting to extract pages.
What is the difference between splitting and cropping a PDF?
Splitting selects whole pages and writes them to a new file. Cropping changes the visible area within a page, hiding margins or trimming a scan. They solve different problems: splitting reduces which pages you send, cropping reduces what is visible on each one.
Try the related tools
Image Aspect Ratio & Crop Calculator
Calculate crop boundaries and coordinate offsets for standard photo aspect ratios.
Image Format Helper (PNG / JPEG / WebP / SVG)
Helper tool for image format MIME types, dimensions, and header specifications.
Merge PDF
Combine multiple PDFs into one file, in the order you choose.
Related articles
The Complete Guide to Merging and Organizing PDFs
Learn how to merge PDF files and organize PDF pages safely in your browser. Combine PDF files without uploading them, control page order, and keep quality intact.
Reordering and Rotating PDF Pages
Learn how PDF page order and page rotation actually work, how to fix a sideways scan, and how to rebuild a document in the exact page sequence you need.
Combining Scans and Photos Into One PDF
Turn scans and phone photos into a single PDF. Learn how to convert images to PDF and combine every page into one file, without uploading anything.