Home/Guides/Split a PDF

How to split a PDF into separate files

Splitting, extracting and deleting sound like the same job and produce three different files. Here is which one you actually want, and how to do it without buying Acrobat or uploading a contract to a stranger.

Last updated 2026-08-02

Decide which of the three jobs you have

Almost every failed attempt at this starts by picking the wrong operation, so it is worth thirty seconds.

  • Split gives you one file per page. Twelve pages in, twelve PDFs out, usually zipped. Right when each page has a different destination: one invoice per supplier, one certificate per person.
  • Extract gathers the pages you picked into a single new PDF. Right when a fifty-page report contains a five-page appendix that needs to go to one team.
  • Delete is extract inverted. Right when you want almost all of it, because ticking two pages to remove beats ticking forty-eight to keep.
Split, extract, delete or rotateAll four in one page, nothing uploaded
Open the tool

Splitting a PDF, step by step

  1. Drop the PDF onto the page. Every page is rendered as a numbered thumbnail, so you are choosing by sight rather than guessing at page ranges.
  2. Tick the pages you want. Click them one at a time, or shift-click to take a run.
  3. Choose the action. Extract for one combined file, Split for one file per page.
  4. Download. More than one file arrives as a zip. Your original is never modified.

There is no page cap, no file-size cap and no watermark, because the work happens on your machine rather than on a server that has to be paid for. The practical ceiling is your own memory, which on a laptop means a very large document indeed.

Why not just print to PDF?

Printing pages 4 to 9 to a PDF is the trick most people reach for, and it quietly destroys the document. Printing re-renders every page as an image, so the text layer is gone. The result cannot be searched, cannot be copied from, cannot be read by a screen reader, and is often several times larger than the pages it came from. It also flattens any form fields into pictures of form fields.

Extracting copies the page objects instead. Text stays text, and the file stays a fraction of the size.

Doing it without Acrobat

Acrobat Pro does this well and costs a subscription. The free alternatives are worth knowing:

  • In the browser. The tool above uses pdf-lib running in the page. No install, no account, no upload.
  • macOS Preview. Open the PDF, show the thumbnail sidebar, then drag a page out onto the desktop to get a one-page PDF. Fine for one page, tedious for twenty.
  • Command line. qpdf --pages input.pdf 4-9 -- out.pdf if you have qpdf installed. Excellent for scripting, unnecessary for one file.

Watch out for these

Password-protected files

An encrypted PDF cannot be read until it is unlocked, and no split tool can work around that. Open it with the password, save an unprotected copy, then split the copy.

Form fields and annotations

Page content, images and text copy across faithfully. Interactive extras such as form fields, bookmarks and some annotations belong to the document rather than to an individual page, so they do not always survive. If a filled form has to keep working after the split, check the result before sending it.

Very large scans

A 400-page scan at 600 DPI is a lot of pixels to render as thumbnails. It will work, it will just take a moment on a phone. If the file is unwieldy, compressing it first makes everything downstream faster.

Questions

How do I split a PDF into multiple files?
Open the PDF in the split tool, tick the pages you want, and choose Split to get one file per page or Extract to get them combined into one new document. Multiple files arrive as a zip and the original is untouched.
How do I split PDF pages into separate PDF files?
Use the Split action rather than Extract. Split produces one PDF per selected page, each named after the original with the page number appended.
How do I split a PDF without Acrobat?
Use a browser-based tool that runs pdf-lib locally, drag pages out of the thumbnail sidebar in macOS Preview, or run qpdf on the command line. None of them require an Acrobat subscription.
How do I extract one page from a PDF?
Tick that page and choose Extract. The result is a one-page PDF named after the original, so the two are easy to tell apart in a downloads folder.
Is it safe to split a PDF online?
It depends entirely on whether the file leaves your device. Most free sites upload the document to their servers and process it there. A tool that runs pdf-lib in the browser never transmits it, which is the only version worth using for a contract, a payslip or a medical record.
Does splitting a PDF reduce quality?
No, provided the pages are copied rather than re-printed. Copying keeps the text layer and the original image data intact. Printing to PDF, which people often use as a workaround, does reduce quality and destroys the text layer.

Tools used in this guide

All free, all in your browser, nothing uploaded.