Security & Privacy
How to Stop People Copying Text From Your PDF
What the "no copying" setting really does, why it is easy to bypass, and the approaches that offer meaningful protection instead.
PDF has a permission flag that says "copying not allowed". It is worth understanding exactly what that flag is before deciding how much to rely on it.
What the copy restriction is
It is a boolean stored in the document, protected by an owner password. Compliant readers see it and disable text selection. The document is not encrypted; the text sits in the file exactly as it would otherwise, and anything that does not consult the flag can read it directly.
So the restriction stops a reader in Acrobat from selecting a paragraph, and stops nobody from extracting the text with a script.
Ways around it, in ascending order of effort
- Open the file in a reader that ignores permission flags.
- Remove the flag — it takes seconds and needs no password.
- Extract the text programmatically.
- Screenshot the pages and run OCR.
- Photograph the screen.
The last option defeats every technical control that has ever existed, which is the fundamental limit here: a document a person can read is a document a person can copy.
What actually helps
| Approach | What it achieves |
|---|---|
| Permission flags | Stops casual copying by ordinary readers |
| Per-recipient watermarks | Makes a leaked copy traceable to who received it |
| User password | Controls who can open it at all |
| Sending only what is needed | Limits the exposure whatever happens |
| A licence or NDA | Makes misuse actionable — often the real deterrent |
| Rendering pages as images | Blocks text extraction, at a heavy cost |
Why image-only PDFs are a poor answer
Converting pages to images does prevent text selection. It also makes the document unsearchable, inaccessible to screen readers, several times larger, and blurry when zoomed — and OCR reverses it in about a minute. You lose a great deal to buy a delay.
A proportionate approach
Set the permission flags, because they cost nothing and stop the casual case. Watermark each recipient's copy, because accountability changes behaviour. Put the terms in writing. And accept that a determined reader will copy the text — plan for what happens then rather than pretending it cannot.
Do it now
Protect PDF
Add password protection to PDF. It runs in this browser tab — your file is not uploaded anywhere.
Open Protect PDFFrequently asked questions
Can I stop text being copied from my PDF?+
Not reliably. The flag stops casual copying in compliant readers and nothing more.
Does converting to images work?+
It blocks selection until someone runs OCR, and it costs you search, accessibility and file size in the meantime.
What about DRM?+
Proper DRM requires a licence server and specific reader software, and works only within that ecosystem. It is a different product from a PDF password.
Is watermarking useful?+
Very. A per-recipient watermark makes leaks traceable, which deters more effectively than any flag.