Security & Privacy

How to Redact Sensitive Info in a PDF (and the Truth About Cover Boxes)

A black box over text isn't redaction. Here's the honest truth about erase/white-out in PDFs, the only reliable ways to remove sensitive data, and how to lock files with AES-256.

Jul 22, 20268 min readBy Novus Stream Solutions Editorial Team

Written against the Jul 22, 2026 release·what has changed since

You're about to email a signed lease, a bank statement, or an insurance form, and exactly one line needs to disappear — an account number, a Social Security number, a colleague's salary. So you open the PDF, draw a neat filled rectangle over the offending text, and it looks gone. The page is clean. You hit send. That instinct is completely normal, and it's also the single most common way sensitive data leaks out of documents.

The gap between looks hidden and is actually removed has embarrassed law firms, government agencies, and Fortune 500 companies who all shipped PDFs with a black box that anyone could peel back in seconds. This post is the honest version: what redaction really means, what Novus's cover tools do and don't do, and the short list of steps that genuinely get sensitive text out of a file — plus how to lock down who can open it in the first place.

What "redaction" actually means

Redaction is the permanent removal of content, not the visual hiding of it. The word comes from the era of black markers and photocopiers, where redaction meant the underlying words physically no longer existed on the copy you handed over. A real redaction deletes the characters or pixels so that no copy, no text search, no undo, and no extraction tool can bring them back. The key test is simple: if the sensitive value can be recovered by any means from the file you shared, it was not redacted — it was merely covered.

That distinction matters because a PDF is not a flat picture. It's a stack of independent objects, and understanding that stack is the whole game.

Why a black box usually isn't redaction

In a PDF, text lives as its own object: a string of character codes with coordinates on the page. When you draw a filled rectangle over it, you're adding another object on top. Visually the box wins — you see a solid block. But the text underneath is untouched. It's still selectable, still copyable, still searchable, and still readable by any program that parses the raw content stream. Move or delete the box, run "select all → copy," or feed the file to a text-extraction tool, and the string you thought you hid reappears intact.

The same trap catches every visual-only trick: changing text color to white so it blends into the page, covering a value with an image, or shrinking a field to nothing. In each case the characters are still in the file. The reader's eye is fooled; the file's data is not changed.

The cover-box trap: Anyone who can select text on a page can often recover what sits under an opaque box in a standard PDF. Treat a visual cover as hidden from a casual reader, never as deleted. If the value would cause real harm in the wrong hands, a cover box is not enough.

The honest truth about Novus's erase / white-out

Novus PDF Studio has an erase / white-out tool that covers content with an opaque box in the standard export. It's genuinely useful for tidying visual noise: blanking a stray mark, clearing a pre-filled field before you reuse a form, hiding a smudge from a scan. What it is not is guaranteed removal of the underlying characters.

Here's why, stated plainly: the editor's standard export is a vector export, which deliberately keeps text selectable so that real content stays copyable and accessible. That's the right default for most documents — selectable text is a feature, not a bug. But it also means a white-out box you place over text is a visual cover layered on top; the text beneath it remains in the exported file. So we'll say it directly: Novus is not a certified redaction tool, and the erase tool is not redaction. Use it to clean up appearance, not to scrub secrets.

How to actually remove sensitive text

If a value is truly sensitive, don't try to hide it inside the PDF — get it out of the file's data entirely. There are two reliable routes, and one verification step you should never skip.

  1. 1

    Best: fix the source document

    Remove the text in the original file — the Word doc, spreadsheet, Google Doc, or form software — and re-export to PDF. If the characters were never written into the PDF in the first place, there is nothing under any box to recover. This is the cleanest, safest path whenever you still have the source.

  2. 2

    If you only have the PDF: flatten or rasterize

    Turn the affected page into an image. Rasterizing discards the text layer, so the sensitive characters stop existing as selectable text. The safe order is: cover the region first, then flatten/rasterize so the box is baked into the pixels and the text under it is gone. Note that Novus's normal vector export keeps text selectable, so flattening is a separate step — use a print-to-image or image-based export path for this.

  3. 3

    Verify before you trust it

    Open the finished file and actually test it. Try select-all and copy over the redacted area. Run a text search for the sensitive value. If nothing selectable comes back and the search finds nothing, the text is genuinely gone. If you can still highlight or find it, you're not done.

  4. 4

    Ship a clean copy, discard the rest

    Export a fresh file from the verified result and delete any intermediate version that still contained the data. Don't let the draft that held the original text linger in a shared folder or an email thread.

Everything here stays on your machine: Novus runs entirely in your browser tab. The document you're scrubbing is never uploaded to a server, and closing the tab discards it. Handling something sensitive is exactly when local-only processing earns its keep — the file doesn't travel just because you opened a tool.

Control who can open it: pair redaction with a password

Removing a specific value is one problem. Controlling who can open the whole document is a different one — and often you need both. A properly redacted file can still contain plenty that's fine for your recipient but not for the wider world, and files get forwarded, mis-addressed, and left on shared drives.

That's where encryption comes in. Protect PDF applies AES-256 encryption so the document can't be opened without the password, plus viewer-enforced permission flags to discourage printing or copying. Be clear-eyed about the two halves: the open-password encryption is the strong, cryptographic part; the permission flags (no-print, no-copy) are honored by compliant viewers rather than being mathematically unbreakable. Together they mean a file that's forwarded or lost isn't instantly readable by whoever ends up with it.

Redaction removes what's inside the document. A password controls who gets inside at all. Sensitive files usually deserve both.Novus PDF Studio

Encrypt a sensitive PDF with AES-256

Apply AES-256 passwords and viewer permission controls locally.

A safe workflow before you hit send

Put the pieces together into a routine you can run every time a document leaves your hands. It takes a couple of minutes and it closes the exact gap that trips people up.

  • Identify every sensitive value on the page — account numbers, IDs, addresses, salaries, signatures, dates of birth. Don't stop at the obvious one.
  • Prefer the source. If you can still edit the original, remove the data there and re-export. It's the surest fix.
  • Cover, then flatten if the PDF is all you have — and remember a cover box alone leaves the text in the file.
  • Verify with select-all, copy, and a text search over the redacted region. Trust the test, not the way the page looks.
  • Encrypt the finished file with a password when access needs to be limited, and share the password over a separate channel.
  • Discard intermediate drafts that still held the original data.

When a cover box is genuinely fine

None of this means white-out is useless — it means you should match the tool to the stakes. If you're hiding something that isn't secret (a distracting watermark, a blank you'll refill, a scanning artifact) or preparing a mock-up where nobody will mine the file for hidden text, the erase tool is quick and perfectly appropriate. The rule is about consequences: reach for real removal only when recovering the value would actually harm someone. For everything else, a clean visual cover does the job.

The short version

  • A black box, white text, or an image on top hides content visually but leaves the real text in the file — that's not redaction.
  • Novus's erase / white-out covers content; the standard vector export keeps other text selectable, so a cover box is not guaranteed removal. Novus is not a certified redaction tool.
  • To truly remove sensitive text: remove it in the source document, or flatten/rasterize the page so the text layer is gone.
  • Always verify with select-all, copy, and a text search over the area — trust the test, not the appearance.
  • Pair redaction with AES-256 encryption via Protect PDF to control who can open the file at all.
  • Everything runs locally in your browser — the sensitive file is never uploaded and is discarded when you close the tab.

Password protect a PDF

Apply AES-256 passwords and viewer permission controls locally.

Was this article helpful?

Your answer stays in this browser. There is no backend to send it to — see how it works.

Keep reading

Reviewed and maintained by

Novus Stream Solutions Editorial Team

The Novus Stream Solutions Editorial Team maintains Novus PDF Studio's product documentation, tutorials and PDF explainers. The team checks product claims against the current browser-local implementation and tests, prefers primary specifications and vendor documentation, and corrects material errors openly. The byline identifies the responsible organization; it does not imply a named expert or professional adviser.

Privacy note: every tool mentioned in this article runs entirely in your browser. Nothing is uploaded or queued on a server. A PDF stays in the tab unless you explicitly use Save on this device, which stores that session in this browser without storing passwords. More on the how it works page.