A reference library · Est. 2026

Every PDF, explained.

PDFlo is an independent field guide to the Portable Document Format — where it came from, how it works inside, and the standards that keep documents readable for decades. No software to install, nothing to upload. Just documentation, written plainly.

Browse the guides
1993
First released
ISO 32000
Open standard
2.0
Current version
01 — GUIDES

Understand the format

SPEC-01

What is a PDF?

The Portable Document Format describes a fixed-layout document independently of the software, hardware, or operating system used to view it. Text, fonts, vector graphics, and images travel together in one self-contained file that prints and displays identically everywhere.

SPEC-02

Anatomy of a PDF file

Every PDF has four parts: a header declaring the version, a body of numbered objects (pages, fonts, images), a cross-reference table mapping byte offsets, and a trailer pointing to it all. Readers start at the end of the file and walk backwards.

SPEC-03

How PDF compression works

Content streams are squeezed with named filters: FlateDecode (the same deflate algorithm as ZIP) for text and vectors, DCTDecode (JPEG) for photographs, and JBIG2 or CCITT for scanned black-and-white pages. A single file can mix all of them.

SPEC-04

Fonts and embedding

A PDF either references a font by name or embeds it outright — often as a subset containing only the glyphs the document uses. Embedding is what makes a file truly portable; missing fonts are why some documents render with the wrong typeface.

SPEC-05

Signatures and trust

Digital signatures embed a cryptographic checksum over the file's bytes, so any later edit is detectable. Signing appends a new revision rather than rewriting the document, preserving everything that came before — ink signatures on paper, upgraded.

SPEC-06

Archiving with PDF/A

PDF/A (ISO 19005) is the archival profile: fonts must be embedded, encryption and external references are forbidden, and color is device-independent. Libraries and governments use it so files still open correctly in fifty years.

02 — STANDARDS

The PDF family

ProfileStandardPurpose
PDF/AISO 19005Long-term archiving — self-contained, no external dependencies
PDF/XISO 15930Print production — CMYK color, embedded fonts, press-ready output
PDF/EISO 24517Engineering documents — technical drawings and 3D content
PDF/UAISO 14289Universal accessibility — tagged structure for assistive technology
PAdESETSIAdvanced electronic signatures for legally binding documents
03 — HISTORY

Thirty years of paper, digitized

  • 1991
    Adobe's John Warnock describes the Camelot Project — a way to capture documents from any application and view them anywhere.
  • 1993
    PDF 1.0 ships alongside the first Acrobat reader, free of charge — the decision that made the format ubiquitous.
  • 2001
    PDF 1.4 adds live transparency and JBIG2 compression for scanned documents.
  • 2008
    Adobe hands the specification to ISO. PDF becomes an open standard: ISO 32000-1.
  • 2017
    PDF 2.0 (ISO 32000-2) modernizes encryption, tagging, and page geometry handling.
  • 2020
    A refreshed ISO 32000-2 clarifies the 2.0 specification — the edition implementers follow today.
04 — ABOUT

Why PDFlo exists

The PDF format quietly carries contracts, medical records, boarding passes, and court filings — trillions of pages a year — yet its inner workings are documented mostly in dense specifications. PDFlo collects what is worth knowing about the format in one calm, readable place.

There is nothing to download and nothing to install here. It is a library, not a toolbox.