PDF & DocumentsClient-Side Private

PDF Editor

Click a word on the page and retype it — the editor finds every line of text in your PDF and lets you replace it in place, matching the original position, size and colour. Also fills real form fields, adds text, images and signatures, and reorders, rotates or deletes pages. Everything runs in your browser.

Upload PDF to Edit Words & Match Fonts

Click any text directly on the page to retype words with matching font style, weight, size, and color.

Font & Weight MatchingDirect In-Place Editing100% Private (No Uploads)

Upload a PDF here and every line of text on the page becomes clickable. Click a word, retype it, save. Underneath, the editor is doing what a PDF actually permits: a PDF stores positioned glyphs rather than sentences, and its fonts are usually subset-embedded, so the original string genuinely cannot be rewritten in place. So when you click, the editor measures that text run, covers it with a rectangle painted in the page's own sampled background colour, and drops an editable copy on top at the same position, size and ink colour. The result is the edit you wanted, without pretending the format allows something it does not.

How to edit a PDF

  1. Upload the PDF. Every text run on the page is detected and lightly highlighted, and the status line tells you how many were found.
  2. Click any highlighted word or line. It is replaced with an editable copy in the same spot — edit the text in the panel on the right.
  3. Adjust size and colour there if the match is not exact, or drag the text to nudge its position.
  4. If the document has real form fields, the Form fields tab lists them. Editing those changes the document's actual data and is always the better option when available.
  5. Add a signature or logo with the Image button, place free text anywhere with Add text, then use the Pages tab to reorder, rotate or delete pages, and Save.

The PDF Editor runs entirely in your browser — nothing you enter is uploaded, stored, or logged.

When to use this tool

Correcting a name or a date

The most common PDF edit there is, and a single click here. Click the name, type the correction, save. On an invoice or a letterhead where the text sits on a coloured band, the cover is painted in that band's colour rather than white, so the correction does not leave a pale rectangle behind it.

Filling in an official form

Government and bank PDFs frequently ship as real AcroForm documents. Editing those fields here produces a properly filled form rather than an image with text pasted on top.

Signing a document

Drop in a PNG of your signature, place it on the line, and save. No printing, signing and rescanning.

Redacting information before sharing

You can cover sensitive lines with black boxes, but understand exactly what that does: it hides the text visually while leaving it in the file, where copy-paste or any search tool will still find it. This is a real and frequently exploited mistake. Treat covering as tidying, never as redaction — for that, the underlying text must be removed, which needs specialist software.

Things worth knowing

  • Check the Form fields tab first. If fields exist, editing them is always better than covering and retyping.
  • Click-to-edit picks the background and ink colours automatically. If a replacement looks slightly off against a gradient or an image, select the cover and set an exact colour with the picker.
  • Replacing a word does not delete the original from the file — it is still there underneath. Never rely on this to hide account or ID numbers.
  • Added text uses Helvetica. Non-Latin scripts such as Hindi, Tamil or Arabic will not render; use a form field, or place an image of the text instead.
  • Undo holds the last 25 actions, and your original file is never modified — saving produces a new document.

Frequently Asked Questions

Can I edit text already in the PDF?

If it is a form field, yes — directly. Otherwise cover it and type over the top, which is how PDF editors handle flattened text.

Why can I not just click existing text and retype it?

Because a PDF does not contain editable text runs. It contains instructions to draw specific glyphs at specific coordinates, using a font that is usually subset-embedded — meaning only the characters already used are available. Typing a character that is not in the subset has no glyph to draw. Rewriting that properly requires font re-encoding and content-stream surgery, which no browser library can do reliably. Covering and retyping is the standard workaround, and it is what most PDF editors do underneath.

What is the difference between form fields and added text?

A form field is real structured data in the document — editing it is genuine editing, and the field keeps its name and type. Added text is drawn onto the page as new content. Both survive saving and print identically, but form fields are the better option whenever they exist.

Is covering text secure enough for redaction?

No, and this matters. A drawn rectangle hides text visually but the original characters may still exist in the file and can be recovered by copying the text or examining the content stream. For anything genuinely confidential, use software that removes the underlying content rather than covering it.

Why does my Hindi or Arabic text not appear?

Added text is drawn in Helvetica, a standard PDF font that only covers Latin characters. Other scripts need an embedded font containing those glyphs. The practical workaround is to type the text elsewhere, screenshot it, and place it as an image.

Is my document uploaded?

No. Pages are rendered with pdf.js and the new file is built with pdf-lib, both inside your browser. Nothing is transmitted — which matters, since the documents people most often need to edit are contracts, statements and identity papers.