PDF stands for Portable Document Format. Created by Adobe in 1992, it is arguably the most important file format in modern business.

Before the PDF, sharing a digital document was a nightmare. If you created a beautiful report in a word processor on a Windows machine and emailed it to a colleague using a Mac, the formatting would break, fonts would be substituted, and page numbers would shift.

The PDF was invented to solve this exact problem.

The Goal: Digital Paper

The core philosophy of the PDF is that it acts like "digital paper."

When you export a document to PDF, you are essentially printing it to a digital file. The format locks the layout, the fonts, the images, and the text precisely in place.

If a PDF looks a certain way on your Windows laptop, it will look exactly the same on an iPhone, an Android tablet, a Linux machine, or when printed on a physical printer.

Key Characteristics of a PDF

  1. Platform Independent: A PDF does not care what operating system, hardware, or software you are using. It requires only a free PDF viewer (which is built into every modern web browser).
  2. Self-Contained: A well-crafted PDF embeds all the necessary components within the file itself. If you use a rare custom font, that font data is packaged inside the PDF so the recipient can view it without installing the font.
  3. Hard to Edit by Design: PDFs are meant for presentation, not ongoing editing. While specialized tools can edit PDFs, they are intentionally difficult to alter accidentally. This makes them ideal for contracts, invoices, and finalized reports.
  4. Secure: PDFs support strong AES encryption. You can password-protect them against opening, or restrict specific actions like printing or copying text.

How PDFs Work Under the Hood

Unlike a Word document, which stores text in a flowing, continuous stream, a PDF stores text using absolute positioning.

The underlying code of a PDF essentially says: "Place the letter 'A' in Times New Roman, size 12, exactly 2 inches from the top and 1 inch from the left." This absolute positioning is why PDFs always look correct, but it is also why converting a PDF back to Word is often imperfect—the software has to guess where the paragraphs and sentences actually belong.

When Should You Use PDF?

You should use PDF when the document is finalized and ready for distribution.

  • Yes to PDF: Invoices, resumes, signed contracts, user manuals, whitepapers, print-ready designs.
  • No to PDF: A draft document you are collaborating on with a colleague, a spreadsheet containing data that needs analyzing, a presentation you are still writing.

Related guides: PDF vs DOCX: What's the Difference? · What is PDF/A?