PDF RedactionComparison

Adobe Redaction vs Dedicated Redaction Tools: What Actually Removes the Data?

Most "Acrobat vs X" comparisons treat redaction as a feature checkbox. The interesting question is what each category of tool actually does to the bytes in your file. This post walks through the mechanics of Adobe Acrobat, generic PDF editors, browser markup tools, and dedicated redaction tools, where each one will let you ship a leak by accident, and the verification routine that works regardless of which one you pick.

Published May 1, 202613 min read
RedactVault Support
adobe acrobatpdf redactionredaction toolssanitize documentredaction comparisonpdf softwarefail-closed exportdocument security

Open three different PDF tools and ask them all to "redact" the same paragraph. The page will look identical in every export. Underneath, three completely different things just happened. One tool drew a shape on top of the page and saved the file. One marked the text for removal but won't actually remove anything until you find a separate menu item. One rewrote the page's content stream, stripped the metadata, and refused to export a page it couldn't verify.

All three tools used the verb "redact." Only one of them did the work the verb implies.

This post is about that gap. Not a feature comparison — those age badly and miss the point. A look at what Adobe Acrobat, generic PDF editors, browser markup tools, and dedicated redaction tools actually do to your file when you ask them to redact something. If you understand the mechanics, you can pick the right tool for the work in front of you and verify the result regardless of which one you use.

The four things a real redaction has to do

Before judging any tool, it helps to be specific about the job. A defensible PDF redaction has to do four things, in roughly this order:

  1. Remove the targeted text from the page's content stream, not just cover it. If a reviewer can select, copy, search, or extract the text from the export, the redaction is decoration.
  2. Handle the structural surfaces that reference the same content — annotations, comments, bookmarks, form fields, JavaScript actions, embedded files, named destinations. Any of those can carry a copy of the redacted content into the export.
  3. Strip the metadata that names the author, the original filename, the application that created the file, the edit history, and the document title. The Info dictionary and the XMP packet both have to be cleaned.
  4. Survive being opened in a different reader. The reader that produced the file has the most charitable view of it. The next reader is where leaks usually surface.

Every redaction failure that has hit the news — Manafort 2019, the TSA Screening Management manual in 2009, the various court filings where the names came back when someone copied the bar — failed at one of those four points. Not the drawing step. The drawing was always fine.

Hold those four jobs in your head as you read the rest of the post. Each tool category gets evaluated against them.

What Adobe Acrobat actually does

Acrobat is a general-purpose PDF platform with redaction as one tool inside it. It can do real redaction. Whether it does on any given file depends on whether the user runs the full sequence, and the sequence has more steps than people remember.

Step 1: Mark for Redaction

You select text or draw a rectangle and Acrobat adds a redaction mark to the page. This is not a redaction. Nothing has been removed. The text under the mark is still there, still selectable, still searchable. If you save the file at this point and send it, you have shipped a file with red boxes drawn around the sensitive content and the sensitive content fully intact underneath. People do this. We have seen it.

Step 2: Apply Redactions

This is the step that does the actual work on the content stream. Acrobat removes the marked text, replaces the affected region with the configured fill colour, and updates the page resources. After this step, you can no longer select or copy the redacted text. This is the step the verb "redact" actually corresponds to.

Step 3: Sanitize Document

This is a separate menu item. It is not part of the redaction tool. Acrobat will let you skip it. Sanitize is what removes metadata, bookmarks, embedded JavaScript, hidden layers, deleted-but-retained content from incremental saves, file attachments, form data, and similar surfaces. If you do not run it, the page-level redaction is correct but the file still carries the author's name, the original filename, the edit history, and possibly an attached version of the un-redacted source.

This is the most common Acrobat redaction mistake we see in real files. The redactions are perfect. The metadata says Original_Schedule_C_with_SSN.pdf and the author is j.smith@firm.com. Sanitize was never run.

Step 4: Save As (not Save)

Acrobat warns about this in some configurations and not others. If you Save the file under its existing filename, the application performs an incremental save by default — the new content gets appended to the file and the previous version stays in the bytes. A determined reader with a hex editor and a basic understanding of the PDF format can recover the previous, unredacted state. Save As writes a fresh file with only the current state. For sensitive material you always want Save As.

So the real Acrobat sequence is: Mark, Apply, Sanitize, Save As. Four steps, two of which are easy to skip, on a tool whose primary purpose is not redaction.

What generic PDF editors do

This category is large — Foxit Reader, PDF-XChange Editor, Nitro, Preview on macOS, the built-in PDF tools in Edge, and a long tail of free apps that advertise "redaction" or "markup." The behaviour varies but follows a pattern: most of them treat redaction as a markup operation rather than a content-stream operation.

What that means concretely: when you "redact" in many of these tools, you are drawing a filled rectangle annotation on top of the page. The annotation is part of the page, but the original text remains in the underlying content stream. Open the export in a different reader, draw a marquee over the rectangle, and the text comes back.

Some of these tools have added genuine content-stream redaction in recent versions, often gated behind a paid tier. Foxit PDF Editor Pro has it. PDF-XChange has had a real redaction feature for years. Preview on macOS does not — its rectangle markup tool covers the text visually and changes nothing underneath. The variation across the category is the problem. You cannot assume that because the menu item exists, the tool is doing the bytes-level work. You have to verify on your specific version of your specific tool.

What browser-based markup tools do

This is the category we would put hardest on the do-not-use list for sensitive material. Tools like the markup features in browser PDF viewers, Google Drive's PDF preview annotations, and the built-in PDF tools in some webmail clients are universally annotation-based. They draw on top of the page. They never remove anything from the content stream because they are not designed to. The page looks redacted in the viewer that produced the annotation, and the annotation typically renders correctly in other viewers as well — but the original text is always recoverable.

If you have ever drawn a black box over a sensitive line in a browser PDF tool and emailed the result, that file is leaking. We are not being dramatic. The text under the box is still in the file. Anyone with the file and a copy-paste reflex has it.

What dedicated redaction tools do differently

Dedicated redaction tools — the category, not any one product — are built around a different premise. The premise is that redaction is one specific operation with a known set of failure modes, and the tool's job is to make those failure modes hard to reach.

In practice, that shows up as three shared traits across the category:

  • Single-step redaction that bundles content-stream rewrite and metadata sanitization. The user clicks export, and both happen. There is no second menu item to forget.
  • Opinionated export modes. Most dedicated tools offer a rasterized output that flattens the page to pixels. That eliminates the content stream as an attack surface entirely — there is nothing to recover because there is no text layer left on those pages.
  • Fail-closed behaviour. If the tool cannot verify that a page is safe to export — for example, if it cannot guarantee the text-layer rewrite worked on a complex page — it falls back to rasterized output for that page rather than letting an uncertain export through. Generic tools do not do this; they ship whatever you point them at.

RedactVault is in this category. So are a handful of other purpose-built tools. The point is not that they are magic — they are not, and we will get to what they do not do shortly. The point is that the design decisions are aligned with the failure modes. In a generic tool, you have to remember to do the right thing. In a dedicated tool, you have to go out of your way to do the wrong thing. That is a different bet about what "done" means, and on sensitive material it is the better bet to make. For the deeper version of this same argument focused on workflow rather than mechanics, see Adobe Acrobat vs RedactVault for legal redaction workflows.

Side by side: where each tool will let you ship a leak

Run the same file through each category, take the most common user behaviour for that category, and look at what reaches the recipient. This is the practical view of the differences above.

Acrobat (user marks and applies, forgets sanitize)

Page-level text under the rectangles is gone. Metadata is intact, including original filename, author, application, and possibly XMP edit history. Bookmarks may still reveal the redacted section titles. Attached files in the document, if any, are untouched. Verdict: page-level safe, file-level leaky. The content the recipient was meant to see is correct; the content the recipient was not meant to see is sitting in the document properties pane.

Generic PDF editor in annotation mode

Page-level text under the rectangles is not gone. The annotation sits on top, the content stream is unchanged, the text is selectable in any reader. Metadata is also intact. Verdict: leaks at every level. This is the worst outcome and unfortunately the most common, because the tool advertises "redaction" and the page looks correct.

Browser markup tool

Same as the generic editor: text under the rectangles is recoverable, metadata is untouched. Often slightly worse, because some browser tools save the annotation in a way that is even easier to remove — a single delete-annotation click in another viewer can strip the rectangle entirely, leaving the original text visible.

Dedicated redaction tool with default export

Page-level text is removed from the content stream or the page is rasterized. Metadata is sanitized as part of the export. Bookmarks, JavaScript, attached files, and other structural surfaces are addressed by default. Verdict: file-level safe, assuming the user did not opt out of any of the safety behaviours. The safety is the default, not the opt-in.

When Acrobat is the right choice

Honest take: there are real situations where Acrobat is the better tool. We will name them.

  • Your team already lives in Acrobat for non-redaction work — forms, signatures, OCR, page assembly, conversion. The friction of switching tools just for redaction is real, and the time cost compounds across a year.
  • Your documents are structurally complex in ways dedicated redaction tools handle poorly: heavily formatted forms with embedded scripts, multi-layered exhibits, accessibility-tagged PDFs where the tagging matters downstream.
  • You have a strict, written checklist for the redaction sequence (Mark, Apply, Sanitize, Save As) and the discipline to follow it every time, including under deadline pressure.
  • You only redact occasionally, the documents are not under a particularly aggressive privacy regime, and adopting a separate tool would be more overhead than the risk warrants.

If those describe your situation, Acrobat plus discipline is probably fine. The discipline is the load-bearing word.

When a dedicated redaction tool is the right choice

Equally honest: there are situations where a dedicated tool is just better fit, and trying to make Acrobat work in those situations is a slow leak waiting to happen.

  • Redaction is a recurring, meaningful part of the work — multiple files a week, sometimes under deadline.
  • The material is under privilege, a protective order, HIPAA, GLBA, or any regime where "we forgot to run sanitize" is not a survivable explanation.
  • You cannot guarantee that everyone on the team will run all four Acrobat steps every single time. Volume and human factors are working against you.
  • You want the tool to refuse to ship a file it cannot verify, rather than producing whatever you point it at.
  • Where the file goes during processing matters. A tool that processes documents in the browser without uploading them removes a category of risk you would otherwise have to evaluate, document, and explain to a client.

If those describe your situation, the right move is probably a dedicated tool, with Acrobat kept around for the non-redaction PDF work. The two tools are not in opposition. They solve different problems and most teams need both.

The verification routine that works regardless of tool

The point of all of this is to pick a tool that does the work correctly, then verify it did. The verification step is non-negotiable. It takes two minutes and catches almost every embarrassing leak.

After exporting, on every redacted file, do this:

  1. Open the export in a different PDF reader than the one that produced it. If you used Acrobat, open it in your browser. If you used a browser tool, open it in Acrobat or Preview.
  2. Try to select text under each redaction rectangle. Drag a marquee, copy, paste into a text editor. If anything appears, the redaction failed.
  3. Search the document for one of the terms you redacted. Zero results. If the search finds it, the redaction failed.
  4. Open Document Properties. Check the Description, Custom, and Advanced tabs. Look for the original filename, author name, application, and any custom metadata fields. None of those should reveal redacted content.
  5. For documents with bookmarks, comments, attachments, or form fields, open each of those panels and look for residual content.

If any check fails, do not share the file. Fix the redaction and re-run the check. There is no gradient on this — either the file is clean or it is not.

A more thorough version of this routine, including how to inspect the structural surfaces a basic verification skips, is in how to check whether a PDF was redacted securely before sharing it. For the deeper view of the metadata and hidden surfaces Sanitize is meant to address, see how to permanently remove sensitive text, metadata, and hidden data from a PDF.

The summary you can hand to a colleague

Most "Acrobat vs X" comparisons miss the point because they treat redaction as a feature checkbox. The actual question is what each category of tool does to the bytes in your file.

  • Browser markup and most generic PDF editors do not redact. They draw. The text under the rectangle is recoverable. Avoid for anything sensitive.
  • Acrobat does real redaction, but only if you complete the four-step sequence (Mark, Apply, Sanitize, Save As) every time. The Sanitize step is the most commonly skipped, and the consequence is file-level metadata leaks.
  • Dedicated redaction tools collapse that four-step sequence into a single export, with fail-closed behaviour and rasterized fallback when verification cannot be completed.
  • Verification is mandatory regardless of which tool you use. Open in a different reader. Try to select. Try to search. Check metadata. Two minutes.

If you read all of this and the conclusion you draw is "I am going to keep using Acrobat but actually run Sanitize every time" — that is a perfectly correct conclusion. The post was never about selling you a different tool. It was about making the bytes-level mechanics legible enough that you can pick the right tool for your situation and verify the result.

For what it is worth: RedactVault is the dedicated redaction tool we build. It processes files entirely in the browser, sanitizes metadata as part of every export, and falls back to rasterized output on any page it cannot verify. Whether you use it or not, run the verification routine before you share.

FAQ

Common questions

Is Acrobat unsafe for redaction?

No. Acrobat does real redaction when the full sequence (Mark, Apply, Sanitize, Save As) runs every time. The risk is users skipping the Sanitize step, which leaves metadata, bookmarks, and other hidden surfaces in the file even though the page-level redaction is correct.

What is the most commonly skipped Acrobat step?

Sanitize Document. It is a separate menu item from the redaction tool, and Acrobat will let you save and ship the file without ever running it. The visible redactions look perfect; the document properties still contain the original filename, author, and edit history.

What makes a tool "dedicated" rather than general-purpose?

Dedicated redaction tools collapse content-stream rewrite and metadata sanitization into a single export step, and most fail closed by rasterizing pages they cannot verify rather than shipping uncertain output. The defaults are aligned with the failure modes; in a general-purpose tool, the user has to align them.

Are browser-based PDF redaction tools safe to use?

Most are annotation-based — they draw a rectangle on top of the page rather than removing the underlying text. The original text remains recoverable by anyone with the file. We would not use them for anything sensitive.

How long should the verification routine take?

About two minutes per file. Open the export in a different reader, try to select text under each rectangle, search for one of the redacted terms, and check Document Properties for residual metadata. That sequence catches almost every common leak.

Why does saving over the existing filename matter in Acrobat?

Acrobat performs an incremental save by default when you Save under the existing filename, which appends new content while leaving the previous version inside the file. A reader with a hex editor and a basic understanding of PDF structure can recover the un-redacted state. Save As writes a fresh file with only the current state.

RedactVault

See how a fail-closed redaction works in practice

RedactVault processes PDFs, DOCX files, and images in the browser, sanitizes metadata as part of every export, and falls back to rasterized output on any page it cannot verify.

Open RedactVault

Continue reading