All PDF Tools
Navigation
Home
PDF Tools
Free PDF Splitter Tool

Split PDF Free

Upload your PDF, select specific pages to extract, and download as separate files. Fast, secure, and free PDF splitter.

Drop your PDF here to split it

Click to browse or drag & drop

No signup100% privateSSL encrypted

Pair Split PDF With These Tools

TL;DR — Split PDF in 30 seconds

  • What it does: extracts the pages you pick from a PDF into one or more new PDF files, or splits a document into a separate file per page.
  • How to use it: upload your PDF, click the thumbnails of the pages you want (or Select All), then click Split Pages to download a ZIP of the extracted files.
  • Privacy: splitting runs entirely in your browser via pdf-lib and JSZip — your file is never uploaded to a server.
  • Cost: free, no signup, no watermark, no daily limit on how many times you split.
  • Limitation: pages keep their original content exactly as-is — this tool extracts and repackages pages, it does not renumber, resize, or edit page content.
Step-by-Step Guide

How to Split a PDF Free Online

Three steps. Under 30 seconds. Files never leave your browser.

Upload Your PDF

Click Browse or drag and drop your PDF. Works on desktop, iPhone, and Android — no significant file size limit.

Drag & Drop 100% Private

Click to Select Pages

A thumbnail preview of every page renders instantly. Click the pages you want to extract, or use Select All / Deselect All to choose them in bulk.

Thumbnail Preview Select All

Download Split PDFs

Click Split Pages and your selected pages download as a ZIP of separate PDF files — no watermarks, no signup required.

No Watermarks ZIP Download
💡 Pro Tip: To extract a single page from a PDF, click just that page's thumbnail, then click Split Pages — it downloads as its own standalone PDF. Click Select All first to split every page into its own file in one go.

Why PDFcrest

Why This PDF Splitter Is the Best Free Option

Click-to-select thumbnails, no daily limits, no watermarks — the simplest way to extract PDF pages.

Quality Preserved

Split PDF files without re-encoding pages. All fonts, images, hyperlinks, and layouts from the source PDF are preserved exactly in each extracted section.

Visual Thumbnail Selection

See a preview of every page before you pick any. Click individual thumbnails, or use Select All / Deselect All, to extract any combination of pages with complete control.

100% Free — No Limits

Split PDF free with no daily limit, no account, and no subscription. Extract pages as many times as you need without any paywall.

Works on Any Device

Split PDF on iPhone, iPad, Android, or desktop directly in your browser. No app download needed.

Split Into Single Pages

Choose the "split every page" option to produce one PDF per page. Perfect for processing individual pages separately or distributing specific pages of a report.

100% Private — Runs In Your Browser

Splitting happens entirely on your device using pdf-lib and JSZip. Your PDF is never uploaded to any server — it stays 100% private.

Comparison

PDFcrest vs Other PDF Splitters

FeaturePDFcrestAdobe Acrobat OnlineSmallPDF / ilovePDF
Split PDF — Free✓ Always free✗ Limited free tier✗ 2 tasks/day
No Signup Required✓ Zero signup✗ Adobe account✗ Email required
No Watermarks✓ Never✗ Free adds watermark
Select Any Combination of Pages✓ Full control~ Limited
Works on iPhone✓ Mobile-first✓ App required
File Deleted After Download✓ Immediately~ Varies~ 1 hour

Use Cases

Who Uses Our PDF Splitter?

From students to legal professionals — everyone needs to extract PDF pages at some point.

📑

Extract Specific Chapters

Extract pages from PDF reports to share only the relevant chapter with a colleague without exposing the full document.

🎓

Academic Papers

Extract specific journal article pages from a larger anthology PDF. Share only the pages relevant to your research without redistributing the full publication.

⚖️

Legal Documents

Split legal PDFs to isolate specific exhibits, schedules, or clauses. Share only the relevant pages with counterparties without disclosing the full document bundle.

🧾

Invoice Extraction

Extract individual invoice pages from a monthly statement PDF. Send each supplier their specific invoice page without sharing the full combined statement.

💼

Business Reporting

Split a combined quarterly report into separate departmental PDFs. Each department receives only their relevant section.

📱

Mobile Productivity

Split PDF on iPhone in Safari to extract pages from any document without needing a desktop computer or PDF app.

📚

Digital Publishing

Extract preview chapters from ebooks, pull out individual magazine articles, or break long-form content into digestible sections for readers.

Workflow Recipes

Common Split PDF Workflows

Extracting pages is rarely the last step. Here are the tool combinations PDFcrest users chain together most often.

Extract → Recombine in a New Order

Pull out the pages you need, then merge them back together in a different sequence than the original document.

Split PDF (this tool)Merge PDF

Split → Compress Each Part

Extracted a large section? Shrink each output file before emailing it or uploading it somewhere with a size limit.

Split PDF (this tool)Compress PDF

Clean Up First, Then Split

If a document has blank or irrelevant pages mixed in, remove them first so your extracted pages don't need a second pass of cleanup.

Delete PagesSplit PDF (this tool)

Split → Protect Each Recipient's Copy

Extracting different sections for different people? Add a separate password to each extracted file before sending.

Split PDF (this tool)Protect PDF

Split → Convert a Page to an Image

Need just one page as a picture for a slide deck or webpage? Extract it, then convert that single-page PDF to JPG.

Split PDF (this tool)PDF to JPG

People Also Search For

split pdfsplit pdf freesplit pdf onlineextract pages from pdfpdf splittersplit pdf into pagesseparate pdf pagespdf page extractorsplit pdf by page rangesplit pdf no sign upsplit pdf on iphonehow to split a pdfbest pdf splittersplit pdf free onlineextract pdf pagesdivide pdfsplit pdf without watermarkpdf split toolsplit pdf pagessplit pdf into multiple filessplit pdf documentpdf page splittersplit and combine pdf

Related Tools

merge pdfcompress pdfword to pdfprotect pdfpdf to jpgcrop pdf

Technical Detail

How PDF Splitting Works

When you split a PDF, PDFcrest uses the PDF-lib library to load the source document and copy the specified pages into one or more new PDF files. The process is non-destructive: page content streams, fonts, images, form fields, and hyperlinks from the source are preserved exactly in each extracted output. PDFcrest does not re-encode or rasterise pages during splitting, so there is no quality loss.

Each page you click in the thumbnail grid becomes its own separate output PDF. For example, clicking pages 2, 7, and 15 produces three separate single-page PDF files — one for page 2, one for page 7, and one for page 15 — all packaged together into a single ZIP archive that downloads instantly. Use Select All to split every page of the document into its own file in one pass.

The output PDFs are standards-compliant and compatible with all major viewers. You can further compress the split PDFs to reduce size or merge them back together in a different order using PDFcrest's free tool suite.

💡 Pro Tips:
  • Click multiple thumbnails — or use Select All — to split several pages into their own separate PDF files in one operation.
  • After splitting, use Compress PDF to reduce the size of each extracted section before emailing.
  • Use Merge PDF to recombine extracted sections in a different order if you need to restructure a document.
  • To split PDF on iPhone, open pdfcrest.com in Safari and upload directly from Files or iCloud Drive.
  • For large documents, click just the table of contents or index thumbnails to extract them as a standalone quick-reference PDF, and note which pages you selected for recurring splits (like monthly reports) to keep future extractions consistent.

Under the Hood

The exact extraction logic this page runs

No black box — this is the literal pdf-lib/JSZip sequence executed for every page you click.

Per selected page (sorted, ascending): srcPdf = PDFDocument.load(bytes, { ignoreEncryption: true }) zip = new JSZip() for (pageNum of selectedPages) { out = PDFDocument.create() # one brand-new document per page [page] = out.copyPages(srcPdf, [pageNum - 1]) # zero-indexed in pdf-lib out.addPage(page) zip.file(`page-${pad(pageNum)}.pdf`, out.save()) } zip.generateAsync({ type: 'blob', compression: 'STORE' }) # STORE, not DEFLATE
StepWhat it actually means
One PDF per pageEvery selected page becomes its own standalone PDF file — clicking 3 thumbnails produces 3 separate files in the ZIP, not one PDF containing 3 pages.
pageNum - 1pdf-lib indexes pages from 0, while the thumbnail grid displays human page numbers starting at 1 — this is the conversion between the two.
compression: 'STORE'Skips JSZip's DEFLATE compression pass. PDF content is already internally compressed, so re-compressing the ZIP wrapper would cost CPU time for negligible size savings.
ignoreEncryption: trueLets pdf-lib open a PDF with an encryption dictionary without throwing. Works for permission-restricted files, not ones that require a password to open.

FAQ

People Also Ask About Splitting PDFs

Answers to the most common questions about splitting and extracting PDF pages

Upload your PDF to PDFcrest, click the page thumbnails you want to extract, and click Split Pages. Your selected pages are packaged into a ZIP of separate PDFs and downloaded instantly — no signup, no watermark.
Yes. Click any thumbnail to select individual pages, or use Select All / Deselect All, then extract exactly the pages you need as separate PDFs.
Yes. Select every page (or use Select All) and PDFcrest splits them into separate single-page PDFs, one file per page, downloadable as a ZIP archive.
No. PDFcrest copies pages directly without re-encoding. All fonts, images, hyperlinks, and layouts from the source PDF are preserved exactly in each extracted file.
Yes, PDFcrest's split PDF tool is completely free with no page limits, no signup requirements, and no watermarks on your split PDFs.
You can select and extract as many pages as you need in one pass. There's no arbitrary limit on the number of pages you can split from a single document.
Open pdfcrest.com in Safari on your iPhone, upload your PDF from Files or iCloud Drive, tap the page thumbnails to select pages, and download the split files. No app installation required.
Yes. Click just that one thumbnail to select it, then click Split Pages to download it as a standalone PDF.
Each split PDF contains only the pages you selected. PDF viewers will show page numbers relative to the extracted file (starting at page 1), not the original document.
Yes. Splitting runs entirely in your browser using pdf-lib and JSZip — your file is never uploaded to a server, so it never leaves your device.
PDFcrest can split PDFs with basic print-only restrictions. Documents with full owner-level encryption should be unlocked first using PDFcrest's Unlock PDF tool.

References & Further Reading

Sources this page is based on

Page last updated: · Written and maintained by the PDFcrest team. The per-page extraction logic shown above is taken directly from the code running on this page.