About
What this is and how it works.
What it does
PDF Tool Desk is a set of tools for working with PDF files: editing text and pages, combining and splitting documents, converting to and from images, reducing file size, applying encryption and permissions, and searching inside documents. All of it is free, and none of it requires an account.
How it works
The site is a server-rendered application. PDF processing runs on the server with PyMuPDF, a mature rendering and document library, rather than in your browser. Long operations run as background jobs, so the interface stays responsive and reports real progress page by page rather than an animation that only looks like progress.
What we try to get right
Tools describe what they actually do. Compression settings are labelled by the resolution they resample images to, because that is the thing being changed. Lossless optimization is not promised to shrink every file, because it cannot. Redaction removes the underlying content rather than drawing a box over it. When a tool cannot do something — searching a scanned page, for instance — the page says so instead of failing quietly.