How to Redact Sensitive Information in a PDF
Redaction has a genuinely dangerous failure mode: just drawing a black box over sensitive text often leaves the original text fully intact underneath — selectable and copyable the moment someone selects it.
Why covering isn't redacting
A black box sitting on top of text is just another layer on the page — it doesn't remove or alter the text data at all. Copy the 'redacted' paragraph into another program, or open it in a viewer that handles layers differently, and the original text can come right back.
What real redaction requires
Actually deleting the underlying text and image data in that area, permanently — not just hiding it visually. A genuine redaction tool will explicitly say it removes content, not just draws over it. That distinction is the single most important thing to check before trusting any tool with sensitive information.
Images and metadata too
Sensitive info hides in more than visible text — a photographed document, hidden metadata like author names or comments. A thorough pass checks all three: text, images, metadata.
Verify it actually worked
Try selecting text in the area you redacted. If you can still highlight and copy the words, the redaction failed — the content's still there, just hidden. Always run this check before sharing anything legally or professionally sensitive.
