About PDFZaap
What PDFZaap is
PDFZaap is a free collection of 35 PDF tools that run entirely in your web browser: conversion (PDF to Word, JPG, Excel and more), editing and organization (merge, split, compress, rotate, watermark), security (protect, unlock, e-sign) and advanced operations (OCR, repair, compare, metadata). Everything is free — no account, no subscription, no watermark, no daily limits.
Why it exists
Most online PDF tools work by uploading your document to a server, processing it there, and deleting it after a stated delay. That model is convenient for the provider and adds a step of trust for you — and for the documents that are most sensitive (contracts, IDs, financial records, client work), that step of trust is exactly what you would rather not take. PDFZaap is built around the opposite decision: run the processing on the device that owns the document. Modern browsers can execute real document engines locally, and that makes a fully private, free PDF toolkit possible. If a capability is not possible in the browser (certified PDF/A validation, layout-perfect PDF-to-Word, for example), the relevant tool page says so instead of pretending.
How local processing works
When you open a tool page, the browser downloads the page's assets — styles, scripts, and the processing libraries (PDF parsing and manipulation compiled to WebAssembly/JavaScript, image encoding, and for OCR, the Tesseract.js engine). From that moment on, your document takes no network path:
- Your file is read from disk by the browser's file API — it never leaves the device.
- The processing libraries read the file in your tab's memory and perform the operation there.
- The result is handed back to you as a download, written to your device by the browser.
The only documented exception is the OCR tool's first run, which downloads the public English language model from the Tesseract project's CDN — the same model file every Tesseract user downloads. Your document is not part of that download and is never transmitted. You can verify the no-upload behavior yourself with the Network-tab test described on our privacy explainer.
Who runs it
PDFZaap is built and maintained by Abdullah Salim, an independent developer. The project is open source on GitHub, where the code for every tool can be inspected — including the client-side processing path described above. Questions, corrections and feature ideas are welcome via the contact page.
What we do not do
- We do not store your files — there is no server storage to store them in.
- We do not sell data — there is no third-party advertising or data broker on the site.
- We do not claim capabilities the tools do not have. Each tool page states its real behavior and real limits.