What Is a PDF?
PDF stands for Portable Document Format. Adobe invented it in 1993 to solve one problem: a document should look the same on every screen and every printer, no matter who opens it. Three decades later PDF is the default for contracts, invoices, resumes, government forms, academic papers, and just about anything that needs to arrive exactly as it left.
Definition
A PDF is a self-contained file that embeds text, fonts, vector graphics, raster images, and layout instructions in a fixed page structure. Because everything the viewer needs is inside the file, rendering is consistent across platforms.
Why it matters
Word documents reflow. Web pages restyle. Screenshots lose fidelity. A PDF is a promise that page 3 will look like page 3 whether it is opened on a Mac in Mumbai or a printer in Paris. That predictability is why the format runs the business world.
Advantages
- Identical rendering across devices and operating systems
- Supports vector text that scales without blurring
- Can embed forms, signatures, links, and metadata
- Widely accepted for legal and archival use (PDF/A)
Disadvantages
- Not designed for editing, modifying a PDF is harder than a Word doc
- Can be heavy when full-resolution images are embedded
- Poor reflow on small screens unless authored responsively
- Text extraction quality varies with how the PDF was generated
Examples
- A signed rental agreement emailed between parties
- A downloadable product manual on a manufacturer's site
- A tax form issued by a government portal
- A design portfolio submitted for a job application
Common misconceptions
- PDFs are not always text, scanned PDFs are just images inside a PDF wrapper
- PDF is not a Microsoft or Google format; it is an open ISO standard
- A password-protected PDF is not fully encrypted against determined attackers
- Editing a PDF is possible, but the result rarely matches editing the original source file
Frequently asked questions
Adobe created it, but PDF became an open ISO standard (ISO 32000) in 2008.
Yes, with tools that support it, though editing the original source (Word, InDesign) is usually cleaner.
Text-based PDFs store real text; scanned PDFs store images of text unless OCR has been applied.
A subset of PDF designed for long-term archiving, with restrictions that keep files readable decades from now.