What does PDF stand for and where did it come from?
PDF stands for Portable Document Format. It was created by Adobe in the early 1990s to solve a specific problem: making a document look exactly the same no matter who opened it or what software, font library, or operating system they had. In 2008 the specification was published as an open standard, ISO 32000, which is a big reason PDF is so universally supported today — browsers, phones, and operating systems can all open one without extra software.
Why isn't a PDF really an image?
It is tempting to lump PDF in with PNG and JPG, but they are different kinds of thing. PNG is an image — a single grid of pixels. A PDF is a page-description format: a container for a complete document. One PDF can hold live, selectable text, the fonts needed to display it, vector line art that stays sharp at any zoom, and embedded raster pictures — all positioned precisely on one or many pages. So while a PDF can contain images, the file itself describes a finished page rather than being a single picture.
What makes PDF's fixed layout so useful?
A PDF records the exact position of every element on the page and can embed its own fonts, so the layout is fixed. Unlike a web page that reflows to fit each screen, a PDF preserves its design — margins, columns, page breaks, signatures — wherever it is opened. That predictability is why PDF became the default for contracts, invoices, manuals, forms, ebooks, and anything that needs to print or display identically across devices. The same trait makes it multi-page by nature: a single file can carry an entire booklet.
How do images relate to PDF?
Images and PDFs meet in two directions. First, you can put images into a PDF: a page can embed PNG or JPG pictures alongside its text and vectors, which is how scanned photos, screenshots, and diagrams end up in documents. Second, you can pull images out of a PDF by rendering a page — turning the laid-out page into a flat raster picture such as a PNG. Understanding both directions makes it clear when you would reach for a converter rather than a PDF editor. For a closer look at the two formats side-by-side, see PNG vs PDF.
When would you convert between PNG and PDF?
Convert PNG to PDFwhen you want to bundle one or more images into a single, tidy document that's easy to email, print, or archive — for example turning a stack of scanned receipts or screenshots into one file. You can do that with PNG to PDF. Convert PDF to PNG when you need a single page as a plain image to drop into a website, slide deck, or chat where a full document would be cumbersome — use PDF to PNG for that. Both run entirely in your browser, and you can find the rest of the free converters and editors on the tools page.
Frequently asked questions
- Is a PDF an image format?
- Not really. A PDF is a document format that describes whole pages. It can contain images, but it can also hold live text, fonts, and vector drawings, so it is better thought of as a container for a finished page than as a single picture.
- Can I put a PNG inside a PDF?
- Yes. A PDF page can embed raster images such as PNG or JPG alongside text and vectors. Converting one or more PNGs into a single PDF is a common way to bundle images into a tidy, shareable document.
- Why does a PDF look the same on every device?
- Because PDF uses a fixed layout. The format records exactly where every element sits on the page and can embed the fonts it needs, so the document renders the same way regardless of the screen, app, or operating system viewing it.
- How do I turn a PDF page into an image?
- You render the page. A PDF page can be rasterised into a PNG or JPG so it becomes a flat picture you can drop into a website, slide, or chat where a full PDF would be awkward.
- Who created the PDF format?
- Adobe created PDF in the early 1990s. It later became an open standard, ISO 32000, which is part of why it is supported so widely across browsers, operating systems, and applications today.