← Back to blog
Guides

What is a PDF File? A Practical Guide to Portable Document Format

Mar 10, 2026·10 min read

PDF is the file format you use without thinking about it. Your bank statement is a PDF. Your tax return is a PDF. The contract you signed last week, the boarding pass on your phone, the manual that came with your camera, the lease your landlord emailed, the invoice your accountant sent: all PDFs. Roughly 2.5 trillion PDFs are created every year. It is the most universal document format on Earth.

And yet most people cannot explain what a PDF actually is, why it became dominant, or what to do when one breaks. This guide covers the format from first principles: what PDF stands for, how it works under the hood, why it won the format wars, and the practical tools you need to edit, convert, compress, sign, and manage PDFs without paying Adobe a subscription.

Quick answer

A PDF (Portable Document Format) is a file that locks down a document's exact appearance so it looks identical on any device, anywhere. Adobe invented it in 1993. It became an open ISO standard in 2008. PDFs can hold text, images, forms, signatures, links, and embedded files, all in one self-contained package.

What PDF stands for

PDF stands for Portable Document Format. The name reflects the original problem it was built to solve: in the early 1990s, sending a document from one computer to another was a guessing game. Fonts were missing. Layouts shifted. Pages broke across the wrong points. A memo that looked perfect on a colleague's Mac might be unreadable on a client's PC.

Adobe's solution was to design a file format where the document carried everything it needed: the fonts, the images, the precise positioning of every element, all bundled inside one file. Open it anywhere, on any operating system, and it would look exactly the way the author intended. That promise (portability with perfect fidelity) is why the format won.

A short history of the PDF

The PDF was created by Adobe co-founder John Warnock in 1991 (project codename "Camelot") and shipped to the public as version 1.0 in 1993. Adoption was slow at first because PDF readers cost money and PDFs were huge by the bandwidth standards of the day.

The turning point came in 1996 when Adobe made the Acrobat Reader free. Combined with the rise of the web, PDFs became the default for anything that needed to be downloaded, printed, or filed. Government agencies, banks, universities, and law firms standardised on PDF for forms and official documents. By the mid-2000s the format was effectively universal.

In 2008, Adobe handed control to the International Organization for Standardization. PDF became ISO 32000-1, an open standard anyone can implement without paying licensing fees. This is why open-source PDF tools, browser PDF viewers, and competing commercial editors can all read and write the format legally and reliably.

How a PDF actually works

A PDF is structured as a collection of objects: text blocks, images, fonts, page descriptions, metadata, and references between them. The file starts with a header (which version of PDF), contains a body of these objects, and ends with a cross-reference table that tells PDF readers where each object lives in the file.

Critically, a PDF embeds its own fonts. When you save a Word document and email it, the recipient sees the document in whatever fonts they have installed. A PDF, by contrast, carries the actual font data (or a subset of it) inside the file. That is why a PDF looks the same on every device.

Images inside a PDF are stored as embedded streams, usually in JPEG or other compressed formats. Text is stored as actual characters (not pictures of characters), which is why you can search a PDF, copy text from it, and reflow it into other documents. Scanned PDFs are the exception: they are images of pages, with no underlying text layer, unless someone has run OCR on them.

Modern PDFs can also contain forms (interactive fields you can fill in), digital signatures (cryptographic proof of authorship), embedded files (attachments inside the PDF), JavaScript (for form logic), bookmarks, and hyperlinks. The format is extensible by design.

PDF compared to other document formats

FormatBest forEditableFixed layout
PDFFinal output, sharing, archivalLimited (use Editly)Yes
Word (.docx)Authoring, drafts, collaborationFullNo (reflows)
HTMLWeb pages, responsive contentFull (with editor)No (responsive)
JPG / PNGPhotos, single-image documentsPixel-level onlyYes
EPUBEbooks (reflowable text)With ebook editorNo (reflows)

The simple rule: use Word (or Google Docs) to write and edit, then export to PDF for final distribution.

Why the PDF won

Three properties made PDF the dominant document format:

Word documents fail on all three. HTML fails on fidelity. Image files fail on text editability. Only PDF gets all three properties, which is why it became the universal currency of formal documents.

Common things people need to do with PDFs

Combine multiple PDFs into one

Merge PDF combines PDFs, images, and Word documents into a single file. The most common use is bundling exhibits, receipts, or contract pages into one tidy deliverable. For a full walkthrough see how to merge PDF files online.

Split a PDF into pieces

Split PDF breaks a PDF into separate files by page range, or extracts specific pages. Useful for sending only the relevant section of a long report.

Compress a PDF to fit email or upload limits

Compress PDF shrinks files by 50-90 percent with no visible quality loss. Most scanned and image-heavy PDFs benefit dramatically. See our compression guide for ratios and edge cases.

Edit text directly in a PDF

Editly provides direct text editing inside the PDF with auto font detection, plus image insertion, redaction, signing, and more. Read about the full feature set in our Editly guide.

Convert PDF to other formats

PDF to Word produces editable .docx. PDF to JPG turns pages into images. PDF to PowerPoint extracts slides. PDF to Excel pulls tables. The reverse conversions are also covered: Word to PDF, JPG to PDF, PowerPoint to PDF, Excel to PDF, HTML to PDF.

Sign a PDF

Sign PDF adds signatures and produces legally accepted audit trails under ESIGN (US) and eIDAS (EU). Multi-party signing with email requests is supported.

Protect or unlock a PDF

Protect PDF adds AES password encryption. Unlock PDF removes a password you legitimately have.

Make a scanned PDF searchable

OCR PDF recognises text in scanned pages and adds an invisible searchable layer. Once OCR'd, a scanned contract becomes searchable, selectable, and editable.

Redact, watermark, rotate, crop

Redact permanently destroys sensitive content. Watermark applies text or image overlays. Rotate, Crop, Delete Pages, Organize, and Page Numbers handle the page-level cleanup that scans and downloads usually need before they look presentable.

PDF variants and specialised types

Privacy considerations

PDFs often carry more information than is visible on the page. Author names, original filenames, edit history, embedded thumbnails, hidden layers, and form data can all leak through. Before sharing a sensitive PDF externally, consider running it through:

For online tool usage: iHatePDF processes files over HTTPS, deletes them at the end of your session, and never uses them for AI training. The GDPR-compliant handling is appropriate for medical records, legal exhibits, and tax documents.

Common PDF problems and fixes

Frequently asked questions

What does PDF stand for?

PDF stands for Portable Document Format. The name reflects the original goal: a file that looks identical on any computer, in any country, regardless of the software or fonts installed locally.

Who invented the PDF?

Adobe created the PDF format in 1993. It became an open ISO standard (ISO 32000-1) in 2008 and is now maintained as an open international standard rather than being controlled by any single company.

Can I edit a PDF without Adobe Acrobat?

Yes. Editly provides direct text editing inside the PDF with auto font detection, plus image insertion, redaction, signing, and more. Free, in the browser, no install required.

Why is the PDF format so popular?

Three reasons: fixed layout (looks the same everywhere), cross-platform (every device and OS can read it), and self-contained (fonts and images are embedded so the file does not break when shared). No other document format combines all three reliably.

Are PDFs the same as Word documents?

No. PDFs are designed for final, fixed-layout viewing. Word documents are designed for authoring and editing. You can convert between them, but each format is built for a different stage of the document lifecycle.

What is the difference between PDF and PDF/A?

PDF/A is a specialised version of PDF for long-term archival. It restricts certain features (like external links, JavaScript, and unembedded fonts) that could break the document decades later. Standard PDFs allow all features.

Can PDFs be edited like Word files?

Standard PDFs are not designed for editing. They store content as fixed page layouts. However, modern editors like Editly reconstruct the editable text layers so you can change text directly, insert images, and redact content as if it were a Word document.

How do I open a PDF on my phone?

Every modern phone (iPhone, Android) can open PDFs natively. Tap any PDF in your email, browser, or files app and it opens. For editing, conversion, or compression, browser-based tools like iHatePDF work on mobile without installing an app.

Can a PDF contain a virus?

Yes, in principle. PDFs can contain JavaScript and embedded files, which have been used as attack vectors. Only open PDFs from trusted sources, and use a modern PDF reader that sandboxes execution. Sanitising untrusted PDFs through online tools (which strip active content) is one defensive option.

Are PDFs accessible to screen readers?

When properly tagged, yes. PDF/UA is the accessibility standard for tagged PDFs that work with screen readers. Many PDFs in circulation are not tagged, which makes them hard to use with assistive technology. Adding tags is part of accessibility remediation.

Need to do something with a PDF?

30+ free tools, no signup for single jobs, no watermark on output.

Browse all tools →

Related guides