All guides

How to Edit Text in a PDF for Free (and Why It's Harder Than It Looks)

Edit PDF Add text, draw, highlight, sign, and place images — a full editor in your browser.

You spot a typo in a PDF you already sent. Or a date is wrong, or a price changed. The source document is gone, or belongs to someone else, and all you have is the finished file. Editing it should take five seconds — and yet most tools either refuse, charge a subscription, or produce a mess.

There is a real technical reason for that, and understanding it takes about a minute. It also tells you exactly which edits will work cleanly and which will not.

Why PDFs resist editing

A Word file describes a document: paragraphs, sentences, styles. A PDF describes a printed page. Internally it says things closer to:

draw the characters “Inv” at x=72, y=680 in font F1 at 11pt draw the characters “oice” at x=91, y=680 in font F1 at 11pt

There are no paragraphs. Often there are not even whole words — text is stored as positioned fragments, split wherever the layout engine happened to split them. Nothing records that those fragments belong to the same sentence.

On top of that, PDFs usually embed fonts as a subset: only the characters that actually appear in the document get included, to keep the file small. If the document never contains the letter “X”, the glyph for “X” may simply not be in the file. Type one, and there is nothing to draw.

This is why “just edit the text” is genuinely hard, and why even Adobe Acrobat — full price, desktop — has limits on reflowing PDF text.

What works: replacing a line

The practical approach, and the one professional tools converge on, is to replace text line by line rather than reflow the document.

  1. Open the PDF editor and drop your file in.
  2. Select the Edit existing text tool. Every line of text in the document gets a subtle highlight.
  3. Click the line you want to change. It is covered, and an editable text box appears in its place, prefilled with the original wording.
  4. Rewrite it — fix the typo, change the date, adjust the sentence.
  5. Click Export PDF.

The replacement lands in the same position at the same size, so for a normal business document the change is invisible to the reader. Everything runs in your browser; the file is never uploaded.

The limitations, stated honestly

No browser tool escapes these, so it is worth knowing them before you start:

  • The replacement font is Helvetica. Because of font subsetting, the original typeface usually cannot be reused for new characters. On documents set in a standard sans-serif this is essentially invisible. On a document with a distinctive font, the edited line will look slightly different from its neighbours.
  • There is no reflow. Editing a line does not push the following lines down. If your replacement is much longer than the original, it will run past where the old line ended rather than wrapping into the paragraph. Keep replacements roughly the same length.
  • It works best on plain backgrounds. The original line is covered before the new text is drawn. On white or evenly coloured backgrounds this is seamless; over a photo or gradient, the cover patch may be visible.
  • Scanned documents have no text to edit. If your PDF is a photograph of a page, there are no text objects — only an image. See below.

If your PDF is a scan

Open it and try to select text with your cursor. If nothing highlights, it is a scan, and there is nothing to edit in the technical sense. You have two options:

  • Write on top of it. Use the whiteout tool to cover the old content, then the text tool to write the correction. This is the practical fix for correcting a scanned form.
  • Run OCR first with a dedicated tool to create a text layer, then edit. This is more work and the results vary with scan quality.

A note on whiteout and sensitive information

The whiteout tool covers content visually in the exported file. For everyday corrections that is exactly what you want.

It is not secure redaction. If you are publishing a document and need to remove confidential information so that it cannot be recovered, use a dedicated redaction tool that deletes the underlying data rather than covering it. Drawing a black box over text in any editor — including Acrobat — is a well-documented way to leak information.

After editing

Two things people usually need straight after fixing a document:

Send it. If the edited file is a scan and too large to attach, Compress PDF brings it under a mail server’s limit — see our guide on reducing PDF size for email.

Sign it. Corrections to a contract are usually followed by a signature. The same editor draws one in; the details are in how to sign a PDF without Adobe.

What else you can change

The same editor handles the edits that usually come with a text change:

  • Add new text anywhere on the page, in any size and colour
  • Fill out forms, including flat scanned ones
  • Sign with a drawn signature
  • Highlight passages, or annotate with pen, shapes, and lines
  • Insert images such as a logo or stamp

Frequently asked

Is it really free? Yes — no signup, no watermark, no limit on documents.

Is my document uploaded? No. The editor runs entirely in your browser, so the file never leaves your device.

Can I undo an edit? Yes. Undo and redo work throughout (Ctrl/Cmd+Z), and undoing a text replacement makes the original line clickable again.

Does exporting reduce the quality of the rest of the document? No. Your edits are drawn in as text and vector objects; the untouched parts of the page keep their original quality. Nothing is re-compressed.