File Format

PDF (.pdf)

Portable Document Format — the universal standard for shareable, print-ready documents.

Extension
.pdf
MIME Type
application/pdf

Last updated

What Is a PDF File?

PDF (Portable Document Format) was developed by Adobe in 1993 and became an open ISO standard (ISO 32000) in 2008. It is designed to present documents consistently across all devices, operating systems, and software — a PDF looks identical whether opened on Windows, macOS, iOS, Android, or a web browser.

What Does a PDF Contain?

A PDF is a structured binary file containing:

  • Text streams — compressed sequences of characters linked to embedded font definitions
  • Raster images — JPEG, PNG, or TIFF data embedded directly inside the file
  • Vector graphics — mathematical curve definitions for logos, charts, and diagrams
  • Fonts — full or subsetted font files embedded for consistent rendering
  • Metadata — title, author, creation date, and keyword tags
  • Cross-reference table (xref) — an internal directory mapping every object to its byte offset

Common PDF Problems

ProblemCauseFix
"File is damaged and cannot be repaired"Missing or broken xref tableUse Repair PDF tool
File too large to emailHigh-DPI embedded imagesUse Compress PDF tool
Pages sideways or upside-downScanner orientation errorUse Rotate PDF tool
Text not selectableScanned image-only PDFRequires OCR processing

PDF Versions

VersionYearKey Feature Added
PDF 1.01993Basic text and images
PDF 1.42001Transparency and layers
PDF 1.720063D content, digital signatures
PDF 2.02017Improved encryption, page-level output intent

MIME Type

application/pdf — the IANA-registered MIME type for PDF files. Used by web servers to signal that a response contains a PDF, triggering the browser's built-in PDF viewer.

Tools for PDF files

Related terms