PDF Redaction Tool
Permanently black out sensitive text, numbers, or images. Draw boxes manually or search by keyword to auto-redact. Always verify the output PDF before sending.
Step 1. Upload PDF
Drag & drop your PDF here
or click to browse
Loading PDF pages…
Step 2, Choose Redaction Mode
Step 3, Mark Areas to Redact
This action is permanent, redacted content cannot be recovered.
How PDF Redaction Actually Works, and Why "Black Box" Isn't Enough
PDF redaction is frequently misunderstood. The common mistake is drawing a filled black rectangle over sensitive text in a PDF editor and assuming the information is gone. It isn't. In a standard PDF, text and images are stored as separate data streams. A black rectangle drawn on top is just another visual layer, anyone with Adobe Acrobat, a basic PDF parser, or even a copy-paste command can retrieve the text underneath. The U.S. Department of Justice's Office of Information Policy explicitly warns against this method in its FOIA redaction guidance, after high-profile incidents where redacted documents were trivially un-redacted by journalists.
True redaction removes the underlying data from the PDF's content streams. When way2pdf applies redaction, it uses PyMuPDF's apply_redactions() method, which physically deletes the text glyphs and/or image data in the marked areas from the file structure before returning the document. The result: no amount of PDF editing can recover what was removed, because it no longer exists in the file.
Two Redaction Modes
Draw mode lets you place redaction boxes manually. After uploading, each page renders as a canvas, drag to draw a black rectangle over any area you want removed. Works on text, images, signatures, stamps, or any visual element. This is the right mode for scanned documents and for surgical removal of a specific area.
Search mode automatically finds every occurrence of a keyword or phrase across all pages. Useful when a name, ID number, or phone number appears dozens of times and you can't manually hunt each instance. Enter the terms you want removed (one per line), review the auto-marked matches, then apply.
When redaction is required, legal and regulatory context
- FOIA requests and court filings: Federal Rule of Civil Procedure 5.2 and most state equivalents require redaction of Social Security numbers, financial account numbers, birthdates, and minor children's names before filing. Unredacted submissions can be sanctioned by the court. (U.S. Courts privacy policy)
- HIPAA-covered medical records: Protected health information (PHI) must be de-identified before sharing for research or secondary uses. The HHS Safe Harbor method lists 18 identifiers that must be removed, including names, geographic data, and dates.
- GDPR and data subject requests: Under Article 17 (right to erasure), documents containing a data subject's personal data may need redaction before retention or disclosure.
- HR and employment records: Salary figures, disciplinary histories, and personal contact details must be removed before sharing employment records with third parties or in legal proceedings.
- Financial records and audit evidence: Bank account numbers and routing numbers in statements used as evidence should be redacted before disclosure to parties who don't need the account details.
- Academic peer review: Double-blind review requires all author identification (name, institution, acknowledgements, funding sources that identify the author) removed from manuscript PDFs before submission.
Step-by-step: redacting a PDF correctly
- Upload your PDF: drag it onto the upload zone. Pages render as an interactive canvas.
- Choose a mode: Draw for surgical manual marking, Search for keyword-based auto-marking across all pages.
- Mark the content: drag rectangles over sensitive areas (Draw), or enter keywords one per line (Search).
- Review every page: scroll through before applying. Missing a single instance is a real risk with search redaction; check edge cases like partial name matches.
- Apply & Download: the tool permanently removes all marked content and sends you the clean file.
- Verify the output: open the downloaded PDF, try clicking or selecting in the redacted areas. Real redaction leaves no selectable text. A still-selectable character means something was missed.
Common questions
Is way2pdf's redaction genuinely permanent?
Yes. The tool calls PyMuPDF's apply_redactions() which physically removes the text glyphs and image data from the PDF content streams, not just covers them with a black rectangle. We verify this on every build by testing that text in redacted areas cannot be selected, copied, or extracted by standard PDF tools including pdfminer and Adobe Acrobat.
Can I redact images and signatures, not just text?
Yes, Draw mode operates on the visual layer and works on photos, signatures, stamps, handwriting, and any other visual content. Search mode only works on digital text because it needs actual characters to search for.
What about scanned PDFs where text can't be selected?
Draw mode works perfectly on scanned image PDFs. It draws over the image pixels in the marked area, then replaces them with a permanent black region. For scanned documents you want to also search-redact (to catch names across the whole document), run OCR first to add a text layer, then use Search mode.
Does redaction affect the rest of the document?
No. Only the areas or keyword matches you marked are changed. Surrounding text, images, formatting, bookmarks, and all other page content remain intact.
Should I use this for classified or legally privileged documents?
For documents subject to attorney-client privilege or classified government material, your organisation's policy likely requires an offline, air-gapped solution rather than any online tool. For routine business redaction, HR records, contracts, invoices, research papers, the server-side processing and one-hour deletion used here is appropriate. Use judgment proportional to the sensitivity.