RedactDrop

RedactDrop › Guides › What “verified redaction” means

What “verified redaction” means — how RedactDrop checks its own file

Published 27 September 2026 · by Tekiba

Short answer: before RedactDrop offers a redacted PDF, it opens the new file again — with a separate copy of pdf.js and with checks of its own — and looks for the words you removed, for metadata, for annotations, and for anything left under a box you drew. If any page does not pass, no file is offered. “Verified: 0 matches remain, 0 metadata fields, 0 annotations” is a report of what that check looked at and found, within what RedactDrop can read. It is not a promise about every structure a PDF can contain.

Why check at all

Redaction fails quietly: a word can be drawn in pieces, stored twice or kept in an earlier version of the file while the page looks right. So after removing what it finds, RedactDrop reads the new file as if it had never seen it.

What the check reads

The check runs in your browser, on the new file, before anything is offered for download:

In our own test suite, the output is also read by a third, independent text extractor, pdftotext from Xpdf, and every test file has to come out with zero matches. That extractor is part of how RedactDrop is tested, not part of the check your browser runs.

When RedactDrop refuses

If a page does not pass, the file is not written. The most common reasons:

A red message: Not written. The check of the new file found 1 problem on page 1 (something is still under a box) and the redaction could not finish 1 thing (a shape runs from under a drawn box to outside it and cannot be cut at the edge), so no file is offered.
A drawing with a curve crossing the box: the page is not written, and the message says why.

Turning a page into an image

When the problems found are tied to particular pages, you can choose to turn those pages into images; all the pages that did not pass are converted together. RedactDrop draws each page, paints over the words and boxes on the pixels, puts the image in place of the page, and checks the whole file again. The other pages stay as they were. The option is not offered when a problem belongs to the whole file rather than a page, and it is refused when RedactDrop cannot tell where on a page the remaining words are, since it could not paint over them.

The option offered for a refused page: You can turn page 1 into an image and check the file again. An image page has no selectable text, and its pixels cannot be checked for words. A button: Turn page 1 into an image.
The choice is offered, with what it costs, and never made for you.

What it costs: an image page has no selectable or searchable text, and its pixels are not checked for words — the check can confirm the page has no text left in it, but not what the picture shows. So look at an image page before you share the file. RedactDrop does not make this choice for you; the default is to refuse.

Where the check stops

The check covers what RedactDrop can read. It does not read text inside images or scanned pages, because it does no OCR. It does not search image data such as JPEG for your words. The area a box clears around each character is worked out from the character's width plus a margin, not from its exact outline, so a character in an embedded font that reaches well beyond its width can be kept beside the box with a sliver under the black. And PDF is a large format: a file can be put together in ways nobody anticipated. That is why “Verified” is written as a count of what was found, and why the terms ask you to look at the result yourself, and at every page of anything highly confidential.

How to check a redacted PDF yourself

  1. Search it in your viewer for each word you removed, and for parts of them: a surname alone, the last four digits of a number.
  2. Select across the black areas, copy, and paste into a plain text editor.
  3. Look at the document properties and at the attachments, bookmarks and comments panels.
  4. Open it in a second viewer, or run a text extractor over it. With Xpdf installed:
pdftotext -layout redacted.pdf -

If any of these finds something, do not send the file.

See the check for yourself. Open the redaction page.

Questions

Does “Verified” mean the PDF is clean?

It means the new file was opened again and the check found none of the words you removed, no metadata fields and no annotations other than links you chose to keep (those are counted separately), within what RedactDrop can read. It is not a promise about every structure a PDF can contain, so look at the result yourself.

Why did RedactDrop refuse my file?

Usually because a box you drew lies over a shape it cannot cut exactly, because a word is part of a font's name, or because the check still found something. The message names the page and the reason.

Is turning a page into an image a good idea?

It is a way to get a file out when pages cannot be cleaned in place, offered only when the problems are tied to those pages and RedactDrop can locate the words on them. The pages lose their selectable text, and their pixels are not checked for words, so look at them before sharing.

How can I check a redacted PDF myself?

Search it for the removed words, copy across the black areas into a text editor, look at the document properties, and open it in a second viewer or a text extractor such as pdftotext.