What Is a PDF?
Everyone sends them, nobody explains them. A PDF is not a picture, not a Word document, and not a web page, and once you know what it actually holds, half the strange behavior (why you cannot select the text, why the file is 40 MB, why editing is awkward) stops being mysterious.
The short answer
PDF stands for Portable Document Format. It is a file that describes finished pages: how wide each page is, where every character sits, which shapes and pictures go on top, and which fonts to use. Adobe created the format, and it was later published as an open ISO standard (ISO 32000), which is why your phone, your laptop and your browser can all open one without special software.
The word that matters is portable. A PDF is meant to look identical wherever it lands. That single design goal explains nearly everything else about the format.
Why the format exists
Before PDFs, sending a document meant hoping the other person had your software, your fonts and your printer settings. Anything missing and the layout drifted: a contract signature block slid onto a new page, a table wrapped differently, a heading changed typeface. For invoices, legal agreements, boarding passes and printed forms, drifting layout is a real problem.
A PDF fixes the page. It carries the fonts it needs inside the file, it pins content to exact coordinates, and it treats the document as finished rather than as a work in progress. You give up easy reflowing and easy editing; you get a file that arrives looking exactly the way you sent it.
What is actually inside a PDF
Open the hood and a typical PDF holds several different kinds of content stacked on the same pages.
- Text. Real characters with positions, sizes and font references. This is what your reader searches and what you copy to the clipboard.
- Fonts. Usually embedded, in whole or in part, so the file does not depend on the fonts installed on the reader's device. Embedded fonts are the reason a PDF stays faithful, and one of the reasons it can be surprisingly large.
- Raster images. Photographs, screenshots and scans: grids of pixels, typically stored in a compressed form. These dominate the file size of most heavy PDFs.
- Vector graphics. Lines, curves and filled shapes described by math rather than pixels: logos, charts, borders, table rules. They stay crisp at any zoom level and cost very little space.
- Page structure. Page count, page dimensions, and a rotation setting per page that tells readers which way up to display it.
- Metadata. Title, author, creation date and the name of the program that produced the file. It is invisible on the page but travels with it.
- Extras. Bookmarks (the clickable outline), internal and external links, annotations and comments, form fields you can type into, and tags that describe reading order for screen readers.
Not every PDF has all of these. A one-page receipt might be a few lines of text and a logo. A scanned lease might be nothing but images. Both are equally valid PDFs, which brings us to the single most useful distinction in the whole format.
Real text versus scanned pages
There are two very different kinds of PDF wearing the same file extension.
A text-based PDF comes out of a program: a word processor, a spreadsheet, a design tool, a web page you printed. It contains actual characters, so you can select a sentence, copy it, and find it with a search. It is usually small, often well under a megabyte for several pages.
A scanned PDF comes out of a scanner, a copier or a phone camera app. Every page is one large photograph of paper. There are no characters in the file at all, only pixels arranged to look like words. Your reader cannot search it, you cannot select a line, and the file is heavy because photographs are heavy. That is also the main reason a five-page document can weigh 40 MB, a topic we cover in why is my PDF so large.
Turning the pixels back into characters requires optical character recognition (OCR), which is a separate process, and it is worth knowing which of your tools do it and which do not. Our tools do not perform OCR; they work with the file as it already is.
PDF versus Word documents
A word processor file is a living document. It stores paragraphs, styles and rules for how text should flow, and it recalculates the layout every time you type. That is exactly what you want while writing, and exactly what you do not want when sending a final version to someone else.
A PDF is the printout of that document, saved as a file. Nothing reflows. Editing means patching finished pages rather than retyping a draft, which is why PDF editing always feels more constrained. The practical rule: keep the editable original, share the PDF.
PDF versus web pages
An HTML page is deliberately flexible. It reshapes itself for a phone, a laptop or a projector, and it has no page breaks at all until you print it. A PDF is deliberately rigid: fixed page size, fixed line breaks, fixed everything.
Use a web page when the content should adapt to the reader's screen. Use a PDF when the content has to be pinned down: something to sign, print, file or archive, or something that must be identical for every recipient.
PDF versus JPG and PNG
JPG and PNG are single-image formats. One file is one picture, with no concept of pages, no text layer, no fonts and no bookmarks. JPG uses lossy compression, which is excellent for photographs; PNG is lossless and better for screenshots, logos and anything with sharp edges or transparency.
A PDF is a container for whole documents. It can hold many pages, mix text with images, and keep multi-page material in one file. Sending twelve photographs of a document as twelve separate images is worse for the recipient in almost every way; bundling them into one PDF with our Images to PDF tool gives them one file, in order, that prints correctly.
Which format fits which job
| You want to | Best format |
|---|---|
| Send a finished contract, invoice or form | |
| Keep writing and revising | Word processor file, exported to PDF at the end |
| Publish something people read on any screen | Web page |
| Share a single photograph | JPG |
| Share a screenshot or a logo with crisp edges | PNG |
| Combine many photos or scans into one document |
Myths worth dropping
"A PDF is just an image." Usually false. Most PDFs carry real, selectable text. Only scanned PDFs are pure images, and that is a property of how the file was made, not of the format.
"A PDF cannot be changed." A PDF is not tamper-proof by nature. Pages can be added, removed, rotated or replaced with ordinary tools. What the format guarantees is consistent appearance, not immutability.
"All PDFs are searchable." Only those with a text layer. If a search finds nothing in a document you can plainly read on screen, you are almost certainly looking at a scan.
"Compressing a PDF is free of consequences." Shrinking a file means throwing away image detail, and depending on the method it can also turn selectable text into part of the picture. Always keep the original.
How our tools fit the format
Every tool here runs entirely inside your browser, so your file is never uploaded anywhere. Each one works on a specific part of the structure described above.
- Merge PDF copies the pages of several files into one new document, in the order you choose. See the step-by-step merge guide.
- Split PDF copies out the pages you select, either as one shorter document or as separate one-page files.
- Compress PDF re-renders each page as a JPEG image at a quality you pick. That is why it shrinks scans so effectively, and why any selectable text in the result becomes part of the page picture.
- PDF to JPG renders each page as a standalone image, which is what you want for slides, thumbnails and anything destined for a document that only accepts pictures.
- Rotate PDF changes each page's rotation setting, so sideways scans display and print upright without redrawing the page content.
- Images to PDF goes the other way, wrapping your photos and screenshots into a single ordered document.
Next up: how to save anything as a PDF, and the PDF glossary for any term you hit along the way.
Frequently asked questions
What does PDF stand for?
Portable Document Format. Adobe created it, and it later became an open ISO standard, which is why every operating system and browser can open a PDF without buying anything.
Is a PDF an image?
Not by definition. A PDF is a page description that can hold real text, fonts, vector shapes and images at once. A scanned PDF is the special case where each page holds nothing but one big photograph of paper, which is why nothing in it can be selected or searched.
Why can I not edit a PDF like a Word document?
A PDF stores finished pages rather than a living document, so it describes where each character sits instead of how paragraphs should reflow. Editors can patch a PDF, but the format was designed to preserve a layout, not to keep rewriting it.
Will my PDF look the same on someone else's computer?
That is the point of the format. When the fonts it uses are embedded in the file, the pages render the same way on other machines, which is why contracts, tickets and forms travel as PDFs.