SSolarc Labs
Practical Article 8 min read

PDF Redaction vs Black Boxes vs Sanitization: Three Different Data-Removal Jobs

Published August 2026 by Solarc Labs

A black rectangle can hide what a reader sees without removing the underlying data. True PDF redaction removes selected visible content, while sanitization targets hidden information such as metadata, comments and embedded objects.

Visual masking is not the same as removing the underlying content

A document can look redacted while the sensitive text remains selectable, searchable, copyable or otherwise recoverable. Drawing a black rectangle over a word is therefore a presentation change, not proof that the underlying content was deleted. This is why a redaction workflow needs an output-level verification step. The reviewer should test the actual file or clean export that will be shared, not assume the appearance of a black box proves irreversible removal.

True PDF redaction removes selected visible text or graphics

Adobe’s current Acrobat documentation describes redaction as permanent removal of selected visible text or images when the redactions are applied and saved. The redacted region may be displayed as a colored box or overlay text, but the security property is the removal of the original content, not the color of the replacement mark. That distinction is useful when teams evaluate third-party tools: ask what bytes or objects are removed after export, not merely what the preview looks like.

Sanitization is a separate pass for hidden information

Adobe separately describes sanitization as removal of hidden information such as metadata, comments, hidden layers, embedded content and scripts. Redacting the visible paragraph does not automatically prove that every hidden or non-visible object containing related information has been removed. A workflow that must redistribute a PDF therefore needs to define whether it performs visible-content redaction, hidden-information sanitization or both, then verify the exact saved output.

Clean-text redaction is a different product boundary from redacted-PDF publishing

Some workflows do not need to redistribute the original PDF at all. If the downstream job is analysis or AI processing, a system can extract supported text, propose sensitive spans, require human review and export irreversible clean text. That can reduce the chance that the downstream system receives the original sensitive text. It does not make the source PDF itself sanitized or safe to publish. A clean-text export and a redacted/sanitized PDF are different artifacts with different verification requirements.

Keep candidate detection, human review and output verification separate

Automated PII detection can accelerate candidate discovery, but it cannot prove that every sensitive span was found. A defensible workflow separates detection from human review, lets the reviewer add missed spans, generates the bounded output and then checks that output for irreversible removal. For Solarc’s PII Redaction Desk boundary, the product is designed around human-reviewed clean-text export for downstream use. It should not be represented as Acrobat-equivalent PDF sanitization, a complete sensitive-data detector or a legal compliance certificate.