Edit PDF

Click any line of text and retype it. Where the document's own font has the letters you need, the replacement is drawn with that font, so the page looks untouched rather than patched.

Runs entirely in your browser — nothing is uploaded

What this does, and what it can't

A PDF holds no text in the sense a word processor does. It holds instructions — at this point, in this font at this size, paint these glyph codes — with no paragraphs, no lines and no wrapping. Nothing reflows, because there is nothing to reflow. So editing a PDF means replacing one run of glyphs with another that looks like it belongs.

That is what this does, one line at a time. It will not re-wrap a paragraph, and it cannot edit a scan — a scanned page is a picture of words, andOCR PDF is the tool for that.

Why the replacement usually matches

Almost every PDF embeds a subset of each font: only the glyphs the document actually used, under a name like BAAAAA+LiberationSerif, addressed by codes that mean nothing outside that file. Most editors give up here and redraw in Helvetica, which is why edited lines so often look subtly wrong.

A font that supports copy-and-paste carries a map from its codes to real characters. Read that map backwards and you have a recipe for writing new text in the document's own font: look up each character, emit its code, and the glyphs painted are the original ones. That's what happens here whenever it can, and it's why an edit usually can't be spotted.

The limit is the subset. It contains only the characters the document already used, so a character that never appeared has no glyph to paint. When that happens the tool says so before you commit and falls back to the closest standard face.

The three things it warns about

  • A missing glyph — the embedded font can't draw a character you typed, so the line will be set in a substitute face. Named character by character, before you apply.
  • Not enough room — the replacement is wider than the original and will run into whatever follows. Nothing downstream moves, because in a PDF nothing can. There's a shrink-to-fit button for when a slightly smaller line is the better trade.
  • A background that isn't flat — a patch is painted behind the replacement to catch anything the old glyphs overhung, which is invisible on a plain page and obvious over a photo, a gradient or a table rule.

The old words are deleted, not hidden

Most PDF editors paint a white box over the text they replace. The page looks right and the old words are still in the file: search it, copy from it, or open it in anything that reads text, and the figure you replaced is sitting there. On a contract or an invoice that is worse than not editing at all.

This deletes the instructions that drew the old text, so the words leave the document. What takes their place is a movement of the same length, which keeps everything positioned after them exactly where it was — the reason most editors don't attempt this.

There are documents where it can't be done: text drawn from inside a reusable object, or set in a font the page never gives the widths of, can't be removed without shifting its neighbours. Those get the old covering instead, and the tool says so before you apply.

What happens to the rest of the document

Nothing. The original pages, images, links and structure are kept exactly as they were; the edits are painted on top and the file is written back out. It isn't rebuilt or re-encoded, so pages you didn't touch come out byte for byte as they went in.

Is it private?

Yes, and here that matters more than usual. The documents people want to edit are contracts, invoices, offer letters and forms. This one is opened, edited and saved entirely inside your browser — never uploaded, never logged, never sent anywhere, because there's no server to send it to. You can disconnect from the internet after the page loads and it will keep working.

Frequently asked questions

Why can't I edit this PDF's text at all?

Because it's a scan. If the page is a photograph of a document, there is no text in the file — only pixels. Run it through OCR PDF first and you'll be able to search and copy it, though the words will still be a picture underneath.

Can I change a whole paragraph?

A line at a time, yes. A paragraph won't re-wrap: PDF positions every line absolutely, so making line one longer does not push words onto line two. Editing each line separately is the honest way to do it, and it's what this offers.

Why did my edit come out in a different font?

Because a character you typed wasn't in the document's embedded subset — a currency symbol, an accent, or often just a capital letter that happened never to appear in that line. The warning names the character before you apply.

Does editing break a signed PDF?

Yes, and it should. A digital signature covers the exact bytes of the file; changing anything invalidates it. That's the signature doing its job. If a document is signed, ask whoever signed it for a corrected version rather than editing it.

← Browse all Gwibbo tools