← All posts

How to Redact a PDF for Free (Without Adobe Acrobat)

· 4 min read

If you search for how to redact a PDF, most answers point at Adobe Acrobat Pro. It's a capable tool and its redaction is genuine. It's also about $240 a year, requires a desktop install, and is considerable overkill if what you actually need is to remove a client's name from a six-page contract once a month.

Here's how to do it properly without paying for it — and, more usefully, how to avoid the free "solutions" that leave your data sitting in the file.

The free options that don't work

Start here, because these are the ones people reach for first and they're the reason redaction failures keep making the news.

Preview (macOS) — drawing a black rectangle. The shape is an annotation. The text is underneath, intact. Anyone can select the page and paste it out.

Microsoft Word — black highlight or a filled shape. Same. Worse, if you export to PDF the shape and the text both come along.

"Free PDF editor" sites that let you draw boxes. Most are annotation tools with a redaction-flavoured label. Some genuinely flatten content; many don't; almost none tell you which. Given that you've just uploaded a sensitive document to an unknown server, "probably fine" is a poor standard.

The common thread: covering is not removing. If your method involves drawing something on top, assume the data is still there until you've tested it.

Free options that do work

A browser-based redaction tool

Our free tier removes text from the PDF content stream rather than covering it, and handles scanned pages by OCR-reading them and destroying the pixels. It's free for one page per document with one redaction option — enough for most one-off jobs — and files are processed in memory and discarded within seconds.

Being straightforward about the limits: one page at a time on the free tier, one option per job, and handwriting isn't detected.

LibreOffice Draw (desktop, open source)

Genuinely free and offline, which matters if the document can't leave your machine.

  1. Open the PDF in LibreOffice Draw (it imports PDFs as editable objects).
  2. Delete the text boxes containing sensitive content — don't cover them, select and delete.
  3. Draw a filled rectangle for the visual marker if you want one.
  4. Export as PDF.

Because you deleted the object rather than hiding it, the content is genuinely gone. Two caveats: complex layouts can shift on import, and this doesn't help with scanned pages, where there are no text objects to delete — only pixels.

Ghostscript / command line

You can flatten a PDF to images with Ghostscript, which destroys the text layer entirely. This does remove selectable text, but note what it doesn't do: if the sensitive text is still visible in the resulting image, you've made it unsearchable, not gone. Flattening is a step in a redaction process, never the whole thing.

When Acrobat is still the right answer

It would be dishonest to pretend the paid tool has no advantages. Buy it if you:

  • redact large documents routinely and need to mark hundreds of regions efficiently;
  • need everything to stay offline on a machine you control;
  • want fine-grained region control over exactly which pixels go; or
  • already own Creative Cloud, in which case the marginal cost is nothing.

Acrobat's Mark for RedactionApply really does remove content. The one thing to watch is that marking alone changes nothing — a file saved at the marked stage looks redacted and isn't. That's a genuine footgun, and it has caught careful people.

Whatever you choose, verify it

Ten seconds, and it's the only step that tells you the truth:

  1. Open the redacted PDF.
  2. Select all, copy, paste into a plain text editor.
  3. Search for what you removed.

Anything sensitive that appears was never removed. For a scanned page, zoom into the black areas and check nothing shows through — and if you can, extract the embedded image and look at it, since a box drawn over an image leaves the original image intact underneath.

Also open document properties and check the author and title fields. They routinely carry a name you meant to remove.

A quick decision guide

Your situation Reasonable choice
One-off, a few pages, digital or scanned Free browser tool
Must stay offline, digital PDF LibreOffice Draw
Scanned document, must stay offline Acrobat, or a scanner-side workflow
Frequent, large documents Acrobat Pro
Regular smaller jobs, want it in the browser A cheap paid tier — ours is $5 for a day or $10 a month

The bit that actually matters

The price difference between free and $240 a year is smaller than the difference between a redaction that removes content and one that covers it. Plenty of people pay for Acrobat and still ship leaky documents, because they marked without applying. Plenty of people use a free tool correctly and are fine.

Pick a method that deletes rather than covers, then prove it worked. If you'd like the argument in full, why a black box isn't redaction covers the mechanics.

Try it on a document you've already redacted

Select the page, copy it, and paste it into a text editor. If the text is still there, it was never removed.