How to redact a PDF for free, without uploading it anywhere
The document you want to redact is, by definition, the one you should not be uploading to a free web converter. Here are the routes that cost nothing and keep the file on your machine — and the ones that quietly do not work.
The fastest route: do it in the browser, offline
- Open Blackline. Nothing installs and there is no account.
- Drop the PDF or image in. It is opened by your browser, not sent anywhere — you can disconnect your network first and it will still work.
- Drag a box over anything that must go. Repeat on every page.
- Export. Each page is rebuilt with the boxes burned into the page itself, so the covered text is not in the output file at all, and the document information fields come out empty.
- Verify before you send it — see the test at the bottom of this page.
Free covers documents up to three pages, which is enough for a contract page, a payslip, a bank statement or an ID scan. Longer documents are what the paid tiers are for.
What the other free routes really do
| Route | What it does | Safe? |
|---|---|---|
| Apple Preview — the highlighter or a filled shape | Draws an annotation over the text | No. The text stays and can be copied out. Preview's dedicated Redact command (newer macOS) does remove content — the shape tools do not. |
| Microsoft Word — black highlight, then export to PDF | Formats the text as black-on-black | No. The characters are still text. Select-all and paste returns them. |
| Free online "redact PDF" sites | Uploads your file to their server | Depends — and you cannot check. Many do redact correctly. All of them now hold a copy of the document you considered sensitive enough to redact. |
| Print to PDF after covering | Re-renders the page, usually flattening annotations | Often fine for the page content, but metadata frequently survives and the result varies by printer driver. Verify it. |
| Screenshot each page, black out, re-assemble | Rasterises everything | Safe for content, painful for anything over two pages, and it loses text quality. |
| LibreOffice Draw | Edits objects directly — you can delete the text, not cover it | Safe if you delete rather than cover, but it reflows layouts and is fiddly on complex documents. |
The rule underneath all of it
Covering is not removing. If a route lets you drag the black box off again afterwards, the text is still in the file. If the route rebuilt or re-rendered the page, it is probably gone. The only way to know which one you are holding is to test it.
Verify the result — ten seconds, no install
With tools:
pdftotext redacted.pdf - | grep -i "something that should be gone"
Without tools: open the exported PDF, press Ctrl/Cmd+A, copy, and paste into any plain text editor. Read what comes out.
Anything appearing from under a black bar means the redaction failed. Do not send the file.
Also check what is not on the page
A clean-looking page can still ship the author's name, the original filename, the creating software and timestamps. That lives in the metadata, and most redaction routes never touch it — how to remove PDF metadata.
If you are redacting under a legal or regulatory obligation rather than for personal privacy, work through the redaction compliance checklist before release.