Split PDF Without Losing Quality
Break one PDF into separate files, or pull out just the pages you need.
Drop your PDF file here
or browse your device
A single PDF file, up to 100 MB. Files are processed on this device.
Quality loss in PDF tools comes from one thing: re-rendering. If a tool converts your pages into pictures and rebuilds the document from those, text goes soft, fine lines pick up artefacts, and the file often gets bigger rather than smaller. This tool avoids that wherever the operation allows it.
Where possible, pages are copied between documents as structured objects. Text stays as text — selectable, searchable and sharp at any zoom level. Embedded fonts travel with the pages that use them. Vector graphics stay vector, so a diagram is just as crisp at 400 per cent as it is at 100.
Images inside your document keep their original encoding and resolution. They are not decoded and re-encoded, which means no generational JPEG loss — the softening that accumulates every time an image is saved again through a lossy format.
Splitting a PDF means one of two quite different things depending on the day. Sometimes you want every page as its own file — useful when a scanner has handed you a fifty-page batch that is really fifty separate documents. Other times you want to pull out pages seven through twelve and nothing else. This tool does both.
Choose one PDF per page and you get a numbered set of single-page files, each named after the original. Choose a page range and you get one new PDF containing exactly the pages you listed, in the order you listed them. Either way the original file on your device is left completely untouched.
How to split a PDF file
Add your PDF
Drop a single PDF onto the upload area, or press it to browse your device.
Choose how to split
Pick one PDF per page to burst the whole document, or extract a page range to pull out a specific section.
Enter the pages you want
If you chose to extract a range, type it as a list — 1-3, 7, 9-12. Page numbers start at 1 and each page appears only once in the output.
Split the file
Press Split PDF. Progress is shown page by page for long documents.
Download the pieces
A single extracted range downloads as one file. A full burst gives you a list where you can grab pages individually or download the whole set.
Why use this split pdf tool
Text stays text
Structural operations keep text selectable and searchable, and sharp at every zoom level, because it is never converted into an image.
No generational loss
Images keep their original encoding rather than being decoded and re-compressed, so no softening accumulates.
Vectors stay vector
Diagrams, charts and line art keep their mathematical definition and stay crisp at any magnification.
Two modes, one tool
Burst a document into single pages, or extract a specific range into one new file, without switching to a different page.
Readable page ranges
Write ranges the way you would say them out loud — 1-3, 7, 9-12 — and the tool validates them against the real page count before it does anything.
Predictable filenames
Output files are named after the source document with the page number appended, so a folder full of them still makes sense a month later.
Features
- Page-by-page burstTurn an N-page PDF into N separate single-page PDFs.
- Range extractionPull out any combination of pages and ranges into one new document.
- Range validationImpossible ranges are reported before processing rather than failing halfway.
- Cancel any timeLong documents show live progress and can be stopped mid-run.
- Original untouchedThe file you selected is only ever read, never modified.
When people use this
Separating a scan batch
A stack fed through a document feeder often comes back as one PDF containing many unrelated documents. Burst it into pages, then keep only what you need.
Sending one chapter
Extract pages 42 to 58 of a long report so a colleague receives only the section that concerns them rather than the whole thing.
Removing pages before sharing
Extract everything except the pages you would rather not circulate, and share the new file instead of the original.
Preparing pages for signature
Pull the signature page out on its own, sign it, and merge it back into the document afterwards.
Where quality is genuinely lost, and where it is not
Structural operations — merging, splitting, rotating, watermarking, signing and adding text — involve no quality loss at all. They read the document's objects, rearrange or add to them, and write them back. What comes out is what went in, with your change applied.
Rendering operations are a different matter, and it would be dishonest to pretend otherwise. Converting to JPG or PNG produces pixels, so resolution is a choice you make rather than something preserved. Compressing at anything above the Lossless level deliberately re-renders pages, which is precisely how the size reduction is achieved.
Word to PDF sits in between: the document is laid out and rendered visually, so the output is a faithful picture of your document rather than selectable text. Every one of these trade-offs is stated on the tool's own page rather than glossed over.
The rule of thumb is straightforward. If an operation changes the structure of a document, quality is preserved completely. If it changes the pixels, there is a trade-off, and you are the one who chooses where it sits.
How splitting works
The source PDF is parsed once with pdf-lib and its page count is read. For a burst, the tool creates a fresh single-page document for each page index and copies that one page into it. For a range extraction, it creates a single document and copies the pages you listed into it in that order.
Because pages are copied as objects rather than re-rendered, the output is byte-for-byte faithful to the input in terms of content. A page that was 2 MB of scanned image in the original is still that image in the split file — splitting is not a compression step, and a 50-page document split into 50 files will add up to roughly the size of the original plus a small amount of per-file structural overhead.
Privacy
Your files are not uploaded. When you add a PDF file, your browser reads it from your device into the memory of the tab you are looking at, and the split pdf operation runs there using your own processor. Nothing is transmitted to any server at any point.
That means there is no file for anyone to store, no retention policy to trust, and no deletion schedule to take on faith. The document exists only in the memory of an open browser tab, and it is released the moment you close it, reload the page, or press start over.
The site uses standard anonymous analytics to count page views and how often each tool is used. Those events record which tool ran and whether it succeeded — never a file name, never file contents, and never anything that could identify a document or the person processing it.
No account is required, so no personal information is collected. There is no profile, no history and nothing tied to an identity, because no identity was ever created.
Security
The strongest security property this tool has is structural: your file never travels anywhere, so there is no transmission to intercept and no server-side copy to breach. This is not a policy that could change — it is a consequence of where the code runs.
You can verify it in about thirty seconds. Open your browser's developer tools with F12, select the Network tab, and use the tool. You will see the page's scripts load — including the PDF libraries, which are fetched on demand the first time a tool runs — and then nothing further. No request carrying your document is ever made.
For a stronger test, disconnect from the network once the page has loaded. The tool will keep working exactly as before, which is only possible because nothing is being sent.
Uploaded files are validated in the browser before anything runs: the extension must match what the tool accepts, the file must not be empty, and it must be within the size limit. Malformed documents produce a clear error and a retry option rather than a silent failure.
What this tool does not do
Being clear about limits is more useful than a feature list that quietly omits them. Splitting does not reduce file size, and document-level features such as bookmarks and form fields are not carried into the individual pieces.
If you need capabilities beyond that — redaction, PDF/A conformance, OCR, or scripted batch processing across thousands of documents — dedicated desktop software genuinely earns its licence fee, and this is not trying to replace it. For the specific job of producing a split PDF files, everything you need is on this page.
Frequently asked questions
- Will my split PDF files look worse than the original?
- For structural operations — merging, splitting, rotating, watermarking, signing and text editing — there is no quality change whatsoever. For operations that render pages, such as image conversion and non-lossless compression, quality is a setting you control, and the trade-off is explained on the tool's own page.
- Will the text still be selectable and searchable?
- Yes, for every structural operation. Text is only lost when a tool deliberately renders pages to pixels, which is limited to image conversion, compression above the Lossless level, and Word to PDF.
- Do embedded fonts survive?
- Yes. When pages are copied between documents, the fonts they depend on are copied with them, so the output renders identically on a device that does not have those fonts installed.
- How do I write a page range?
- Use commas between entries and hyphens inside a range, like 1-3, 7, 9-12. Spaces are ignored. Pages come out in the order you list them, and a page listed twice only appears once.
- What happens if I ask for a page that does not exist?
- You get a clear message naming the page and telling you how many pages the document actually has, before any processing starts. Nothing is downloaded and nothing is lost.
- Does splitting change the pages themselves?
- No. Each output page is copied from the original at the object level, so text, fonts, images and page dimensions are exactly as they were.
- Can I download all the split files at once?
- Yes. The results view has a download-all button that saves every file in turn. Your browser may ask once for permission to download multiple files — allow it and the rest follow automatically.
- Is the original file changed?
- Never. The tool reads the file you select and builds new documents from it. The file on your device is exactly as it was when you started.
Related tools and pages
- Split PDFThe main split pdf page, with the same tool and every option.
- Merge PDFCombine several PDF files into one document, in the order you choose.
- Rotate PDFTurn sideways or upside-down pages the right way up and save the change.
- Compress PDFShrink a PDF so it fits an upload limit or an email attachment.
- PDF to JPGTurn every page of a PDF into a JPG image you can download.
- Split PDF — No watermarkSplit PDF with no watermark, logo or branding added to your file. The output contains your content and nothing else.
- Split PDF — On MacSplit PDF on Mac with nothing to install. Split a PDF or extract just the pages you need. Works in your browser, free.
- Split PDF — On WindowsSplit PDF on Windows with nothing to install. Split a PDF or extract just the pages you need. Works in your browser, free.
- Split PDF — On LinuxSplit PDF on Linux with nothing to install. Split a PDF or extract just the pages you need. Works in your browser, free.
- Split PDF — On iPhoneSplit PDF on iPhone with nothing to install. Split a PDF or extract just the pages you need. Works in your browser, free.
- Split PDF — On AndroidSplit PDF on Android with nothing to install. Split a PDF or extract just the pages you need. Works in your browser, free.
Browse every PDF tool, or read the help and FAQ pages. Details of how files are handled are in the privacy policy.