PRACTICAL GUIDE
How to Turn a PDF Into Images
When converting PDF pages to JPG or PNG is the right move, how to pick the resolution, and what you quietly give up the moment text becomes pixels.
Last updated
Why anyone converts a PDF to images
Most of the time it is about the other end of the wire. A form that only accepts images, a marketplace listing, a chat app that shows a picture inline but hides a PDF behind a download button, a slide you want to drop into a deck, a page you want to post without asking anyone to open a file.
The rest of the time it is about a page you want to treat as a picture: cropping a diagram out of a report, sending one page of a scan without sending the whole document, or getting a thumbnail for a listing.
A PDF has no pixels until you ask for some
This is the part that surprises people. A PDF does not store an image of the page. It stores instructions: place this glyph here in this font, stroke this line, fill this shape. The page only becomes pixels when something draws it, which is why a PDF looks equally sharp on a phone and on a billboard.
So converting to an image is not extraction, it is rendering. You have to choose a size, and that choice is yours rather than the file's. Standard is fine for a preview or an email, high suits most screen use, and maximum is worth the file size when the result will be printed or cropped into.
JPG or PNG
Use JPG for scanned pages and anything photographic. The compression is built for continuous tone and the artefacts are hard to see at reading size, while the files are several times smaller.
Use PNG for pages that are mostly text, tables or line art. JPG smears the hard edge between black glyph and white paper into a grey halo, and on a page of small type that reads as a general blurriness. PNG keeps the edge exactly where it was, at the cost of a larger file.
What you lose, and it is not nothing
The moment a page becomes an image, the text stops being text. It cannot be searched, selected, copied or read aloud by a screen reader. Anyone using assistive technology gets a blank rectangle. Automatic translation stops working. So does find-in-page.
That trade is fine for a diagram and bad for a contract. If the reason you are converting is that the recipient could not open a PDF, it is worth checking that assumption first, because almost every browser and phone opens one natively now.
The trip back is not a round trip
Turning the images back into a PDF gives you a document that looks the same and behaves completely differently: a stack of pictures with no selectable text, usually much larger than the original. Useful for assembling photos into one file, not for restoring what you converted. Keep the original PDF.
Frequently asked questions
Is my PDF uploaded to convert it?
No. The pages are rendered by your own browser and the images are produced on your device. This matters more than it sounds for documents like invoices, payslips or medical results, which are exactly the PDFs people convert and exactly the ones you would not email to a stranger's server.
What resolution should I choose?
Standard for previews and email attachments, high for anything read on a screen, maximum when the image will be printed or cropped into. Higher settings multiply both the pixel count and the file size, so going straight to maximum for a page you will look at once is mostly wasted bytes.
Why did my very large page come out smaller than I asked?
Rendering a poster-sized page at the highest setting can exceed a hundred million pixels, which no browser canvas will allocate. The scale is reduced automatically for pages that big, because returning a slightly smaller image is better than failing the whole conversion.
Can I convert only some pages?
Yes. Enter the pages you want, such as 1-3, 5, and only those are rendered. It is faster than converting everything and it keeps the archive to the pages you actually need.