About PDF Files
PDF Document
PDF is the universal standard for sharing documents with consistent formatting across all devices and operating systems. It preserves fonts, images, and layout exactly as intended by the author.
Family
Documents & Text
Extension
MIME Type
application/pdf
Can Use As
HOW PDF
CAME TO BE.
PDF — Portable Document Format — was born inside Adobe in the early 1990s from a project called "Camelot" led by co-founder John Warnock. The idea was simple but audacious: a document that looked identical on any computer, any printer, any operating system. In 1993 Adobe shipped PDF 1.0 alongside the first Acrobat release. Adoption was slow — the reader cost money and the files were fat.
The turning point came in 2008, when Adobe handed control of the PDF specification to ISO (ISO 32000-1). Suddenly any vendor could build a reader, parser, or signer without royalties. That single move turned PDF from a proprietary curiosity into the de-facto container for invoices, legal contracts, academic papers, government forms, and archived records — billions of files per day flow through the format.
PDF's superpower is fidelity: it embeds fonts, preserves exact layout, and can carry vector graphics, raster images, forms, JavaScript, attachments, and digital signatures in a single self-contained file. Its curse is the same thing — that richness makes editing and text extraction notoriously tricky.
CURIOSITIES &
TRIVIA.
The PDF specification is over 1,000 pages long — longer than most novels.
PDF files can contain embedded JavaScript, 3D models, audio, video, and even other PDF attachments.
The first version of Acrobat Reader cost $50. Adobe only made it free in 1994 to seed adoption.
PDF/A (the archival subset) is mandated by law for long-term document preservation in many governments.
The smallest valid PDF file is about 400 bytes.
STRENGTHS &
LIMITATIONS.
Strengths
- Pixel-perfect fidelity across operating systems, browsers, and printers.
- Embeds fonts, so documents render identically without the reader having them installed.
- Supports digital signatures, encryption, and redaction for legal workflows.
- ISO-standardized (ISO 32000) with multiple validated subsets (PDF/A, PDF/X, PDF/UA).
- Supports both vector and raster content, keeping line art crisp at any zoom level.
Limitations
- Editing is difficult — the format is optimized for display, not mutation.
- Text extraction can scramble reading order in multi-column layouts.
- File sizes balloon quickly when embedding high-resolution images or fonts.
- Accessibility (screen readers) requires careful tagging that many PDFs skip.
- JavaScript support has historically been a malware vector.
Typical Sizes & Weights
1-page text-only memo
50–150 KB
10-page report with images
500 KB – 2 MB
Scanned document (per page)
100 KB – 1 MB
Full-color magazine (48 pages)
10–40 MB
Technical Specifications
- MIME type
- application/pdf
- Current version
- PDF 2.0 (ISO 32000-2:2020)
- Compression
- Flate, LZW, JBIG2, JPEG, JPEG 2000
- Max file size
- ~10 GB (practical); 2^31 bytes (theoretical per object)
- Color models
- RGB, CMYK, Grayscale, Lab, DeviceN, ICC-based
- Standard subsets
- PDF/A, PDF/X, PDF/UA, PDF/E, PDF/VT
CONVERT FROM
PDF
CONVERT TO
PDF
Common Use Cases
Business documents, contracts, reports, ebooks, forms, print-ready files.
Related Formats
Popular comparisons
PDF vs JPG
Differences, file size, and when to choose each format.
PDF vs PNG
Differences, file size, and when to choose each format.
PDF vs DOCX
Differences, file size, and when to choose each format.
PDF vs TXT
Differences, file size, and when to choose each format.
PDF vs WEBP
Differences, file size, and when to choose each format.
PDF vs GIF
Differences, file size, and when to choose each format.
Popular PDF conversions
The most-requested destinations when starting from PDF.
Frequently Asked Questions about PDF
Frequently Asked Questions
PDF (Portable Document Format) was created by Adobe in 1993 to present documents consistently across all devices and operating systems. It preserves fonts, images, layouts, and formatting regardless of the software used to view it.
PDF files can be opened with Adobe Acrobat Reader (free), web browsers like Chrome and Edge, macOS Preview, and alternative readers like Foxit and Sumatra PDF.
Use PDF for final documents meant to be viewed or printed without changes. Use DOCX when the document needs to be edited collaboratively. PDF preserves exact layout while DOCX allows flexible editing.