← TechTalk
tools4 min read

PDF redaction that actually removes the text

A document on a desk with highlighted lines

Classic situation: you need to send a contract, minus the ID number and bank details. You open the PDF, draw black rectangles over them, save, send. The problem is you deleted nothing — you laid a graphic on top of text. The recipient drags a selection over the area, hits Ctrl+C, and gets exactly what you tried to hide.

Why a rectangle isn't enough

A PDF stores text and graphics in separate layers. The rectangle is a graphic and renders on top. The text below stays intact, so search, copy-paste, and any extraction tool still find it. Blurring in an image viewer fails the same way if the PDF was generated from text.

What actually works

Two reliable routes. First: use a tool with true redaction, which deletes the text inside the marked area from the file's content stream rather than covering it. Second, the universal fallback: rasterize the pages to images, paint black over them, and save back as PDF. You lose searchability across the whole document, but the removed data is genuinely gone.

Don't forget metadata

Even after proper redaction, the file still carries author name, document title, edit history, and sometimes comments. On contracts and CVs that's often as sensitive as the body text. Clean the metadata and check for embedded attachments before sending.

Verify before you send

Search the finished file for the redacted value and run a text extraction over it. If nothing comes back, you're done.

You can redact, strip metadata, and compress PDFs straight in the browser at FileTools.

Tools mentioned in this article

PDFsecurityprivacydocumentsFileTools
Share

Comments (0)

More articles