Look, I know what you're thinking. "Another PDF tool? Really?" Trust me, I had the same thought when I started this project.
Here's the thing though - I built PDF Page Picker out of frustration. Real, genuine frustration.
The Problem Nobody Talks About
I was trying to extract a few pages from a 200-page conference proceedings PDF. Just pages 47-52 where my colleague's paper was published. Sounds simple, right?
Option 1: Adobe Acrobat. Great tool, but $15.99/month for a task I do maybe once a month? No thanks.
Option 2: One of those "free" online PDF tools. So I upload my document... to where exactly? Some server in who-knows-where? And then there's a watermark plastered across every page unless I upgrade to Premium. Hard pass.
Option 3: Install some random desktop software that probably bundles in a toolbar and three different "PC optimizers." Yeah, no.
The Lightbulb Moment
I'm a developer. I know browsers these days are incredibly powerful. We have the File API, we have JavaScript libraries like pdf-lib that can manipulate PDFs entirely in the browser. Why isn't anyone building tools that actually respect user privacy?
So I spent a weekend building it. No servers, no uploads, no accounts, no watermarks, no tracking. Just a simple tool that does one thing well - extracts pages from PDFs right in your browser.
What Makes It Actually Different
I'm not going to bore you with marketing speak. Here's what actually matters:
It's genuinely private. Not "we respect your privacy" while secretly uploading your data. I mean architecturally impossible to see your documents. There's no backend. There's nowhere for your PDF to go. Open your browser's Network tab and watch - after the page loads, zero network requests when you process files.
It's actually free. No "free trial," no premium tier, no feature gating. The whole thing. Forever. Why? Because once you load the page, everything runs on your computer. I'm not paying for servers to process your PDFs because I'm not processing them - you are, in your browser.
It's fast. No upload time, no "processing your file" spinner while it sits in a queue. Your PDF never leaves your computer, so it's just your CPU doing the work. On a modern laptop, extracting pages from a 50-page PDF takes maybe 2-3 seconds.
The Stuff That Still Needs Work
I'm not going to pretend it's perfect. Right now you can't reorder pages (they come out in their original order). There's no visual preview of pages before extraction. Password-protected PDFs don't work.
But here's my philosophy: I'd rather ship something simple that works well than promise everything and deliver a bloated mess. Those features might come eventually if people actually want them.
Use It, Don't Use It
Honestly, I built this tool for me first. It solves my problem. If it solves yours too, great. If you need something more powerful, Adobe and Foxit make excellent products (and they're worth paying for if you use them regularly).
But if you're like me - you just occasionally need to grab a few pages from a PDF without uploading it to some random company's server or subscribing to yet another service - well, that's why this exists.
Try it. Don't try it. It's the internet - you've got options.