# PDF Editor

> Edit text in place, fill forms, sign, redact, reorder pages, OCR scans, merge, split, and export — the 15 actions that cover roughly 90% of what people open Adobe Acrobat for. All on your device. The in-place text edit rewrites the underlying text stream rather than stamping fresh text on top, the way most online editors fake it. Power features (batch over 5 docs, files larger than 100 MB, layout-preserving Word export, AI summarisation) ship in a paid Pro tier; cloud-only ones are clearly labelled.


Live tool: https://lofttools.com/tools/pdf-tools/pdf-editor

Category: PDF & Documents


## What it does

- In-place text edit via pdfium-wasm — rewrites the underlying content stream, preserves the original font, size, color, and matrix
- Same-line sibling shift when edits change a word's width — adjacent text moves to keep spacing intact
- Line wrap at the right margin when an edit overflows — and following paragraphs shift down to make room
- Base-14 font fallback for edits that introduce glyphs the original subset font doesn't ship — guarantees Latin / Cyrillic / CJK coverage even when the original font is a tight subset
- Fill and sign forms (AcroForm + XFA partial)
- Digital signature support (visible signature field)
- Permanent redaction — underlying bytes removed, not just visually covered
- Page reorder by drag-and-drop in a thumbnail grid
- Annotate — highlight, sticky note, freehand, shape, and text comment layers
- Merge multiple PDFs preserving bookmarks
- Split by page range or individual pages
- OCR scanned PDFs (PaddleOCR primary, Tesseract.js fallback)
- Export to PDF, PNG, JPG, Word, and Excel
- Page rotation, crop, and grayscale conversion
- Free-tier file size cap 100 MB
- Pro-tier (cloud, labelled) — batch over 5 docs, files up to 500 MB, layout-preserving Word export, AI summarisation
- PWA install — works offline after first load

## How it works

1. **Drop your PDF** — Drag and drop a PDF onto the editor or click to browse — your file never uploads
2. **Edit, sign, or redact** — Use the toolbar to edit text, fill forms, sign, redact, reorder pages, or annotate
3. **Save** — Export back to PDF, PNG, JPG, Word, or Excel — every change stays on your device

## FAQ

### Is the PDF editor really free?

Yes. Core editing is free with no signup: text, signatures, forms, redaction, page operations, annotations, merge/split, OCR, basic export. Power features (batch processing more than 5 docs, files larger than 100 MB, layout-preserving Word export, AI summarization) ship as a paid Pro tier.

### Do my PDFs upload to a server?

No. The editor runs entirely in your browser. PDF rendering, edits, OCR, and export all happen on your device. Nothing leaves the tab.

### How does this compare to Adobe Acrobat?

The editor covers the 15 actions that account for ~90% of Acrobat use cases: edit text in place, fill and sign forms, redact, reorder pages, annotate, merge, split, OCR scanned PDFs, and export. It skips Acrobat features that few people use (form builder, PDF/X prepress, PDF JavaScript actions). The trade-off is free, local, and faster on real workflows.

### What file size limit is there?

Free tier handles PDFs up to 100 MB. Beyond that, the editor still works on capable devices but performance depends on your RAM. Pro tier removes the soft limit.

### Can I edit existing text in a PDF?

Yes — true in-place edit in your browser via pdfium-wasm. Click a word, type the replacement, save. The editor rewrites the underlying content stream and keeps the original font, size, color, and position. Adjacent text on the same line shifts right or wraps to the next line if your edit makes the run longer, and following paragraphs shift down to make room. When the original font is a tight subset that doesn't include glyphs your new text needs, the editor falls back to a built-in base-14 font in the same family (Helvetica / Times / Courier) so you never see missing glyphs. Most online editors stamp a white box and draw new text on top; this one rewrites the bytes.

### Are redactions permanent?

Yes. Redactions remove the underlying bytes from the saved PDF, not just cover them visually. Re-extracting text from a redacted file will not return the redacted strings.

### Does it work offline?

After the first visit, yes. Install Loft as a PWA and the editor works without an internet connection. The editor engine, fonts, and any cached models are stored locally.

### What happens if my browser tab crashes?

The editor auto-persists your most-recent session. On reload you will see a "Restore last session?" prompt. Earlier docs in the tab are not persisted (privacy default).

## Privacy

This tool runs entirely in the browser. Files are not uploaded to a server. They never leave the user's device.

## More

- All tools: https://lofttools.com/tools
- Category: https://lofttools.com/tools/pdf-tools
- LLM index: https://lofttools.com/llms.txt
