Skip to main content

PDF, demystified

How PDFs actually store text, why they bloat, and how to bend them to your will.

The PDF is the most misunderstood file on your computer. People treat it like a Word document that happens to be locked, when it's closer to a printout described in code: a page is a set of glyphs and images placed at exact coordinates, with no inherent notion of a paragraph, a table, or a reading order. Almost every frustration — compression that barely helps, a 'convert to Word' that scrambles your columns, a 200 MB scan that won't email — traces back to that one fact.

This hub explains the format from the inside out, then points you at the tools that work with the grain of it instead of against it. Everything runs in your browser, so even sensitive contracts and statements never leave your device.

Start with how a PDF is built

Before you compress, convert or merge anything, it pays to understand what's actually in the file. A PDF is a container of objects — fonts, images, vector paths and a text layer — referenced by cross-reference tables. That structure explains the two questions people ask most: why does compression sometimes do nothing, and why does converting to Word ruin the layout? The answers are in the complete guide to PDF compression and the honest guide to PDF-to-Word conversion.

The workflows worth learning

  • Shrinking a PDF to clear an email or portal limit — structural compression first, image compression where the bytes actually live. See optimize PDFs for email.
  • Combining and re-ordering pages without corrupting bookmarks or leaking metadata — the Merge PDF and Organize PDF tools, plus the privacy notes below.
  • Getting editable text back out — convert single-column prose cleanly, and OCR scanned pages first so there's text to extract at all.
  • Cleaning a document before you share it — flattening redactions and stripping metadata, covered in privacy-cleaning a file before you share it.

Frequently asked questions

  • Why does compressing my PDF barely change the file size?

    Structural compression cleans up the container, but if your PDF is mostly scanned images, the bytes live in those images and are left untouched by design. Compress the source images first, then rebuild — that's where a scan-heavy PDF actually shrinks.

  • Why does PDF-to-Word scramble my tables?

    A PDF stores glyphs at coordinates, not 'this is a table'. There's no structure to reconstruct, so any converter has to guess. Single-column prose converts cleanly; tables and multi-column layouts are where it leaks.

  • Is it safe to edit a confidential PDF here?

    Yes — every PDF tool runs entirely in your browser, so contracts, statements and IDs never reach a server. Redact before you merge and strip metadata after, and the workflow is airtight.