PDF to Image Converter
Quick Answer
Converting a PDF to an image renders each page as a flat picture file, usually PNG or JPG. The text stops being selectable and becomes pixels, which is exactly why people do it: an image drops into a slide, a chat, or a web page with no PDF viewer involved. Choose PNG for text and diagrams because it is lossless, and JPG for photo-heavy pages because the files are far smaller.
Drop your PDF here
or click to browse
How to Convert a PDF to Images
Drop your PDF
Drag the file onto the box or click to select it. Nothing is uploaded anywhere.
Pick format
PNG for text and diagrams, JPG for photos. Choose Standard or High resolution.
Download
Grab a single page from its thumbnail, or take every page as one ZIP.
Advertisement
Best for: Pulling one page out of a report as a PNG for a slide deck, and turning a short PDF into a set of images for a web page or chat message
Limitations: Renders page by page in the browser, so a document of a hundred pages at High resolution is slow and memory hungry, and the exported text is no longer selectable or searchable
Best suited for: Anyone who needs a page as a picture rather than a document, without installing software or uploading a file
Frequently Asked Questions
Why would you convert a PDF to an image?
Should I use PNG or JPG for PDF pages?
What resolution should I export PDF pages at?
How does this handle multi-page PDFs?
How big will the exported images be?
What Happens When a PDF Becomes an Image?
A PDF page is a set of drawing instructions. It says where to place a glyph, what font to use, and how to stroke a line, which is why you can select text in it and why it stays crisp at any zoom level. Rendering that page to an image runs those instructions once at a fixed size and freezes the result as a grid of pixels. Everything becomes flat colour. The text is still readable to a human but is no longer text to a computer, so it cannot be searched, selected, or reflowed.
That trade is the whole point. It is what makes the output universally viewable, and it is also what makes it larger than the original for text-heavy pages, since a page of type stored as instructions is far more compact than the same page stored as pixels. If you need the words back afterwards, that requires optical character recognition rather than a simple conversion. The underlying page description model is documented by the PDF Association overview of the format.
Choosing a Resolution That Is Not Wasteful
Resolution here is a scale factor applied to the page's native size before rendering. Standard doubles it, which lands near 150 DPI for a typical A4 or Letter page and is comfortably sharp on any screen. High doubles it again, near 300 DPI, which is the usual threshold for print work.
The cost is not linear. Doubling the scale factor roughly quadruples the pixel count, so a High render takes about four times the memory and produces a much larger file. For anything destined for a screen, Standard is almost always the right answer, and choosing High out of caution mostly produces slow renders and unwieldy ZIPs.