For years my "PDF workflow" meant: open a free website, upload the file,
pray it
2
wasn't a bank statement, download the result. I never liked it. So I built
the thing
I wanted.
3
4
5
wezzik.com is 16 PDF tools that all run in the browser. Merge, split,
6
7
rotate,
compress to an exact size, convert to Word/Excel/Image, OCR, even an AI
summary.
The part that matters: nothing is uploaded. Open DevTools while you
process a 50MB
file and the Network tab stays empty.
8
9
10
11
It's static HTML and JS, pdf-lib and pdf.js doing the heavy lifting,
Tesseract for
to, which
OCR, hosted on Vercel. No backend means there's nothing to send your file
is the only privacy guarantee that actually holds.
12
13
14
15
If you process PDFs with any regularity, give it a try. And if there's a
tool missing
that fits the local-only model, tell me, I'll build .
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
wezzik.com