pc
All systems normalv1.0 — May 2026EN · VI · 🇮🇩 ID Q3

Edit any PDFin your browser. Free.

Privacy-first PDF tools, built in Singapore. Files never leave your browser. Fill, sign, annotate, fill AcroForms, watermark, page-number, split, merge — no signup, no subscription, no upload.

Free during beta
$0everything below is in your browser

Cloud OCR + AI autofill + per-doc pricing arrive with the v1.1 paid tier.

Try it now
No signup to startLocal-first · IndexedDBEN · VI side-by-side
The toolkit

All your PDF tools.
Free, in your browser.

Every editor feature runs in your browser. The four "soon" cards are honest placeholders for the v1.1 paid tier.

Fill PDF

Type, sign, and tab through any AcroForm.

✓ Free forever
Sign PDF

Draw, type, or upload a signature; place anywhere.

✓ Free forever
Add Image

Stamps, logos, or photos onto any page.

✓ Free forever
Highlight

Drag-to-highlight with text-blend mode.

✓ Free forever
Merge PDFs

Append more PDFs into one document.

✓ Free forever
Split PDF

Pick page ranges → save as a new PDF.

✓ Free forever
Extract pages

Grab a sub-range as its own PDF.

✓ Free forever
Delete pages

Remove pages, keep the rest.

✓ Free forever
Rotate PDF

Per-page rotation with reorder.

✓ Free forever
Normalize pages

Force every page to A4, Letter, fit.

✓ Free forever
Deskew scans

Auto-detect tilt and straighten every page.

✓ Free forever
Watermark

Text watermark on every page, position + opacity.

✓ Free forever
Page numbers

Running numbers in any corner; custom format.

✓ Free forever
Redact PDF

True content removal — black bars over selections.

✓ Free forever
QR Code

Stamp URL, vCard, or Wi-Fi QR codes anywhere.

✓ Free forever
Compress PDF

Shrink 60–95% by re-encoding embedded images.

✓ Free forever
Unlock PDF

Remove the password from a known-password PDF.

✓ Free forever
Image to PDF

Combine JPG, PNG, WebP, GIF — drag to reorder.

✓ Free forever
PDF to image

Render every page as JPG, PNG, or WebP.

✓ Free forever
Protect PDF

Add password + restrict printing/copying/editing.

✓ Free forever
OCR scannedSOON

Make scanned PDFs searchable + selectable.

Comes with v1.1
PDF to WordSOON

Convert PDF to editable .docx.

Comes with v1.1
Word to PDFSOON

Convert .docx to PDF.

Comes with v1.1
Crop PDFSOON

Trim margins on every page.

Comes with v1.1
Why browser-only

Your file never leaves this tab.

Open DevTools → Network → fill a form → export. Zero outbound bytes. That isn't a marketing line; it's an architectural choice.

01 · Architecture

pdf.js + pdf-lib, in your browser.

Render and export both run via WebAssembly inside this tab. No upload step exists in the code path. Verifiable by reading the source.

02 · Storage

IndexedDB, with a session URL.

AcroForm values, annotations, and bookmarks autosave to your device. Sessions resume via `?s=…` — that token is the only thing pointing at your work.

03 · Telemetry

Zero tracking by default.

No Google Analytics, no Hotjar, no fingerprint script. v1.1 will offer opt-in privacy-respecting analytics — and only if you say yes.

Engineering claims · falsifiable

No fake users. Real measurements.

Numbers we can prove right now. We'll add usage stats when we have users — not before.

0
Bytes uploaded per session
600k
PBKDF2 iterations on profile keys
~150ms
Avg PDF render on a mid-tier laptop
2
Languages — EN + VI co-equal
What people say

Beta testers, in their own words.

Quotes from the closed beta. Public launch is fresh — share yours and we'll feature it here.

Filled a Vietnamese tax form in five minutes — without uploading a thing. The browser-only thing isn't a gimmick, it's the product.
Linh Phạm
Freelance designer · Hà Nội
VN
I sign client contracts on the road. Free, no signup, signature looks identical after export — exactly what I needed.
James Whitaker
Immigration consultant · Singapore
EN
Tôi đã thử bốn công cụ khác trước. Đây là công cụ duy nhất xuất tiếng Việt có dấu chuẩn mà không phải đăng ký.
Trần Minh Đức
Kế toán viên · TP.HCM
VN
Questions

The ones we keep getting asked.

No — at all, today. Every operation in the editor (rendering pages, filling AcroForm fields, drawing signatures, applying watermarks, merging, splitting, exporting) runs client-side via Mozilla's pdf.js for rendering and pdf-lib for the actual byte-level edits. There is no upload step in the code path, so we cannot leak what we never receive. You can verify this in real time: open your browser's DevTools, switch to the Network tab, and edit any document — you will see zero outbound requests carrying your PDF. The v1.1 paid tier will add opt-in cloud OCR and unlock for scanned / password-protected files. Even then, the upload requires explicit per-document consent, files are deleted within 60 seconds, and the rest of the editor stays client-side forever.