Docento.app Logo
Docento.app
All Posts

How to Add Text to a PDF Without Acrobat

March 23, 2026·5 min read

Adding text to an existing PDF — typing your name into a form, leaving a comment on a draft, filling in a field that isn't actually a field — is one of those everyday tasks that should be trivial. With the right tool it is. With the wrong tool you end up wrestling fonts, fighting layout, and emailing back something that looks like ransom-note typography.

Two kinds of "adding text"

Before reaching for a tool, decide which case you're in:

  • Adding text on top of the page (annotation): you're not changing the original content, you're overlaying new text. Used for filling non-interactive forms, adding captions, leaving comments. The original PDF text underneath is unchanged.
  • Editing text in the page (real edit): you're changing existing words inside the PDF. Used for fixing typos, updating dates, rebadging a template.

These need different tools. The first works in any modern PDF reader. The second needs a real PDF editor and only works reliably on PDFs with embedded fonts and editable text layers.

Method 1: Add text on top (annotation)

The simplest case. Every modern PDF reader supports this:

  • Browser tools: Docento.app lets you click anywhere on a page and start typing, in your browser, without uploads.
  • macOS Preview: Tools → Annotate → Text.
  • Adobe Acrobat Reader: the "Add text" tool in the toolbar.
  • Edge / Chrome: native text annotation.
  • Smartphone PDF readers: most have a "T" or "Aa" icon for text overlay.

For filling a non-interactive form, this is what you want. Place a text box over each line, type, save.

Tips:

  • Match the document's font and size. Your overlay shouldn't look like a different document. A 12pt Times overlay on a 11pt Helvetica form is jarring.
  • Use black text unless you specifically want comments to stand out — coloured overlays look like edits, not data.
  • Align consistently. Left-align all entries on a form; centre-align titles; right-align numeric fields. Eyeballing alignment makes the form look amateur.
  • Save as a flat PDF before sending if you don't want recipients to see (or edit) your text boxes. Flattening a PDF makes overlay text part of the page.

Method 2: Edit existing text in the PDF

Real text editing is harder. PDFs aren't word processors — text is positioned absolutely, fonts may not be embedded, and lines don't reflow.

Browser tools can edit text in most PDFs that have selectable text. Docento.app offers a click-to-edit experience: click on a word, change it, save. The constraints:

  • Font has to be embedded for the edit to look right. If it isn't, the editor substitutes a similar font and your edit may look slightly different.
  • Lines don't reflow. If your edited word is longer, it overflows; shorter, it leaves a gap. For longer edits, you'll need to manually adjust line breaks.
  • Scanned PDFs can't be edited this way — they're images of text, not text. Run OCR first.

For more on text editing approaches, see how to edit PDF text without Acrobat.

Method 3: Convert to Word, edit, re-export

For substantial text changes, the cleanest path is often a round-trip through Word:

This loses any precise layout that Word can't reproduce, but it gives you full reflow and proper paragraph editing. For documents where text matters more than design (reports, contracts), this is the right tool. For visually rich documents (brochures, decks), it's not.

Special case: signatures and dates

A common "add text" task is dating and signing a document:

  • Type the date in the date field.
  • Add your name in the signature field.
  • For real signature graphics, see how to sign a PDF online — a typed name is fine for casual approvals but not legally binding in many contexts.

For legal weight, see digital vs electronic signatures.

Special case: redaction

Adding a black box over text to hide it isn't redaction. The hidden text is still in the file — anyone can copy it or remove the overlay. For real redaction, use a redaction tool that removes the underlying content. See how to redact text in a PDF.

Common mistakes

  • Using a wildly different font. Match the document's typography or your additions look bolted on.
  • Forgetting to save as a flat PDF. Recipients can edit (or delete) your overlays unless you flatten first.
  • Adding text on a scanned PDF and assuming it's searchable. It's not, until you OCR. Run OCR before or after, depending on your goal.
  • Using "annotation text" when "form fields" are what you need. If you build a form for distribution, build it as a real form. See creating a fillable PDF form.

Conclusion

For overlay text — filling forms, leaving notes, adding captions — any modern PDF reader works. For real edits to existing text, a browser editor handles most cases. For substantial rewrites, round-trip through Word. Docento.app handles both overlay and real editing in the browser without uploads, with the file staying on your device the whole time.

Related Posts