About
A small, independent PDF tool site built around one principle: your files stay on your device.
pdfdivider.com is a free, browser-based PDF utility. It lets you split, merge, redact, and watermark PDF files without uploading them to a server. All of the processing happens locally in your browser using open-source JavaScript libraries.
The site exists because most PDF tools on the web work by having you upload your document to a remote server. That upload step creates a copy of your file on someone else's infrastructure — even if that file is deleted shortly afterward, it has still traveled across the internet and touched systems you do not control. For everyday documents this might not matter. For tax returns, contracts, medical records, HR files, or anything with personal identifiers, many people reasonably prefer not to take that risk.
pdfdivider.com was built to fill that gap: simple, everyday PDF tasks done entirely on your own device with no account required and no file sent anywhere.
The tools on this site use pdf-lib, an open-source JavaScript library, to read, modify, and write PDF files. PDF.js, developed by Mozilla and released under an open-source license, handles page rendering for previews. Both libraries run inside your browser's JavaScript engine. Neither one sends data to a remote server as part of their normal operation.
The site itself is a static React application delivered from a content delivery network. The server has no file-handling capability — it delivers HTML, JavaScript, and CSS, and that is all. There is no user session, no document database, and no persistent storage of files you process through the tools.
When you load a PDF into one of the tools, the file is read directly into browser memory from your local filesystem. When you export the result, the new file is written from that same memory back to your local filesystem. The file never leaves your device during that process.
The site is built for individuals and professionals who need to handle documents with some sensitivity. Common users include:
Browser-based PDF tools have real constraints worth knowing before you rely on them. Very large PDF files — particularly scanned documents with high-resolution images — can be slow to process or run out of browser memory on lower-end devices. If a large file fails, a desktop application is likely a better fit for that specific job.
Password-protected PDFs generally cannot be processed until the password protection is removed by another tool first. The tools here also do not edit text or reformat content — they work at the page level, not the element level.
No automated tool is a substitute for reviewing the output yourself, especially before sending a redacted or edited document to another party. Always spot-check your exports.
pdfdivider.com is an independent project maintained by a single developer. There is no company, no investor funding, and no team behind it. It is a side project built to solve a real and recurring problem.
The site carries advertising through Google AdSense. Ads are served by Google based on general browsing context. No personally identifiable document content is shared with any advertiser — files you process never leave your device.
Questions, bug reports, and feedback are welcome. You can reach the site operator at the contact page.
This site is built on the work of open-source contributors. The primary libraries used include: