The hidden-pages problem
Reviewers caught a major PDF site's split tool producing files where "the file size remains the same — it just removes the other pages from being visible." That's a data leak waiting to happen: anyone with a PDF tool can un-hide those pages. The honest test is file size — a true one-page split of a 20-page document should be a fraction of the original. Ours is, because each output is assembled from scratch with only its page's objects. Check the sizes yourself; that's the point.
FAQ
Can I extract just one page or a range?
Version one splits every page into its own PDF — grab the ones you need from the zip. Range selection is coming.
Does quality drop?
No — page contents are copied losslessly at the object level, never re-rendered.
Is my document uploaded?
Never. The split happens in your browser — which is rather the point for the documents people split.