PDFs and images: convert, extract and print at the right resolution
Short answer: To turn a PDF page into an image, render it at a chosen resolution: 144 DPI for screens, 300 DPI for printing. To recover a photo that was placed in the PDF, extract the embedded image instead, which returns the original pixels without re-rendering or quality loss.
A PDF page is not a picture. It is a set of drawing instructions: place this font here, stroke this curve, paint this photo into that rectangle. That means there are two completely different ways to get an image out of a PDF, and they produce different results. You can render the page at a resolution you choose, or you can extract the original photo that was embedded when the file was made. These guides cover both, plus the resolution and format numbers that decide whether the result prints cleanly.
Every guide in this topic
- How to convert PDF pages to JPG or PNG images, Convert PDF pages to JPG or PNG images in your browser. Pick the right DPI, choose between JPG and PNG, and export a single page or the whole document.
- How to extract the original images from a PDF, Pull the original embedded photos out of a PDF instead of screenshotting the page. How extraction differs from rendering, and what each one does to quality.
- PNG vs JPG for PDF pages: which should you pick?, PNG or JPG for a PDF page? Compare transparency, text sharpness and file size, and see which format suits screenshots, scans, photographs and diagrams best.
- What resolution and format do you need for printing?, How many pixels you need to print sharply: the 300 DPI rule, exact pixel sizes for every paper size, CMYK versus RGB, and why upscaling does not really help.