How to Redact a PDF (So It Stays Redacted)
Redaction has a famous failure mode: drawing a black rectangle over text. The text is still in the file — anyone can select it, copy it, and read the “redacted” content. Courts, journalists and data-protection officers have all seen it happen.
Proper redaction removes the content itself, then draws the box. Haven PDF does exactly that, entirely in your browser: the document being scrubbed of names, salaries or case numbers is never uploaded to any server — which for a redaction task is not a nice-to-have, it is the whole point.
How to
- Open the Redact tool. Free, in your browser — no account, no upload.
- Load the PDF. The document stays on your device throughout.
- Mark the areas to redact. Draw over names, numbers or paragraphs — on any number of pages.
- Apply and download. The content under the marks is REMOVED from the file, then covered. Verify by trying to select the text.
Why a black box is not redaction
A drawn rectangle is an annotation sitting on top of intact text. Select-all, copy, paste into a text editor — and the secret is out. Real redaction rewrites the page content so the text simply no longer exists in the file. Always test your redacted output exactly that way before sending it.
Do not forget the invisible data
Sensitive information also hides in metadata (author, title), in OCR text layers under scanned pages, and in file names. Check the document properties after redacting, and re-name the file if the original name reveals anything.
Redaction demands local processing
Uploading a document to a web service in order to remove confidential content from it is self-defeating — the unredacted version just travelled the internet. Haven PDF redacts on your device: no upload, no server copy, no log.
Frequently asked questions
- Is the redacted text really gone?
- Yes — the content under the redaction marks is removed from the file, not hidden. You can verify: try selecting or searching for the redacted text in the output.
- Can I redact a scanned PDF?
- Yes. On scans the marked image area is destroyed. If the scan was OCRed, redact before sharing and verify the text layer no longer contains the content.
- Is my document uploaded during redaction?
- No. Redaction runs entirely in your browser — for confidential documents this is the safest possible arrangement.
- Can redaction be undone?
- No — and that is the point. Keep your original file separately; the redacted copy is permanent.