Almost everyone uses PDFs; almost no one is told what they contain. Yet a handful of odd behaviours — why you can search one PDF but not another, why one page is 30 KB and another is 8 MB, why editing is such a pain — all make sense the moment you know what is inside. This guide is a plain-English tour, no jargon required.
PDF stands for Portable Document Format, and the important word is portable. It was invented to solve one problem: make a document look exactly the same everywhere — same fonts, same layout, same page breaks — regardless of the computer, printer or program opening it.
To do that, a PDF does not store your document the way the program that made it does. Instead it records the result: a precise description of what belongs on each page and exactly where. "Place this character here, in this font, at this size. Draw this line from here to here. Put this image in this rectangle." It is less like an editable document and more like a set of printing instructions frozen onto a page.
Whether you can select and search text comes down to how the PDF was created.
| Born-digital PDF | Scanned PDF | |
|---|---|---|
| Made by | Exporting from Word, a browser, an accounting system | A scanner or phone camera |
| What's inside | Real characters + font information | A photograph of the page — pixels only |
| Search & select | Works | Finds nothing; selects the image |
A born-digital PDF holds actual text, so your computer can search it. A scanned PDF holds a picture of text — to the computer it is just dots, indistinguishable from a photo of a sunset. That is why Ctrl+F comes up empty on a scan. Making it searchable means running OCR to add an invisible text layer behind the image.
The difference between the two kinds also explains those baffling size gaps.
So a ten-page contract exported from Word might be 200 KB, while a ten-page scan of the signed version is 40 MB. Same words, completely different contents. It also explains why scanning in Grey or Black & White, or compressing, shrinks a scanned PDF so dramatically — you are reducing image data, which is where all the weight lives.
Beyond page contents, a PDF can carry:
Because a PDF stores position, not structure, it does not know that a run of characters is a "paragraph" or that a grid of numbers is a "table." It only knows where each mark sits. Change one word and nothing reflows, because there is no concept of flow — just fixed positions. This is exactly why converting a PDF back to Word or Excel is an act of reconstruction, and why it is never perfect for complex layouts: the tool has to rebuild structure that the PDF never recorded.
Understanding the format does not just satisfy curiosity — it tells you which tool to reach for, and stops you expecting a scan to behave like text or a PDF to edit like a document.