Security & Privacy
How to Permanently Remove Text From a PDF
Delete words, paragraphs or whole passages from a PDF so they cannot be recovered — and how to confirm they are actually gone.
There is a real difference between text you cannot see and text that is not there. Everything about handling confidential documents depends on knowing which one you have produced.
Things that do not remove text
- Covering it with a black or white rectangle — still in the content stream.
- Setting the text colour to match the background — still there, still copyable.
- Placing an opaque image over it — the text is underneath.
- Flattening the document — merges the covering shape in, leaves the text.
- Cropping the page — hides content outside the visible area without deleting it.
Cropping deserves particular attention because it feels so final. A cropped page has a smaller visible area and exactly the same content; changing the crop box back reveals everything.
What does remove it
- 1Redact — the only operation that deletes the underlying text objects.
- 2Delete the whole page, when everything on it can go.
- 3Rebuild the document without the passage, if you have the source file.
- 4Print and rescan, which leaves no digital layer at all.
The places text hides
| Location | Visible in a reader? | Recoverable? |
|---|---|---|
| Page content stream | Yes | Yes, unless redacted |
| Document metadata | No | Yes, in one click |
| Bookmarks and outline | In the sidebar | Yes |
| Annotations and comments | Sometimes | Yes |
| Embedded attachments | No | Yes |
| Incremental save history | No | Yes, with the right tools |
That last row is the subtle one. PDFs can be saved incrementally, appending changes rather than rewriting the file — which means an earlier, unredacted version may still be inside the same document. Saving as a fresh file rather than appending eliminates it, and a proper redaction tool rewrites the file rather than appending to it.
A workflow that holds up
- 1Redact every occurrence of the sensitive content.
- 2Strip the document metadata.
- 3Remove bookmarks and annotations that restate it.
- 4Save as a new file rather than saving over the original.
- 5Search and copy-test the result.
- 6Rename the file so the name itself gives nothing away.
Do it now
Redact PDF
Black out sensitive information. It runs in this browser tab — your file is not uploaded anywhere.
Open Redact PDFFrequently asked questions
Does cropping remove content?+
No. It changes what is displayed. The content outside the crop is still in the file.
Can deleted text be recovered from a PDF?+
If it was hidden rather than deleted, yes. If it was properly redacted and the file rewritten, no.
What about earlier saved versions inside the file?+
Incremental saves can retain them. Saving as a new file discards the history.
Is print-and-rescan overkill?+
For most work, yes. For a disclosure where failure is unacceptable, it is the only method with no digital layer to leak.