Why this site exists
Almost every "free" PDF website works the same way: you upload your document to a remote server, the server does the work, and you download the result. That model has two problems people rarely think about. First, your file — which might be a signed contract, a bank statement, a passport scan, a medical record, or an NDA — is now sitting on a third party's infrastructure, however briefly. Second, the "free" service almost always caps you after a task or two and pushes you toward a paid plan, often stamping a watermark on your output in the meantime.
We thought the whole arrangement was backwards. Modern browsers are powerful enough to do the actual work — parsing, editing, compressing, and rebuilding a PDF — right on your own machine. There is no technical reason your private documents need to leave your device just to merge two of them. So we built the tools the way they should have been built in the first place: client-side, with no upload, no account, and no limit.
Who is behind it
Free PDF Suite is an independent project built and maintained by a small team led by its founder, who can be reached directly at skubacool@gmail.com. We are not a venture-backed company trying to up-sell you a subscription; this is a focused utility we keep running because we use it ourselves and people find it genuinely helpful. The site is funded by unobtrusive advertising (see our Privacy Policy for full disclosure of the cookies that involves), which is what lets us keep every tool free and unlimited.
How it actually works
When you pick a file, your browser's File API reads it into temporary working memory (RAM) on your device. Open-source JavaScript libraries running inside the page — primarily pdf-lib and pdf.js — then parse and transform the document, and the finished file is written straight back to your downloads. The web server that delivers this site serves static files only; it has no upload endpoint, no backend, and no database, so it is architecturally incapable of receiving your document. You can prove this to yourself: load a tool, switch your device to airplane mode, and watch it still work perfectly. When you close the tab, the memory is reclaimed and no copy of your file exists anywhere but on your own device.
What you can do here
The suite covers the full lifecycle of a PDF, all in the browser:
- Organize — merge, split, reorder, rotate, delete, and extract pages.
- Convert — PDF ↔ Word, Excel, PowerPoint, JPG, PNG, and more, in both directions.
- Edit & sign — add text, signatures, watermarks, page numbers, and a company seal.
- Optimize & secure — compress to a target size, redact text that truly disappears, add or remove passwords, and run OCR on scans.
Every tool is reachable from the homepage, and the whole site is installable as an app and works offline.
Our commitments
- Your files never leave your device. This is the foundation of the product and will not change.
- No sign-up, no daily limits, no watermarks on your output.
- Honest funding. We are ad-supported and we disclose exactly how, rather than quietly harvesting your data.
- Open building blocks. The heavy lifting is done by well-known open-source libraries running locally.
Get in touch
Found a bug, want a tool we don't have yet, or have a partnership question? We read everything — head to our Contact page or email skubacool@gmail.com.