Is this PDF splitter really free, with no signup?+
Yes. There's no account, trial, daily quota, or watermark on the output. Filoraio is supported by ads on the page — never on your file. You can split as many PDFs, of any length, as you want.
Are my files uploaded to a server?+
No. The split runs entirely in your browser using a small WebAssembly library. Your PDF is read, processed, and saved without ever leaving the tab — which is why this works on confidential and offline files.
What range syntax does the tool accept?+
Comma-separated ranges and single pages, in any combination. "1-5, 8, 12-20" produces three output PDFs: pages 1-5, page 8 alone, and pages 12-20. Spaces are optional.
What's the difference between page ranges and every N pages?+
Page ranges let you pick specific sections by hand — useful for irregular splits like "chapters" or "contract pages". Every N pages produces equal-sized chunks automatically — useful when a document was assembled at a known page interval.
Can I extract a single page?+
Yes. In the page-range field, just type the page number on its own (for example, 8). You can mix single pages and ranges in one request: 1-5, 8, 12-20.
Why are multiple output files packaged as a zip?+
Browsers block automatic downloads of multiple files in quick succession (the second prompt is treated as a popup). Bundling everything as one zip is a single, reliable download you can extract on any operating system.
Will the split files be smaller than a slice of the original?+
Each output keeps the original page content unchanged, so file size is roughly proportional to the page count. If you want smaller files afterwards, run any of them through our Compress PDF tool — that's the right step for shrinking, not splitting.
Can I split a password-protected PDF?+
Encrypted PDFs aren't supported directly — unlock them first. Run the file through our Unlock PDF tool (owner restrictions come off automatically, user-password files decrypt locally with your password), then drop the unlocked output here for splitting.
How do I split a PDF on an iPhone or iPad?+
Open this page in Safari, tap the drop area, pick a PDF from the Files app, type your ranges, and tap Split. The single PDF or zip downloads directly to Files — no app store, no Apple ID, no install.
How do I split a PDF on a Mac without Preview?+
Open this page in Safari or Chrome, drop the PDF, type the ranges (or pick "every N pages"), and download the result. Preview can split too, but it's slower for irregular ranges and can't bundle outputs as a zip.
Why does my zip download contain empty PDFs?+
If a range goes past the end of the document (e.g. 90-100 on an 80-page PDF), older browsers used to silently emit a zero-page output. Filoraio now refuses ranges past the end with a clear error — so empty outputs shouldn't happen. If you see one, please report it with the source file size and your browser version.
Does splitting a PDF affect bookmarks or hyperlinks?+
External hyperlinks (URLs) remain clickable in every output. Bookmarks pointing to pages outside that output's range are dropped automatically — keeping them would create dangling links. Internal cross-references inside a single output range are preserved.
Can I split into more than 100 files at once?+
Yes — there's no hard cap. The zip generation does scale with output count, so 200+ outputs takes longer than 5; in practice the bottleneck is your device's RAM, not Filoraio. If you regularly split into hundreds of files, run the operation on a desktop rather than a phone.
Why did my range produce different pages than expected?+
Page numbers in the field refer to the PDF's internal page index (1-based). That's usually the same as the visible page label, but documents with front matter ("page i, ii, iii") sometimes have a label/index mismatch. If your splits land in the wrong place, count from page 1 of the file itself, not the printed page number.