ToolDoor
ToolsGuidesPricing
  1. Home
  2. /
  3. Guides
  4. /
  5. PDF to Image

8 min read · updated August 2, 2026

PDF to PNG and JPG: get sharp images from any PDF

PDF to Image

Convert PDF pages to PNG or JPG — free, no signup

To convert a PDF to PNG or JPG, you upload the file, pick a format and resolution, and download each page as an image; the part that decides whether the result looks crisp or fuzzy is the resolution you render at. A PDF page has no fixed pixel size, so the converter has to draw the page into pixels, and it will draw at whatever DPI you ask for.

That makes PDF to image conversion different from most file conversions. You are not translating one image format into another; you are photographing a page description at a resolution of your choosing. Render at 72 DPI and then print the result, and it comes out blocky. Render a web thumbnail at 300 DPI, and you ship ten times the bytes you need.

This guide covers how rasterization works, how to choose between PNG, JPG, and WebP, what DPI actually means for output size, and the everyday jobs where converting a PDF page to an image is the right move.

How a PDF page becomes a pixel image

A PDF page is not an image. Internally it is a program: a stream of drawing operators that say place this glyph at these coordinates, stroke this path, paint this embedded photo inside this rectangle. Page dimensions are measured in points, 72 to the inch, so a Letter page is 612 by 792 points no matter what screen or printer it lands on.

Rasterization runs that program into a pixel grid. The renderer allocates a canvas whose size is the page dimensions in inches multiplied by your chosen DPI, then executes each operator in order, anti-aliasing text edges and vector strokes so they do not come out as staircases. At 150 DPI a Letter page becomes a 1275 by 1650 pixel image; at 300 DPI it becomes 2550 by 3300.

Two consequences follow from this. First, quality is decided at render time and cannot be recovered afterward; upscaling a 72 DPI export just enlarges the blur, because the detail was never drawn. Second, everything flattens: selectable text, form fields, annotations, and layers all become paint. The output is a faithful picture of the page and nothing more, which is sometimes exactly what you want and sometimes a reason to keep the original PDF alongside it.

PNG, JPG, or WebP: match the format to the page

PNG is lossless. Every pixel the renderer produced is preserved exactly, which keeps text edges perfectly clean. The cost shows up on photographic content: a 300 DPI page dominated by a photo can produce a PNG of 10 MB or more, because lossless compression cannot do much with continuous tones.

JPG is lossy and built for photographs. It compresses continuous-tone imagery to a fraction of PNG size, but its block-based compression leaves faint ringing around sharp text edges at lower quality settings. It also has no transparency, which matters if the image will sit on a colored background.

WebP offers both lossy and lossless modes at smaller sizes than JPG and PNG respectively, and current browsers handle it well. Its weak spot is older desktop software and some print and CMS workflows, so confirm the destination accepts it before committing a batch to the format.

  • Pages of text, diagrams, or UI screenshots: PNG
  • Photo-heavy pages, email, and social sharing: JPG at 80 to 90 quality
  • Web publishing where you control the stack: WebP
  • Print handoff: PNG at 300 DPI, or whatever spec the print shop gives you

Choosing DPI without guessing

The three common presets map to real uses. 72 DPI matches classic screen density and suits small previews and thumbnails. 150 DPI is the workhorse: sharp on modern displays at reasonable file sizes, right for slides and document viewers. 300 DPI is the print standard, and because pixel count scales with the square of DPI, a 300 DPI export is four times heavier than the same page at 150 DPI.

Work from the display size. A page shown at half its printed size inside a slide deck reads fine from a 150 DPI render. A page that will be zoomed, cropped, or sent to a printer deserves 300 DPI. An export destined to become a thumbnail under 300 pixels wide can be rendered at 72 DPI with no visible cost.

Watch the arithmetic on multi-page documents. A 50-page PDF exported as 300 DPI PNGs can total several hundred megabytes. Export a single test page first, check its size and sharpness at the destination, then run the full document.

Jobs where PDF to image is the right tool

The conversion earns its keep in a handful of recurring situations, most of which come down to some system refusing to display or accept a PDF directly.

  • Slide decks: PowerPoint, Keynote, and Google Slides handle images far more predictably than embedded PDFs, so a chart page exported as PNG drops into a deck with no font or layout surprises.
  • Social posts: LinkedIn and Instagram do not display PDF attachments inline, so converting the first page of a report to JPG turns it into a shareable preview.
  • Thumbnails and previews: document libraries and CMS grids need a raster preview of page one, usually rendered small at low DPI.
  • Upload forms that only accept JPG or PNG: rendering the page beats screenshotting it, because a screenshot is capped at your screen resolution and picks up whatever was around the window.
  • Design work: pulling a page into Figma, Photoshop, or Canva for annotation or mockups requires flattened raster input.
  • Stable snapshots: a rendered page is a fixed visual record of exactly how a page looked, with nothing interactive left to change.

Common problems and how to avoid them

Blurry text almost always means the DPI was too low for the size at which the image is being viewed. The fix is to re-export at a higher DPI, never to upscale the image; the missing detail was simply never rendered.

Enormous files usually mean PNG was applied to photographic pages, or the DPI exceeds what the destination needs. Switching photo pages to JPG, or dropping from 300 to 150 DPI, cuts the pixel count by three quarters on its own.

Occasionally an export looks wrong: transparency effects render oddly, an annotation layer disappears, or an unembedded font substitutes. Compare the exported image against the original page before sending it anywhere that matters, especially for anything contractual.

Finally, remember the text layer is gone. If anyone downstream needs to search or copy the content, send the original PDF as well, or run OCR over the images to rebuild a text layer.

Common questions

PDF to Image FAQs

How do I convert a PDF to PNG without losing quality?
Render at a DPI high enough for the destination and PNG will preserve every pixel losslessly from there. For screen use, 150 DPI is usually enough; for print or zooming, choose 300 DPI. Quality is fixed at render time, so upscaling afterward cannot recover sharpness that was never drawn.
What DPI should I use for PDF to JPG conversion?
Use 150 DPI for screens and slides, and 300 DPI for print. Pixel count scales with the square of DPI, so a 300 DPI export is about four times larger than the same page at 150 DPI. When in doubt, convert one test page and view it at final size before running the whole document.
Is PNG or JPG better for converting PDF pages?
PNG is better for text, diagrams, and line art because it is lossless and keeps edges perfectly clean. JPG is better for photo-heavy pages because it compresses continuous tones far more efficiently. For mixed documents, PNG at a moderate DPI is the safer default.
Can I convert just one page of a PDF to an image?
Yes. Converters let you select specific pages instead of rendering the whole document, which is the normal workflow when you only need a chart or a cover. Selecting pages also keeps output size down, since every rendered page adds a full image file.
Why does my converted image look blurry?
The page was rendered at a lower resolution than the size it is being displayed or printed at. A 72 DPI export stretched across a projector screen or a printed sheet will always look soft. Re-export the page at 150 or 300 DPI rather than enlarging the existing image.
Does converting a PDF to an image keep the text selectable?
No. Rasterization flattens text into pixels, so the exported PNG or JPG has no text layer to select, search, or copy. Keep the original PDF for anyone who needs the text, or run OCR on the exported images to recover it.

Treat PDF to image conversion as a rendering decision rather than a file conversion and the results stop being hit or miss. Decide where the image will live, choose the format that suits the page content, set the DPI for the display size, and test one page before you commit to fifty.

The ToolDoor PDF to Image converter is free and requires no signup: upload a PDF in your browser, choose PNG or JPG, and download pages one at a time or all together once they render.

Try PDF to Image now

Free, no signup, no watermarks.

Open the tool

Nearby doors

Image to PDF

Convert images to a PDF document

Split PDF

Split PDF into separate pages

PDF Compressor

Reduce PDF file size

PDF to Word

Convert PDF to editable DOCX

ToolDoor

Forty-two free online tools for images, PDFs, text, and the odd jobs in between. A SaTekk LLC product.

Tools

  • Image tools
  • PDF tools
  • Text tools
  • SEO tools
  • Utilities

Popular

  • Merge PDF
  • Compress image
  • PDF to Word
  • QR code generator
  • Word counter

Site

  • Guides
  • Pricing
  • Privacy policy
  • Terms of service
  • Cookie policy

Company

  • Contact
  • About SaTekk

© 2026 SaTekk LLC. All rights reserved. · Built by SaTekk ·