BentoPDF
Merge, split, compress, convert, edit, annotate, redact, OCR, and sign PDFs - BentoPDF packs
over 130 tools into a privacy-first toolkit that runs entirely in the browser through
WebAssembly. Files are never uploaded - processing happens in browser memory on the user's
machine and disappears when the tab closes, which makes the tool GDPR-clean by architecture
and safe for financial, legal, and internal documents. The engine combines WASM builds of
PyMuPDF, Ghostscript, and CoherentPDF; Tesseract handles OCR with searchable text-layer
output; Office conversions cover Word, Excel, and PowerPoint; and digital signatures use X.509
certificates (PFX/PEM) with the private key staying on the client. Because there is no
server-side processing, deployment is a static-file exercise: a single Docker container, or
any static host. A dedicated self-hosted build strips the marketing pages while keeping every
tool, and air-gapped deployments are first-class - an automated script bundles the WASM
modules, OCR language data, and fonts for fully offline networks. No accounts, no limits, no
watermarks; TypeScript and Vite under the hood.
Deploy