← All guides

How to edit existing text in a PDF

Adding a line to a PDF and changing a line that is already there are two different operations, even though on screen they look like the same thing. One draws something new on the page. The other has to reach into what is already drawn and alter it.

The difference shows up later: in how the page prints, in whether the text can still be selected, and in what happens when someone opens the file somewhere else.

Why some text resists

Text in a PDF is not a paragraph. It is a set of drawing instructions with their own font, position and spacing, and the font is often embedded as a partial copy — only the characters the page actually used. Type a character that was never on the page and there is nothing to draw it with.

Lines can also be shared. One instruction may paint text that belongs to two places at once, or the same words may be drawn twice to fake a bold weight. Rewriting one of those without understanding the arrangement changes something the person editing never looked at.

Change what you changed

The rule this editor follows is short: change what you changed, leave the rest alone.

In practice that means the edit is aimed at the smallest thing that has to move — the run you touched, not the paragraph, and not the page. The rest of the line keeps its own positions, the neighbours keep theirs, and the document keeps everything that was not part of the question. After the write, the result is checked against the original before anything is published: if the page moved in a way it should not have, the edit does not happen at all.

When it declines

Sometimes a safe direct edit is not possible. A shared instruction, a doubled line, a check that did not pass. In that case the editor says so instead of forcing it, and — when the target sits on a plain background — it can offer a different route: cover the old text exactly and write the new text on top, with your explicit permission. The old text stays inside the file, so that is a visual change, not a removal.

One more honest limit: when the original font cannot be used, the replacement is written in the closest available face and you are told. Expect the text to read correctly, not to match glyph for glyph.

If the word you clicked never opens an editor at all, the page may not contain text in the first place. What is actually inside a PDF is the shorter way to understand why.

Edit your PDF in the browser → PDF Edit