PDF
6 min read
May 1, 2025

PDF Security: How to Protect Your Documents (And When Not To)

Most people think highlighting text black makes it unreadable. It doesn't. Here's how PDF security actually works.

PDF Security: How to Protect Your Documents (And When Not To)

Open Password: Required to open the file — actual security. AES-256 with a strong password is effectively unbreakable.

Permissions Password: Controls printing/copying — trivially bypassed by most PDF software. Do not rely on this for security.

The Redaction Mistake That Exposes Data

Drawing a black box over text does NOT remove it. The text remains in the PDF's data structure — hidden visually but fully extractable:

  • Select All → Copy → Paste in any text editor
  • Our PDF to Text tool extracts it instantly
  • Real examples: Classified US military documents with "redacted" text that was trivially recoverable.

    Proper redaction requires Adobe Acrobat Pro's Redact tool — it permanently deletes the underlying data.

    PDF Metadata

    Every PDF contains: author name, creation date, edit history, software version. View in Adobe Reader: File → Properties.

    Our PDF Compressor strips this metadata automatically when you compress.

    Written by the GMC Tools team