Edit the text in a PDF

Click any line in a PDF and retype it. Fix a name, a date or a typo without uploading the file anywhere. No account, no watermark, no hourly limit.

๐Ÿ”’ Runs in your browser

Click the line. Retype it. Download.

Most "edit PDF" tools let you lay a new text box on top of the page. That is fine for filling a form and useless for fixing a name, because the old name is still sitting there underneath in plain sight.

This finds the actual text. Every editable line on the page is highlighted; click one and it becomes an input containing exactly what is there now. Change it, and the original is covered with a patch sampled from the page itself and the new text is drawn on the same baseline, at the same size, in a matching font.

It runs in your browser, which is the part that is genuinely rare

Free PDF text editors do exist โ€” Sejda will let you change text without paying, and so will PDFescape. We are not claiming to be the only one.

What they have in common is that your document goes to their server. That is why they have hourly limits, queues and file size caps: someone is paying for that compute. Sejda's free tier is three tasks an hour.

Here, the work happens on your own machine. There is no upload, so there is no limit to enforce, no queue to wait in, and nothing of yours sitting on someone else's disk. For a contract, a payslip or a medical letter, that difference is the whole point.

Why the font sometimes cannot match

This is the honest limitation, and it is worth understanding because every tool has it.

A PDF does not embed a whole typeface. It embeds a subset โ€” only the characters the document actually uses. A certificate containing "John Smith" may carry a font program with no letter a anywhere in it. Retype the name as "Jonathan" and that letter simply does not exist to draw.

A server cannot fix this. The glyph is missing from your file, not from the computer.

So when the original font can be identified as one of the standard families โ€” Helvetica and Arial, Times, Courier โ€” the replacement is drawn in a metrically matching face and the edit is invisible. When it cannot, the tool draws the closest standard font and tells you, before you download, that the line will not match. You get to decide whether that matters.

โ›” This is not redaction

Covering text is not deleting text.

The original words remain in the file underneath the patch, and anyone can pull them out with a text extraction tool in seconds. This has leaked real information out of real court filings, repeatedly, because people assumed a black box meant the words were gone.

For a typo, that is irrelevant. For a name, an address, an account number or anything else that must actually disappear, use redact a PDF, which rasterises the page so that there is no text left to recover.

What this does not do

  • It does not pretend a scan is as good as the real thing. Scanned pages can be edited via text recognition, but the patch and the replacement font will both be visible. The tool says so before you download, not after.
  • It does not reflow paragraphs. Replacement text is condensed to fit the original space rather than pushing the rest of the line along, because PDF has no paragraph model to push against.
  • It does not remove the original text. See above โ€” that is redaction, and it is a different job.
  • It does not add new text boxes, images or drawings. Those are separate jobs; this one edits what is already there.

This tool runs entirely inside your browser. Your file is never uploaded โ€” it never leaves your device, so there is nothing for us or anyone else to read, store or leak.

Common questions

Is my file uploaded?

No. The whole thing runs inside your browser - finding the text, rendering the pages and writing the new file. Nothing is sent to us, which also means there is no hourly limit and no queue, because there is no server doing the work.

Why does my replacement text sometimes look slightly different?

Because a PDF usually embeds only a subset of each font - just the characters the document already uses. If the original was set in a font we cannot reproduce, the new text is drawn in the closest standard font instead, and the tool warns you before you download rather than after. Documents set in Helvetica, Arial, Times or Courier match almost exactly, which covers most business and government paperwork.

Can I edit a scanned PDF?

Yes, but read this first. A scanned page is a photograph: the words are pixels, not text. The tool detects that and offers to read the page with text recognition, which finds where the words are so you can click them. The first scan downloads about 4 MB of recogniser, once. Two honest caveats: recognition is a guess, so a faint or skewed scan may be misread; and the result will look edited, because the patch over the old word is flat while scanned paper is not, and the replacement is drawn in a standard font rather than the one that was printed.

Does editing remove the old text from the file?

No, and this matters. The original text is still in the file underneath the patch, and anyone can recover it with a text extraction tool. That is perfectly fine for fixing a typo and completely wrong for hiding sensitive information. If you need something genuinely gone, use the redaction tool, which rasterises the page so there is no text left to recover.

What if my new text is longer than the old text?

It is condensed slightly to fit the space the original occupied, down to a limit. PDF has no concept of reflowing a paragraph, so the alternatives are running into whatever sits to the right or being clipped, and neither is better. If the difference is large, the result will look narrow and you should check it before sending.

Written and maintained by Mustak Momin ยท Last reviewed