Expecting a PDF to shrink a photo, when wrapping a 12 megapixel JPEG in a page adds overhead rather than removing it.
File formats
PDF image
Also called image in pdf, pdf photo or image to pdf. Here is what it means, when it changes what you export, and what people get wrong.
The short answer
A PDF image is a picture placed inside a PDF page rather than an image format in its own right. PDF is a page container: it stores each photo in its existing encoding, so an embedded JPEG stays JPEG, and it records where on the page that image sits and how large it prints.
Updated
The short version
PDF image at a glance
| Quick fact | Detail |
|---|---|
| Standard | ISO 32000-2 (PDF 2.0) |
| How images are stored | Image objects with a compression filter |
| JPEG inside a PDF | DCTDecode, embedded without re-encoding |
| Built-in DPI | None, resolution depends on placed size |
| Transparency | Supported since PDF 1.4 |
| Colour models | Greyscale, RGB, CMYK and ICC-based |
Slide the table sideways to see every column.
How does a PDF actually store a photo?
Each picture becomes an image object with a compression filter attached, and the filter tells you what the pixel data really is:
DCTDecodeis JPEG data, embedded as-isFlateDecodeis deflate, the same lossless compression PNG usesJPXDecodeis JPEG 2000CCITTFaxDecodeandJBIG2Decodeare for black and white scans
This matters practically. Placing a JPEG into a PDF usually passes the original JPEG bytes straight through, so nothing is recompressed and nothing is lost. Exporting a PDF back out through a screenshot or a low-resolution render is what destroys quality, not the PDF itself.
What resolution does an image inside a PDF have?
A PDF page is measured in points, not pixels, so an embedded image has no fixed DPI of its own. The effective resolution is the pixel dimensions divided by the size the image occupies on the page. A 3000 pixel wide photo printed 10 inches across is 300 ppi. The same photo stretched to 20 inches is 150 ppi, from exactly the same file.
That is why print shops ask for a target ppi at final size rather than asking for a DPI number in the file. If you scale an image up on the page, the effective resolution falls even though nothing about the image changed.
When should you send a PDF instead of a JPEG?
Send a PDF when the thing you are delivering is a page: a print job, a multi-page document, artwork with live text, or anything going to a commercial printer who wants CMYK and bleed. Text and vector shapes stay sharp at any output size, and the file carries page geometry the printer needs.
Send an image file when the thing you are delivering is a picture. Marketplaces, product listings, web pages, email previews and social platforms all expect JPEG, PNG or WebP, and most will not accept a PDF at all.
What people get wrong about pdf image
Each one is a real failure mode, not a style preference.
Assuming a PDF is 300 dpi because the source photo was, when the placed size on the page decides the effective resolution.
Screenshotting a PDF page to get the picture back out, which throws away most of the resolution.
Uploading a PDF to a listing or a web page that only accepts JPEG and PNG.
Questions people ask
PDF image, answered
The follow-up questions people search for once they have the definition.
Does converting an image to PDF reduce its quality?
Usually not. Most tools embed a JPEG's original data unchanged, so the picture inside the PDF is bit for bit the picture you started with. Quality only drops if the tool re-encodes on the way in, which some do when they downsample to a target file size.
How do I get a photo out of a PDF at full quality?
Extract the embedded image rather than exporting a rendered page. Extraction hands you the original pixels; a page export renders the page at whatever resolution you specify and a screenshot renders it at screen resolution, which is almost always lower than the image inside.
What resolution should images be in a print-ready PDF?
Around 300 ppi at the size they will actually print is the usual request, so a 4 inch wide photo wants roughly 1200 pixels across. Large-format work viewed from a distance, such as banners, is often accepted at much less.
Can a PDF contain images with transparent backgrounds?
Yes. PDF has supported transparency since version 1.4, including soft masks for smooth alpha edges. Some commercial print workflows still flatten transparency before output, so check with your printer before relying on it in a paid job.
Same cluster
More from the glossary
Neighbouring entries, so every term in the set is one hop from every other.
Pixel
A pixel is the smallest single dot of colour an image is made of.
Passport photo spec
A passport photo spec is the set of rules a government publishes for identity photographs: print size, how much of the frame the head occupies, background, expression and recency.
Pixelation
Pixelation is when individual pixels become visible as square blocks because an image is shown larger than its pixel count supports.
From the studio
Tools that do this
Each one runs on your own device, so the photo stays where it is.
Sources
Where the facts on this page come from. Every link opens the specification, standard or documentation the claim was read at.
Keep reading
Elsewhere on Photomop
Platform image rules
Image size, file type and background rules for 22 selling platforms, each one sourced.
Read itConvert image
JPG, PNG, WebP and AVIF, with an honest answer about HEIC and alpha.
Read itAll the tools
The whole toolbox in three families, with what each one needs before it can run.
Read itOn-device privacy
The pipeline in five steps, what leaves your device, and how to check it yourself.
Read it
Now do it to a photo
Photomop is a photo studio that runs on your own device. Resize, crop, compress, convert, batch edit, remove a background and change one all work in the browser tab you are reading this in, at full resolution and with no watermark. The on-device page shows you how to check that the photo stays put.