Split a Large PDF into Smaller Parts
Big PDFs are hard to email, slow to open and awkward to share. How to do it to break a large document into manageable parts without losing quality or privacy.
Split PDF divides one PDF into several smaller files using pdf-lib in the browser: burst every page into its own file, or type custom ranges like 1-3, 4-8, 9 to carve out sections. Preview pages on a thumbnail grid, then download the results separately or as one ZIP. Free, watermark-free, nothing uploaded.
The GigAI PDF Splitter takes a single PDF and divides it into several smaller documents without sending a byte to a server. Upload your file, see every page rendered as a thumbnail, and choose how to divide it: 'every page' produces one single-page PDF per page, while 'custom ranges' lets you type ranges like 1-3, 4-8, 9 to slice out exactly the sections you need. Everything is assembled locally with pdf-lib, so the original page content (text, images and vectors) carries across untouched, there's no page cap and no watermark. When you're done, download each split file individually or grab them all in one ZIP.
Last updated
Drag a single PDF onto the drop zone, or click to browse. Its pages render as thumbnails so you can see what you're working with.
Pick 'Every page' to make one file per page, or 'Custom ranges' and type the ranges you want, like 1-3, 4-8, 9.
Hit Split PDF. The tool builds each smaller document locally, in a moment, with no upload.
Download each split file, or grab them all at once as a ZIP. Need a different cut? Adjust the ranges and split again.
Every page is rendered as a thumbnail so you can see exactly what you're splitting. Set your split points against the real document, not a page number you're guessing at.
Choose 'every page' to burst the PDF into one file per page, or 'custom ranges' to type sections like 1-4, 5-9 and get one file per range: whichever fits the job.
Splitting a big document makes lots of files. Grab them one at a time, or download the entire batch bundled into a single ZIP with one click.
Your PDF is read and split locally with pdf-lib. It's never uploaded, stored or seen by anyone, the privacy promise holds for every page you cut.
Each split file copies its pages over as-is. Text stays selectable, images keep their resolution and nothing is re-rendered or compressed on the way out.
The thumbnail grid shows every page, so you set split points against the actual content. No more re-splitting because a range was off by one page.
Splitting runs entirely inside your browser tab. Your document never leaves your device, so there's nothing for us to upload, store or read.
No account, no daily cap, no paywall and no watermark. Split a two-page memo or a 500-page manual as often as you like, at no cost.
Each output is a complete, standalone PDF named after its source and pages, easy to file, email or upload individually.
From quick one-off fixes to daily workflows, see how people put this tool to use.
Split a long contract so you can email a counterparty just the signature pages or the schedule they asked for, without forwarding the whole document.
Break a combined PDF of scanned handouts into one file per topic, so each week's reading is its own document you can revise independently.
Split a merged run of monthly statements or payslips into one PDF per page, ready to file or distribute to the right recipient.
Accepts PDF, and produces PDF and ZIP, all processed locally in your browser.
Combine multiple PDF files into a single document, drag to set the order, then download. Free, fast and entirely in your browser.
Hand-pick the exact pages you want and save them as a brand-new PDF. Multi-select from live thumbnails, then download: free and 100% in your browser.
Remove pages from a PDF by ticking them on a thumbnail grid (blank sheets, drafts, duplicates) then download the trimmed file. Free and 100% in your browser.
Shrink a PDF's file size right in your browser. Pick a compression level, see exactly how much you saved, and download. No uploads, no watermark.
Drag the pages of a PDF into a new order, then download the rearranged file. Free, visual and fully in your browser. No uploads.
Reorder, rotate and delete PDF pages on one visual canvas. Every page renders as a thumbnail: drag to rearrange, rotate in 90° steps, mark pages to remove, then download the rebuilt PDF. 100% in your browser, nothing uploaded.
The same engine runs behind the free API: send files, get signed download links back, and everything is deleted after the retention you choose. 1,000 tasks a month, no card.
Also runs as a task inside a job - chain it with the other engines. See the recipes.
curl -X POST https://api.gigai.tools/v1/jobs \
-H "Authorization: Bearer $GIGAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "tasks": {
"in": { "operation": "import/url", "url": "https://example.com/input.pdf" },
"work": { "operation": "split-pdf", "input": ["in"], "pages": "1-3" },
"out": { "operation": "export/url", "input": ["work"] }
} }'
# then poll until finished and follow the export URL:
curl https://api.gigai.tools/v1/jobs/JOB_ID/wait -H "Authorization: Bearer $GIGAI_API_KEY"Go deeper on the concepts behind the split pdf.
Both give you a complete set of PDF tools. The real difference is architectural: iLovePDF processes your file on its servers, GigAI processes it in your browser. Here's when each one is the right call.
Read the comparisonShrink a large PDF in seconds. No software, no upload, no watermark. A simple step-by-step guide to reducing PDF file size while keeping it readable.
Read the guideCombine several PDFs into a single document in seconds: reorder pages, no software, no watermark. A step-by-step guide to merging PDF files in your browser.
Read the guideBig PDFs are hard to email, slow to open and awkward to share. How to do it to break a large document into manageable parts without losing quality or privacy.
Need just pages 5 to 12 of a long document? Learn how to pull an exact page range out of a PDF into its own clean file, inclusive, 1-based, and fully private.
A clear, step-by-step walkthrough for breaking one PDF into several smaller documents (every page, or custom ranges) right in your browser, with nothing
Hit a snag? Here are quick fixes for the issues people run into most.
Each comma-separated range becomes exactly one file. '1-3, 4-6' makes two files (pages 1-3 and 4-6). If you want one file per page, use 'Every page' mode instead.
A range references a page this PDF doesn't have. Check the highest page number against the thumbnail grid: ranges are inclusive and 1-based, so '1-10' needs at least ten pages.
The file may be password-protected or corrupted. Remove the password with our Unlock PDF tool first, or re-save the document from its source, then upload it again.
Use 'Custom ranges' to keep chapters together, type each chapter's page span as its own range for cleanly divided files.
Ranges are inclusive: '4-4' or just '4' both extract a single page as its own PDF.
Splitting hundreds of pages? Download the ZIP rather than clicking each file. It bundles the whole batch in one go.
Want the opposite: several files into one? Combine your split pieces back together with our Merge PDF tool any time.
Your PDF is split entirely in your browser with pdf-lib and never uploaded to any server. Every output file is generated on your device, nothing is stored, logged or shared, and when you close the tab all of it is gone.
Free, private and instant. Split PDF runs right in your browser.