About
A tool you can trust because it can't see your work.
PDFSamurai is built around a single design decision: PDF operations belong on your device, not on a stranger's server. Everything else on this site flows from that.
The why
Online PDF tools have a quiet problem.
The mainstream “online PDF tool” pattern works like this: you visit a website, you upload your document to a server you have never heard of, that server does something to your file, and a few seconds later it gives you the result. It is fast, it is convenient, and it has been the default for fifteen years.
It also means that every payslip, every contract, every passport scan and every quietly confidential business document a user has ever processed has spent at least a brief moment on infrastructure outside their control. The best operators delete promptly. Not every operator is the best operator. And even good ones cannot promise what happens during the seconds between upload and deletion.
The unusual thing about today's browsers is that they no longer need a server for any of this. The JavaScript engine and the WebAssembly runtime in Chrome, Firefox, Safari and Edge can do the same work the server used to do — just on the device the user is already holding.
PDFSamurai is the version of an online PDF tool that takes advantage of that. The processing happens in your tab. The file is read from local memory. The result is offered back to you as a download. The bytes never cross the network. We could not produce a copy of your document if we wanted to.
Principles
Four things we hold to.
Privacy by architecture.
Not a privacy policy that says nice things — an architecture that makes the unwanted thing technically impossible. Files do not leave the device.
Speed by simplicity.
Static pages, minimal JavaScript per route, no spinners hiding round-trips to a server. Most operations finish before you would have noticed an upload start.
Accessibility as a baseline.
Keyboard navigation, semantic markup, real heading hierarchies, decent contrast, motion respect. Built once, properly, instead of patched on later.
Built to be honest.
No engagement-maximising prompts, no manufactured urgency. The tools work. You use them. You leave. That is the whole product.
The team
Small, focused, in the UK.
PDFSamurai is independently built and operated from Liverpool, United Kingdom. We are a small team of web engineers and product designers with backgrounds in consumer SaaS and document tooling. We do not have investors to please or a growth-at-all-costs mandate; the goal is to build something genuinely useful and charge fairly for the parts that need ongoing infrastructure.
We can be reached at hello@pdfsamurai.co.uk for general questions, or via the contact page.
Open source
Standing on excellent shoulders.
The tools on this site lean heavily on the open-source community — in particular:
- pdf-lib by Andrew Dillon — page-level PDF operations.
- pdf.js by Mozilla — rendering PDFs to canvas.
- Next.js by Vercel — the framework that compiles this site to static files.
- Tailwind CSS and lucide-react — design system primitives.
If you maintain one of these projects and want to discuss sponsorship, please get in touch.