Format Conversion

How to Convert PDF Pages to Images

April 2026 · 4 min read

Why export PDF pages as images

The most common reason is compatibility. Some platforms and applications accept images but not PDFs. Social media, presentation builders, image galleries, and many CMS platforms work natively with JPG or PNG but require workarounds for PDFs.

Thumbnail generation is another major use case. Blog posts, document libraries, and portfolio sites often show a preview thumbnail of a PDF. Exporting the first page as a JPG is the simplest way to get a usable thumbnail without a server-side rendering pipeline.

Archiving specific pages as images - for inclusion in slide decks, reports, or email - is faster than screenshotting. A proper export at 150-300 DPI gives a clean, non-blurry result that screenshots at typical screen resolution cannot match.

JPG vs PNG for PDF export

JPG is the right choice for most PDF-to-image exports. It produces much smaller files than PNG, the quality at medium-high compression is visually indistinguishable from the original for typical document content, and it is universally compatible with every platform.

PNG is better when the PDF contains sharp text, line art, or areas of solid colour that JPEG compression would degrade with visible artefacts. Screenshots and diagrams with fine lines benefit from lossless compression. Legal or medical documents where text legibility is critical should use PNG.

A practical rule: use JPG for photographic content and colour-heavy pages; use PNG for documents where text clarity at close zoom matters more than file size.

Resolution and DPI

DPI (dots per inch) determines the pixel dimensions of the exported image relative to the PDF page size. A standard US Letter page at 72 DPI produces a 612x792 pixel image - fine for thumbnails but too small to read comfortably. At 150 DPI it is 1275x1650 pixels, suitable for screen reading. At 300 DPI it is 2550x3300 pixels, appropriate for print.

For web thumbnails, 72-96 DPI is sufficient and keeps file sizes small. For sharing documents that need to be read on screen, 150 DPI is the practical default. For printing the exported images, use 300 DPI.

Higher DPI means larger image dimensions and larger file sizes. Exporting a 100-page PDF at 300 DPI produces 100 large image files. Consider your actual need before selecting the highest resolution.

How to convert with PDFsuite

Open /tools/pdf-to-images and upload your PDF. Select your output format (JPG or PNG), resolution (72, 150, or 300 DPI), and which pages to export (all pages, a range, or specific pages). For a single thumbnail, select page 1 only.

Click Convert. The tool renders each selected page using PDF.js in your browser and downloads the images as a ZIP archive if multiple pages are selected, or as a single image file for a single-page export.

The rendering is done entirely in your browser. For large documents at high resolution, this is CPU-intensive and may take a minute or two. The browser remains responsive during processing because the rendering runs in a Web Worker.

Using exported images

Exported images can be inserted into Word, PowerPoint, Keynote, or any document editor that accepts images. This is the simplest way to include a specific PDF page in a presentation without PDF compatibility concerns.

For web use, consider compressing the exported JPGs further using an image optimizer before uploading. A 150 DPI JPG at 80% quality is typically under 200 KB for a standard document page - a reasonable size for web delivery.

If you export multiple pages and need them in a specific naming convention, most operating systems allow batch rename of a set of files. The PDFsuite export names files with the original document name and the page number, which sorts correctly in most file browsers.

Try it yourself

Process your PDFs in the browser.

All 28 tools. Files never leave your device. $29/year.