How to Convert PDF to Image: JPG, PNG, WebP and DPI Explained

Published May 2026 · Updated May 30, 2026

Why convert a PDF to an image?

PDFs are the standard format for distributing documents — but many platforms, workflows, and use cases simply do not accept PDF files. Converting a PDF page to an image gives you a universally compatible file that works everywhere.

Common situations where you need a PDF as an image:

Understanding DPI — dots per inch

DPI (dots per inch) is the most important setting to understand when converting a PDF to an image. It controls the output resolution — how many pixels the image contains per inch of document size.

A PDF page is defined in a vector space — it has a fixed size (like A4: 8.27 × 11.69 inches) but no inherent pixel count. When you convert it to an image, the conversion software must rasterize (pixelate) it at a specific resolution. DPI is that resolution. Higher DPI → more pixels → sharper image → larger file.

DPI and pixel dimensions for a standard A4 page

DPI Pixel dimensions (A4) Best use Approx. JPG file size
72 DPI 595 × 842 px Web thumbnails, document previews ~50–150 KB
96 DPI 794 × 1123 px Screen display, web embeds ~80–250 KB
150 DPI ✦ 1240 × 1754 px Recommended default — web, email, social, Retina screens ~200–600 KB
300 DPI 2480 × 3508 px Standard print quality, A4/Letter documents ~500 KB – 2 MB
600 DPI 4960 × 7016 px Archival, large-format print, technical drawings ~2–8 MB
Start with 150 DPI. It produces a sharp image at 1240 × 1754 pixels — fine for Retina screens, web use, email, and social media. Only go to 300 DPI if you are printing. 600 DPI is for archival or large-format print; the file sizes are very large and rarely justified for everyday use.

A note on scanned PDFs

If your PDF was created by scanning a physical document, the pages are already images embedded inside the PDF. Increasing the DPI setting beyond the original scan resolution will not add detail — you will just get a larger, blurrier file. Most document scanners capture at 200–300 DPI. Setting the conversion to 300 DPI on a scanned PDF will match the original; 600 DPI will only interpolate (artificially enlarge) what is already there.

Choosing an output format: JPG, PNG, or WebP

The output format determines how the pixel data is compressed and stored. Each format has different strengths.

JPG (JPEG)

JPG is the best default choice for most PDF conversions. It uses lossy compression that produces very small files with minimal visible quality loss at quality 85–95. JPG does not support transparency — the tool automatically fills transparent PDF areas with a white background before converting.

Use JPG for: documents with photographs, text-heavy pages like reports or invoices, presentations, any page that does not contain transparency.

PNG

PNG is lossless — the image is stored with no quality loss at all. This makes PNG files significantly larger than JPG at the same resolution, but every pixel is reproduced exactly. PNG supports full transparency (alpha channel), which matters when a PDF page has a transparent background or transparent vector elements.

Use PNG for: pages with diagrams, icons, or logos with transparency; situations where absolute pixel accuracy matters (e.g. feeding into OCR software or image processing pipelines); archival copies where you want no lossy degradation.

WebP

WebP typically produces files 25–35% smaller than JPG at equivalent visual quality, and it supports transparency like PNG. Browser support is now near-universal. The trade-off is that WebP is less universally supported by non-browser software — some older image editors, email clients, and desktop apps may not display WebP correctly.

Use WebP for: images destined for websites or web apps; cases where you want the smallest file size and know the file will be displayed in a browser.

Quick decision: Printing or archiving → PNG at 300+ DPI. Sharing on the web or via email → JPG or WebP at 150 DPI. Embedding in a website → WebP at 150 DPI.

Step-by-step: converting a PDF page to an image

  1. Open the tool. Go to freeimgtools.net/pdf-to-image. No sign-up or software installation required.
  2. Upload your PDF. Drop the file onto the upload zone, or click to open a file picker. The tool reads the PDF directly in your browser — the file is never uploaded to a server.
  3. Select the page. The total page count appears automatically. Use the ‹ › navigation buttons or type a page number directly to navigate to the page you want.
  4. Choose DPI. Select from 72 / 96 / 150 / 300 / 600. The default is 150, which is the right choice for most uses.
  5. Choose a format. JPG (default), PNG, or WebP. The quality slider appears for JPG and WebP — 90 is a good default.
  6. Click "Preview page". The page renders at full resolution. A scaled-down preview appears on screen so you can check the output before downloading.
  7. Download. Click "Download Image". The file saves at full DPI resolution with the filename format: documentname-pageN-DPIdpi.ext.
Password-protected PDFs: The tool cannot open encrypted PDFs. Remove the password using Adobe Acrobat, your PDF reader's built-in print-to-PDF feature (which strips encryption), or an online PDF unlock tool before converting.

Recommended settings by use case

Use case Format DPI Quality
Embed in a website WebP 150 85
Email attachment preview JPG 150 90
Social media post (Twitter, LinkedIn) JPG or WebP 150 90
Presentation slide (PowerPoint / Google Slides) PNG 150
Standard print (A4/Letter) JPG or PNG 300 95
Large-format print / archival PNG 600
OCR / AI text extraction input PNG 300

Handling common PDF problems

Password-protected or encrypted PDFs

PDF encryption prevents any parser, including browser-based tools, from reading the file content. The simplest fix is to open the PDF in your existing PDF reader, then print it to a new PDF using the system's built-in "Print to PDF" or "Save as PDF" feature — this creates an unencrypted copy. Alternatively, Adobe Acrobat has a Document Properties dialog where you can remove the password if you know it.

Scanned documents with low resolution

If a PDF was created by scanning a physical document at 150 DPI, converting it at 300 DPI will not improve sharpness — the raster content inside the PDF is already fixed at 150 DPI. Converting at a higher DPI than the original scan just scales the pixels up (interpolation), making them appear smoother but not sharper. If sharpness is critical, re-scan the original document at a higher resolution.

PDFs with complex layouts or embedded fonts

Most PDFs convert cleanly, but some complex documents — especially older PDFs with non-standard font embedding or complex transparency effects — may render with minor differences from how they appear in Acrobat. PDF.js (the rendering engine used here) handles the vast majority of PDFs correctly. For pixel-perfect fidelity on production documents, verify the output visually.

Very large PDFs

The tool processes everything in your browser. PDFs with many embedded images or hundreds of pages load into browser memory in full. PDFs up to 50–100 MB work on most modern computers. If a large file causes the browser to slow down or show an out-of-memory error, try closing other tabs and reopening the page.

PDFs with transparent backgrounds

When converting to JPG, transparent areas are filled with white automatically. If you need the transparency preserved — for example, a PDF diagram with a transparent background that needs to sit on a colored slide — use PNG or WebP output instead.

After converting: what to do with the image

Once you have the image, common next steps:

Frequently asked questions

Does converting a PDF to an image reduce quality?

Converting from PDF to PNG at a sufficient DPI introduces no quality loss — PNG is lossless. Converting to JPG at quality 90+ at 150+ DPI produces images that look visually identical to the original PDF at normal viewing distances. The main risk is converting at too low a DPI (72 or 96) and then enlarging the image later — always convert at the highest DPI you expect to need, since you cannot add resolution back after the fact.

Can I convert all pages of a PDF at once?

The tool currently converts one page at a time — select the page number, click Preview, then Download. For batch conversion of all pages in a PDF, you would need a desktop tool like Adobe Acrobat, GIMP (with the PDF import plugin), or a command-line tool like ImageMagick (convert -density 150 document.pdf output-%03d.jpg).

Why does my converted image look blurry?

The most common cause is too low a DPI setting. At 72 or 96 DPI, an A4 page is only 595–794 pixels wide. If you then display or print it at a larger size, the pixels are stretched and the image looks blurry. Switch to 150 DPI for screen use or 300 DPI for print. If the source PDF was a low-resolution scan, no conversion setting can recover detail that is not in the source — the original document needs to be re-scanned at higher resolution.

How do I convert a PDF to an image on a Mac or iPhone without installing software?

On Mac, you can open the PDF in Preview, select the page, and export it as JPEG or PNG via File → Export. On iPhone, you can use the Files app to open the PDF, take a screenshot of the visible page, or share it to Photos. For more control over DPI and format — especially for precise resolution requirements — use this web tool from Safari on either device. It runs entirely in the browser without any app installation.

What is the best format for using a PDF page on a website?

WebP at 150 DPI is the best choice for web use. WebP produces files roughly 25–35% smaller than JPG at equivalent visual quality, and browser support is now near-universal. A document page at 150 DPI WebP (quality 85) typically comes in under 200 KB — small enough for fast page loads, sharp enough for Retina displays. After converting, run it through the image compressor if you want to reduce the file size further.

Related guides

🗜️
Image Compression Explained
Lossy vs. lossless, quality settings, file size targets
🖼️
JPG, PNG, WebP, AVIF: Which Format?
Comparing every major image format for different use cases
🔍
Image SEO Guide
Alt text, file names, structured data, Google Image Search

Related tools