About One Page PDF Converter
A free PDF toolkit built on one simple idea: your files shouldn't have to leave your device just to get merged, signed, or compressed.
Why I built this
Every "free" PDF tool I tried did the same thing: you upload your file to a server, it gets processed somewhere else, then you download the result. That's a strange amount of trust to hand over for something as simple as combining two pages or adding a signature — especially when the document is a contract, an ID, a medical record, or anything else you'd rather not send to a server you don't control.
So I built One Page PDF Converter to do it differently: every tool runs entirely inside your browser. There's no upload step because there's no server involved in processing your file at all — the merging, signing, compressing, and converting all happens on your own device, using JavaScript libraries running locally. You can verify this yourself: open your browser's developer tools, watch the Network tab while you use any tool here, and you'll see there's no request carrying your file content anywhere.
What "private" actually means here
I want to be precise about this rather than just make a marketing claim: your files — the actual PDF content you're working with — never get uploaded, ever. That's the real, verifiable promise.
Like most websites, this site does use standard analytics (which pages get visited, not what's inside your documents) and a couple of third-party widgets for things like reviews and support chat. I'd rather be upfront about that than let "100% private" imply something broader than what's actually true.
The part I'm proudest of
The password protection tool was the hardest thing to get right, and the one I was most careful about. Most free "protect PDF" tools either upload your file to encrypt it, or use a proprietary format that only their own site can open again. I wanted something different: real, standard PDF encryption (128-bit AES) — the same method Adobe Acrobat has used since 2005 — implemented entirely in JavaScript, running in your browser.
Because shipping subtly-broken encryption is worse than not shipping it at all, I didn't just trust my own implementation. I verified the key-derivation algorithm byte-for-byte against an independent, industry-standard library before trusting it with real documents, and cross-tested the encryption itself between two separate implementations to rule out hidden bugs. That process mattered more to me than shipping it quickly.
What's here today
Merge, split, compress, organize, and edit PDFs. Sign documents by drawing, typing, or uploading a signature. Convert between PDF, Word, Excel, and images in both directions. Real password protection and removal. Plus a couple of unrelated tools I added just because they were useful to have around — an age calculator and a scientific calculator.
What's next
This is very much an active, ongoing project, not a finished product. More tools, more polish, and — eventually — a way to support the site financially without compromising the "free and private" part that's the whole point of it. If you run into a bug, have a feature request, or just want to say the tool was useful, I'd genuinely like to hear it.
— Built by an independent developer who got tired of uploading files just to merge two PDF pages.
[Add your name/photo here if you'd like to personalize this further.]