How to Edit Text in a PDF (And Why It Is Harder Than It Looks)
Editing a PDF sounds like it should work the way editing a document works. It does not, and the two reasons why explain almost every frustrating result people get.
Reason one: there are no paragraphs
In a word processor, a paragraph is an object. Text flows through it, and the software decides where lines break based on the available width. Add a word in the middle and everything after it shifts along automatically.
A PDF has none of that. What it has is a series of instructions placing runs of text at specific coordinates. Each visual line is positioned independently. There is no record that these six lines form one paragraph, and no width they are flowing inside.
So when you insert a word, there is nothing to reflow. The line you edited just gets longer. It may run past the right margin, overlap a figure, or disappear off the page edge — and the following lines will not move to accommodate it, because as far as the file is concerned they are unrelated.
Good PDF editors fake reflow within a detected text block, which works reasonably on simple layouts and poorly on complex ones. But they are inferring a structure that was never stored, and the inference can be wrong.
Reason two: fonts are only partly there
This is the source of the mismatched-text problem.
To keep files small, PDF generators normally embed a subset of each font — only the specific characters the document uses. If your document never contains a capital Q, the Q is not in the file.
Which is fine until you edit. Type a character the subset lacks and the editor cannot draw it in that font, because the shape is not present. It substitutes the nearest available font instead.
Substituted fonts differ in letter width, weight and spacing, so the edited text sits noticeably differently from the text beside it. Sometimes it is subtle — slightly heavier strokes. Sometimes a whole line shifts because the replacement characters are wider.
There is no clean fix from inside the PDF. You either accept the mismatch, or have the original font installed so the editor can use the complete version, or replace enough surrounding text that the inconsistency is not visible.
What edits are safe
Some changes work reliably:
- Same-length replacements. Changing a date from 2025 to 2026, or correcting a typo where the fix is the same width. Nothing needs to move.
- Shortening text. Deleting a word leaves a gap, which is untidy but does not break the layout.
- Editing an isolated line. A heading, a caption, a table cell — anywhere there is no paragraph to reflow.
- Adding new content in white space. A note in a margin, a stamp, an annotation. You are placing new content rather than modifying existing content, which sidesteps both problems.
What tends to go badly
- Adding a sentence to the middle of a justified paragraph
- Editing across a column boundary or a page break
- Changing text inside a table where cell widths are fixed
- Any edit needing characters absent from the embedded subset
- Editing text that is part of an image rather than real text
Check what you are dealing with first
Ten-second test: try to select the text with your cursor.
If it highlights, it is real text and editable in principle. If nothing selects, the page is an image — a scan, or a page exported as a picture. No text editor can change it, because there is no text. You would need OCR, and even then the recognised text sits as an invisible layer over the image; editing it changes nothing visible.
The advice nobody wants
Find the original file.
A PDF is an export. Something produced it — a Word document, a Google Doc, an InDesign file, a report generator. Editing that source and exporting again takes a fraction of the time of fighting the PDF, and the result is correct rather than approximately correct.
People skip this because opening the PDF feels faster. For anything beyond a one-character fix, it usually is not. Our guide on why PDF to Word conversion breaks formatting covers what to expect if converting is your only route back.
When editing the PDF is right
It genuinely is the correct choice when the original is gone and the change is small, when you are adding rather than modifying — annotations, notes, a signature — when the document is a form to be filled rather than prose to be rewritten, or when you are correcting a scan-level problem like a crooked page.
Our PDF Tools include an editor that lets you add and modify text, place images and annotate, running entirely in your browser. Within the limits above it handles the everyday cases well: fixing a wrong figure, adding a note, filling in a field.
What no browser tool — or desktop tool — can do is turn a PDF back into a fully reflowable document, because that information was discarded when the PDF was created. Understanding that boundary is what stops you spending an hour on a job that needed five minutes on the original.
Summary
- PDF text does not reflow; lines are positioned independently.
- Embedded fonts are usually subsets, which causes visible substitution.
- Same-length edits and additions in white space work well.
- Inserting into justified paragraphs and tables tends not to.
- If text will not select, it is an image and needs OCR.
- Editing the original document is nearly always faster and cleaner.
Try it yourself
Our free PDF editor needs no account and adds no watermark — use it right now, as many times as you like.
Open PDF Tools →Frequently Asked Questions
Why does my edited text look different from the surrounding text?
Usually font subsetting. PDFs commonly embed only the characters actually used on the page, so if you type a character the subset does not contain, the editor has to substitute another font. The replacement rarely matches exactly in weight or letter width, and the difference is visible.
Why does text not reflow when I edit a PDF?
Because a PDF has no paragraphs to reflow. Each line is positioned independently at fixed coordinates, so making a line longer does not push words to the next line — it simply overruns, potentially past the margin or over other content.
Is it better to edit the PDF or go back to the original document?
Go back to the original whenever it exists. A PDF is an export format and editing it is always a workaround. Editing the source in Word, Google Docs or whatever produced it and re-exporting takes less time and gives a clean result.
Can I edit text in a scanned PDF?
Not directly, because a scan contains no text objects — only an image of a page. You would need optical character recognition to produce a text layer first, and even then editing that layer will not change the underlying picture that people actually see.