About Redact PDF
Redact PDF blacks out regions you drag over — and it makes you choose, up front, whether the black box actually destroys what is underneath. Wipe, the default, re-renders every affected page at high resolution with the rectangles painted into the bitmap and then assembles a brand-new document from that image plus the untouched pages, so the original text of a wiped page is never written to the download. Cover simply draws an opaque rectangle on top and leaves the text in the file, where it can still be selected and extracted. Use it for names in a case file, salary figures in a board pack, account numbers on a statement or patient details in a referral. Also searched as black out text in a PDF or censor a PDF.
Redact PDF specs
| Price | Free ($0) — no paid tier |
|---|---|
| Account | Not required |
| Watermark | None |
| Where it runs | In your browser, on your device |
| File upload | No file is uploaded |
| Input | PDF (1 file) |
| Output | |
| File size limit | Limited only by your device's memory |
| Works offline after the page loads | Yes |
How to use Redact PDF
Load the document
Drop one PDF on the upload area. The tool reads its page count and renders the first page into the Redaction preview.
Choose Wipe or Cover
Wipe (true redaction) is selected by default. Cover (visual only) switches to a drawn-rectangle-only mode, and the panel underneath turns amber to warn that the text stays in the file.
Drag rectangles over the content
Click and drag on the preview to draw a black box, then release to keep it. Rectangles are stored per page, so switch pages with the pager and carry on marking.
Fix mistakes
Every rectangle gets a small trash button at its top-right corner. Clear this page removes all marks on the page you are viewing, and the counter reads something like 3 on this page, 7 total.
Download redacted PDF
Press the button to save a copy with a -redacted suffix. The status line confirms exactly what happened — wiped seven regions, or covered seven regions.
Frequently asked questions about Redact PDF
Does this really delete the text, or just cover it?
Whether the text is destroyed or merely hidden is precisely what the two modes decide, which is why they are separated rather than blended into one button. In Wipe mode the text is genuinely gone from the pages you marked: those pages are re-rendered as images with the black rectangles burned into the pixels, and the output document is built fresh from those images, so the parsed original page content is never serialised into the file you download. In Cover mode nothing is removed at all. A black rectangle is drawn on top of the page and the words underneath remain fully present — selectable with the mouse, extractable by any text-scraping tool, visible in a hex editor. Cover is for marking up; Wipe is for redacting.
How does Wipe mode work in detail?
Wipe mode rasterizes each affected page at up to two and a half times its natural size, capped at 2200 pixels wide, so the result stays crisp in print. The black rectangles are painted into that bitmap in canvas pixel space, the bitmap is encoded as a high-quality JPEG, and a new page of the original displayed dimensions is created in a fresh document holding nothing but that image. Pages you never marked are copied across in a single batch, so shared fonts and images are duplicated once rather than per page, and they keep their real text. Document-level structures — outline, attachments, form data, embedded JavaScript and XMP — are deliberately left behind, because any of them can echo the text you just removed.
How is this different from Whiteout PDF?
Whiteout PDF is the white-rectangle equivalent of this tool's Cover mode, and neither of them removes anything. Whiteout draws an opaque white box over a region so the page looks as though the content was never there, which is useful for tidying a form, hiding a letterhead before reusing a template, or blanking a stale figure — but the covered text is still sitting in the content stream, and copying the area or running text extraction will bring it straight back. Wipe mode is the only one of the three that changes what the file actually contains. Pick Whiteout for cosmetic cleanup, Cover for a visible black mark on non-sensitive content, and Wipe whenever the information underneath must not be recoverable.
Will the redacted PDF still be searchable?
Only the pages you did not wipe stay searchable. A wiped page is an image, so its text is no longer selectable, searchable or extractable — the same mechanism that makes the redaction effective, and it applies to the whole page rather than only to the black boxes. Pages with no rectangles are copied over as they were and keep their native, fully searchable text. In Cover mode every page stays searchable, including the words behind the black rectangles. If you need the remaining wording of a wiped page back in searchable form, run the redacted file through OCR PDF, which recognises the visible text and lays a text layer over the image.
What hidden data survives a redaction?
A wiped document carries almost no hidden data forward, by design, while a covered one carries all of it. Wipe keeps only the descriptive basics — title, author, subject, keywords, creator and the original creation date, with the modification date set to now — while bookmarks, attachments, form data, embedded JavaScript and the XMP metadata packet are dropped rather than copied, since each can repeat the exact text you just removed. Cover mode changes nothing except adding rectangles, so all of those structures survive intact along with the covered text. Whichever mode you use, check the result before sending it: open it, try selecting the redacted area, and inspect the fields with Edit PDF metadata.
Is it free, and does a sensitive document get uploaded?
Redact PDF is free, has no limits and adds no watermark, and no part of the document is uploaded — which for this tool is the entire point. Pages are rendered with pdf.js, rectangles are drawn against the canvas in front of you, and the rebuilt file is assembled with pdf-lib, all inside your browser tab; the sensitive original, the intermediate page images and the redacted output all stay on your machine. Nothing is queued on a server, so there is no copy anywhere to be retained. Encrypted files have to be unlocked first with Remove PDF password, since page content has to be parsed before it can be rasterized. Local processing does cost time on a long document, because every affected page is rendered at high resolution before the file can be rebuilt around it.
Why in-browser processing matters
Every PDFChamp tool runs inside this page: the file you choose is read by JavaScript in your own browser and is never sent to a server, so nothing is uploaded, queued, or stored anywhere. That removes the upload wait, the processing queue, and the question of what happens to your file afterwards — the about page compares this architecture with server-side PDF tools.
Last updated