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.
Glyphs at fixed positions. Lines have no relationship to each other.
Replacing a word does not move the words after it.
New content added over the page behaves normally.
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.
- 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.
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.
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.
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.
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.
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
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.
Edit a PDF in your browser
Add text, images and shapes, and save the result. The file stays on your machine throughout.
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.