Open Tools Tools Features Blog About Contact Proof of Privacy

Split a PDF and Extract Pages Free

Short answer: To split a PDF online for free, choose the pages or ranges you need and download the extracted document or ZIP of separate files. QuickMerge does the split in your browser without uploading the PDF.

Extract the pages you need, or separate a PDF document into individual files. Give a page range for a single extract, or split every page into its own PDF and take the lot as a ZIP. The whole thing runs locally in your browser, so the document is never uploaded.

How do I split a PDF or extract particular pages?

Drag & drop PDF file

or click to browse (Supports PDF files only)

File: No file selected

Size: -

Pages: 0

Page Range

Extract specific pages

Every N Pages

Split into equal parts

Odd/Even Pages

Separate odd and even

Processing...

Split Complete!

Your PDF has been successfully split. Click the button below to download your files.

Split a PDF and Extract the Pages You Need

Splitting is the opposite of merging: instead of joining files, you take one PDF and pull pages out of it, either as a single trimmed document or as several smaller files. This tool reads one PDF at a time (up to 50MB), tells you how many pages it contains, and then gives you three precise ways to break it apart. Whether you need a single page out of a 200-page report, a clean half-sized copy of a brochure, or a long document chopped into evenly sized pieces, the work is done right here in your browser with the open-source pdf-lib library.

People reach for a splitter when a PDF carries more than they want to share or keep. A bank statement might contain twelve months when you only need one. A scanned packet might mix two unrelated documents. A printable workbook might have student pages and answer keys on alternating sheets. Rather than printing, re-scanning, or paying for desktop software, you can isolate exactly the pages you want and download them cleanly, with the original text and images left untouched.

The Three Ways to Split

Choose a method by clicking one of the three cards above. Each suits a different goal:

  • Page Range extracts one continuous block of pages into a single new PDF. Set a From and To page — for example pages 5 through 9 — and you get one file containing just those five pages. This is the right choice when you want a specific section, like a single chapter, one invoice, or the appendix of a report.
  • Every N Pages chops the whole document into consecutive parts of equal length. Enter a number such as 2, and a 10-page PDF becomes five separate 2-page files. Use this to break a large file into upload-friendly chunks, or to separate a stack of two-sided forms.
  • Odd/Even Pages pulls out every odd-numbered page, every even-numbered page, or both into separate files. This is the classic fix for a duplex document scanned in two passes, where one stack holds the fronts and the other holds the backs.

How to Split a PDF Step by Step

  1. Load your PDF. Drag the file onto the drop zone or click to browse. The tool reads it locally and shows the file name, size, and total page count, so you can confirm you have the right document.
  2. Pick a split method. Click Page Range, Every N Pages, or Odd/Even Pages. The input fields below change to match your choice.
  3. Enter your numbers. Type the From/To pages, the interval, or select odd, even, or both. A live summary tells you exactly how many files will be created — and warns you in orange if your range is invalid before you waste a click.
  4. Click Split PDF. A progress bar shows the pages being extracted. Everything is processed in memory on your machine.
  5. Download your result. If the split produced a single file, you get one PDF. If it produced several, the tool bundles them into a single ZIP archive (using the JSZip library) so you download everything in one click.

Real-World Uses for Splitting

  • Sharing one section privately: send page 3 of an offer letter without revealing the salary table on page 4 — use Page Range to extract just what the recipient needs.
  • Meeting upload limits: a portal that caps uploads at a few megabytes per file becomes easy to satisfy when Every N Pages turns one large PDF into smaller parts.
  • Fixing duplex scans: after scanning fronts and backs separately, use Odd/Even to separate them so they can be reordered or recombined correctly.
  • Pulling a single form: extract one invoice, one receipt, or one certificate from a long batch scan to file or forward on its own.
  • Separating answer keys: teachers can split a worksheet so student pages and answer pages live in different files.

Tips and Best Practices

  • Read the live summary. Before clicking Split, glance at the line under the inputs — "Will create 5 PDF files" confirms your settings are doing what you expect.
  • Page numbers are the printed order, starting at 1. Page 1 is the first page in the document, regardless of any numbering printed on the page itself.
  • Combine with merge for reordering. To reorder pages, split out the pieces you want and then recombine them in the desired order with the Merge PDF tool.
  • Keep an eye on the file count for ZIPs. Splitting Every N on a long document can create many files; that is normal, and they all arrive in one ZIP.
  • Work from the original, not a compressed copy, if you care about quality — splitting never reduces quality, but starting from the cleanest source keeps it that way.

Common Problems and Fixes

  • "Invalid range" warning: your From or To value is outside 1 to the total page count, or From is greater than To. Adjust the numbers until the summary turns green.
  • File rejected at 50MB: the document is too large for in-browser splitting. Compress the PDF first, or extract a smaller range from a copy made elsewhere.
  • The PDF will not load: it may be encrypted or corrupted. Remove any password in your PDF reader and save a fresh copy, then load that.
  • Got a ZIP when you expected one PDF: that happens whenever a split creates more than one file. Unzip it to find every extracted document inside.
  • Odd/Even gave fewer files than expected: a one-page document has no even pages, so an "even" or "both" split on it produces only what actually exists.

How Splitting Works in Your Browser

When you load a file, the browser reads it into memory and pdf-lib reports the page count. For each split, the tool creates a new empty PDF and copies only the chosen page objects into it, then saves that as downloadable bytes — the original pages are duplicated, not re-rendered, so text stays selectable and images keep full resolution. When more than one file results, JSZip packages them into a single archive in memory. None of this touches a server: there is no upload, no temporary storage, and nothing left behind once you close the tab.

Next steps

Related tools

What to do with the result

Guides

Browse all PDF tools, or see every QuickMerge tool.

Frequently Asked Questions

What is the difference between the three split methods?

Page Range extracts one continuous block of pages into a single file. Every N Pages cuts the whole document into equal consecutive parts. Odd/Even Pages separates odd-numbered pages, even-numbered pages, or both. Pick the one that matches whether you want a section, even chunks, or alternating pages.

How do I extract just one page?

Choose the Page Range method and set both From and To to the same number. For example, From 7 and To 7 produces a one-page PDF containing only page 7.

Why did I get a ZIP file instead of a PDF?

Whenever a split produces more than one file, the tool bundles them into a single ZIP archive so you only download once. If your split produces exactly one file, you receive a plain PDF instead. Just unzip the archive to access each extracted document.

Does splitting reduce the quality of my pages?

No. Splitting copies the original page content exactly, so text remains selectable and images keep their original resolution. There is no re-compression or rasterization involved, which means the extracted pages look identical to the source.

Is there a file size limit for splitting PDFs?

Yes, the PDF you load must be under 50MB so it processes smoothly in your browser without using excessive memory. For larger files, compress them first with our PDF compression tool, then split the smaller result.

Can I split a password-protected PDF?

Not directly. Encrypted PDFs need their password removed first. Open the file in your PDF reader, save an unprotected copy, then load that copy here to split it.

Are my files uploaded anywhere?

No. All splitting happens locally in your browser using pdf-lib, and any multi-file download is zipped on your device with JSZip. Your document is never sent to a server, never stored, and is cleared from memory when you close the tab — which makes the tool safe for statements, contracts, and other private files.

How do I extract pages from a PDF for free?

Load the document, enter the page range you want — 12-30, or 1,4,9 for individual pages — and download. There is no cost, no watermark and no page cap, because the extraction runs in your browser rather than on a metered server.

How do I split a PDF into separate pages?

Choose the split-every-page option and download the ZIP, which contains one PDF per page in order. This is the right choice when each page needs to go somewhere different; for pulling out a single section, an extract keeps it as one document.

How do I separate a PDF document on a Mac?

The same way as anywhere else — this runs in Safari, Chrome and Firefox on macOS with nothing to install. Preview can also do it by dragging thumbnails out to the Finder, though that gives you one page at a time and no range syntax.

Does splitting reduce quality or change the pages?

No. The pages are copied into the new file as they are, with their fonts and images intact. Nothing is re-rendered or re-compressed, so an extracted page is byte-for-byte the page you started with.

How do I put the pages back together afterwards?

Merge them in the order you want. If the recombined document should read continuously, number it after merging rather than before, or the count restarts at every join.

Extract, separate, or delete

Three ways to split a PDF, and which one you actually want

People arrive here wanting one of three different outcomes, and picking the wrong one is why a split sometimes produces a pile of files nobody asked for.

Extracting a range keeps one document

This is the common case: pages 12 to 30 of a report, one chapter of a manual, the signed pages of a contract. Give the range and you get a single PDF containing exactly those pages, in order, with everything else left behind. The original is untouched — you are downloading a new file, not editing the one you loaded.

Separating gives you one file per page

Splitting a PDF into separate pages produces as many files as the document has pages, delivered as a ZIP so your browser is not asking permission for forty downloads in a row. This is what you want when each page has to go somewhere different — invoices to be filed individually, certificates to be sent to different people, forms to be uploaded one at a time.

If you want one file back, you want deletion instead

A surprising share of splitting is really "get rid of these pages". Extracting the parts you want and merging them back is two operations and an easy source of ordering mistakes. The organize tool deletes pages directly and hands you one document, and it reorders and rotates in the same pass.

What a split does and does not carry across

Page content, embedded fonts and images all come through unchanged — nothing is re-rendered, so there is no quality loss. What does not survive is anything that referred to the document as a whole: bookmarks pointing at pages that are no longer there, internal cross-reference links, and form-field relationships spanning the split. Digital signatures break too, and that is correct behaviour rather than a bug — a signature attests to a specific document, and the extract is a different document.