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.