The short version

Easy: adding text, images, shapes and signatures on top of a page, and anything at page level such as reordering, rotating or deleting.

Awkward: editing existing text, because a PDF stores positioned glyphs rather than flowing paragraphs. Nothing reflows, so a longer replacement has nowhere to go.

People arrive at PDF editors expecting something like a word processor and find something closer to a graphics program. That is not a shortcoming of any particular tool. It follows from what the format is.

Why PDFs resist editing

A word processor stores a document as content and rules: this is a paragraph, in this style, and the software works out where the lines break each time it displays. Change a word and everything after it reflows automatically.

A PDF stores the answer instead of the question. Each piece of text is recorded as specific glyphs at specific coordinates on a specific page. There are no paragraphs, no line-break rules and no relationship between one line and the next. Editing a word means editing a positioned object, and nothing else on the page knows it happened.

How text is stored
Coordinates

Glyphs at fixed positions. Lines have no relationship to each other.

What reflows on edit
Nothing

Replacing a word does not move the words after it.

Where editing works well
On top

New content added over the page behaves normally.

This is the format working as designed
PDF exists so a document stops changing between machines. The same property that guarantees your layout survives the trip to a recipient's printer is the property that makes text editing awkward. A format that reflowed easily would not hold its layout, and holding the layout was the entire point.

What edits work well

Anything added as a new layer over the page is straightforward, because it does not have to negotiate with the existing content.

AnatomyWhy adding is easy and changing is not
Form field layervalues typed into fieldsAnnotation layercomments, highlights, signaturesPage contenttext and images, always drawnreader draws
New content sits on its own layer. Existing text is fixed in place inside the page.
Reliable operationsAdding and arranging
  • Text boxes over the pageStraightforward
  • Images and logosStraightforward
  • Shapes, boxes and arrowsStraightforward
  • Signatures as imagesStraightforward
  • Reordering and deleting pagesStraightforward
  • Rotating pagesStraightforward

Page-level operations are equally safe, because they work on whole pages as units without touching what is drawn inside them. Merging, splitting, reordering and rotating are all closer to filing than to editing.

What does not work well

Changing text that is already on the page runs into three separate problems at once.

1

The font may not be available to edit with

A PDF usually embeds only the characters the document used. If you type a character that was never in the document, the embedded subset has no glyph for it and the editor must substitute, which is visible.

2

Nothing reflows

Replace a short word with a longer one and it overlaps whatever comes next, because the following text is at fixed coordinates that do not move. Editors fake reflow within a single line or block, and it stops at the boundary.

3

Matching the surrounding text is guesswork

The editor has to recreate the size, spacing and weight of text around the edit. Small mismatches in letter spacing are noticeable even when the typeface is right.

Small edits are the dangerous ones
Correcting a date or a figure feels trivial and is where mismatches show most. A single replaced number in a different weight or slightly different spacing is exactly the sort of detail that makes a document look altered. For anything where that matters, edit the source and export again.

Edit the source when you can

The best answer to most PDF editing problems is not a PDF editor. If the document came from Word, Docs, InDesign or a template in some system, editing there and exporting again gives a clean, consistent result in less time than fighting the PDF.

Edit the source

When the original exists

  • Text reflows properly, as it was designed to
  • Fonts and spacing stay consistent throughout
  • Structure, links and tags survive the export
  • Nothing looks patched
  • Usually faster than editing the PDF
Edit the PDF

When it does not

  • Right for adding to a page rather than changing it
  • Right when the source is genuinely gone
  • Right for signatures, stamps and annotations
  • Right for page-level reorganisation
  • Expect visible seams on text replacements

Scanned documents are a separate case

A scanned PDF has no text at all, only pictures of it. There is nothing for a text editor to select, and no amount of editing capability changes that.

The route is OCR first, which adds a text layer, and even then the text sits invisibly behind the image rather than replacing it. Editing that text changes the hidden layer and not the visible page. Genuinely editing a scan means recreating the document, which is why retyping a short scanned page is often faster than any conversion route.

Work out what you actually need
A great deal of PDF editing turns out to be adding rather than changing: a signature, a date, a note, a correction alongside the original. Those are all easy. Reserve the difficult path, replacing existing text, for cases where nothing else will do, and check whether the source document is really unavailable before you start.

Edit a PDF in your browser

Add text, images and shapes, and save the result. The file stays on your machine throughout.

Open PDF Editor

Common questions

Setting expectations before you start.

01Why can I not edit PDF text like a Word document?

Because a PDF stores glyphs at fixed coordinates rather than paragraphs with layout rules. There is no relationship between one line and the next, so changing a word does not cause anything else to move. That is the format doing its job of freezing the layout.

02Why does my edited text look slightly different?

The editor has to match the surrounding font, size and spacing, and the embedded font may only contain the characters the document originally used. Small differences in letter spacing or weight are the usual result and are most visible on short edits.

03What can I edit reliably?

Anything added on top of the page: text boxes, images, shapes, signatures and annotations. Also anything at page level, such as reordering, rotating, deleting or merging pages. Those operations do not have to negotiate with existing content.

04Can I edit a scanned PDF?

Not directly, because it contains no text. OCR can add an invisible text layer, but editing that layer changes the hidden text rather than the visible image. Genuinely editing a scan means recreating the document.

05Should I edit the PDF or the original document?

The original, whenever it exists. Text reflows correctly, fonts stay consistent and the exported result has no visible seams. Editing the PDF is for when the source is genuinely unavailable or the change is an addition rather than a revision.

06Is it safe to edit a PDF in a browser?

It depends on whether the file is uploaded. A tool that runs locally reads the document into your browser's memory and never transmits it, which matters because documents needing edits are often contracts, forms and statements.