Skip to main content
L
Loopaloo
Buy Us a Coffee
All ToolsImage ProcessingAudio ProcessingVideo ProcessingDocument & TextPDF ToolsCSV & Data AnalysisConverters & EncodersWeb ToolsMath & ScienceGames
Guides & BlogAboutContact
Buy Us a Coffee
L
Loopaloo

Free online tools for developers, designers, and content creators. All processing happens entirely in your browser - your files never leave your device. No uploads, no accounts, complete privacy.

support@loopaloo.com

Tool Categories

  • Image Tools
  • Audio Tools
  • Video Tools
  • Document & Text
  • PDF Tools
  • CSV & Data
  • Converters
  • Web Tools
  • Math & Science
  • Games

Company

  • About Us
  • Contact
  • Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

Support

Buy Us a Coffee

© 2026 Loopaloo. All rights reserved. Built with privacy in mind.

Privacy|Terms|Disclaimer
  1. Home
  2. PDF Tools
  3. PDF to Images
Add to favorites

PDF to Images

Render each PDF page as a PNG or JPG image

Rendering a PDF page to an image is rasterization: running the page's vector drawing instructions through a rasterizer to produce pixels. This tool uses PDF.js to draw each page onto a canvas, then encodes the canvas as PNG (lossless, larger files) or JPEG (lossy, smaller files). Resolution is controlled by a quality preset that sets a render scale relative to the page's native size: Draft (1x, roughly 72 DPI), Standard (1.5x, ~108 DPI), High (2x, ~144 DPI), and Ultra (3x, ~216 DPI). Higher scales produce sharper, larger images; lower scales are faster and smaller. The bigger the scale, the more pixels per page and the larger the output. You can convert every page, a typed page range like "1-5, 8, 10-12", or a hand-picked selection. Output downloads either as individual image files or as a single ZIP. PNG is the right default for pages with text, diagrams, or line art because it is lossless, while JPEG is dramatically smaller for photographic pages at the cost of softer text edges.

PDFs never leave your deviceMore pdf toolsJump to full guide

Initializing in your browser…

You might also like

Images to PDF

Convert multiple images into a single PDF document. Drag and drop to reorder pages, customize page size, orientation, and margins.

Image Format Converter

Convert images between PNG, JPG, WebP, AVIF, BMP formats. Features quality control, transparency support, and batch conversion for efficient workflow.

PDF Page Remover

Remove specific pages from a PDF document

PDF to Images: a worked example

You need each page of a one-pager as a PNG to embed in a slide deck.

Input

flyer.pdf · render all pages · PNG · 300 DPI
PDF to Images produces

Output

page-1.png … rendered at 300 DPI, print-sharp

Pages are rasterised at the DPI you choose, so 300 looks crisp in print/slides whereas a low DPI would be soft. Useful when a destination accepts images but not PDF.

What is PDF to Images?

Rendering a PDF page to an image is rasterization: running the page's vector drawing instructions through a rasterizer to produce pixels. This tool uses PDF.js to draw each page onto a canvas, then encodes the canvas as PNG (lossless, larger files) or JPEG (lossy, smaller files). Resolution is controlled by a quality preset that sets a render scale relative to the page's native size: Draft (1x, roughly 72 DPI), Standard (1.5x, ~108 DPI), High (2x, ~144 DPI), and Ultra (3x, ~216 DPI). Higher scales produce sharper, larger images; lower scales are faster and smaller. The bigger the scale, the more pixels per page and the larger the output. You can convert every page, a typed page range like "1-5, 8, 10-12", or a hand-picked selection. Output downloads either as individual image files or as a single ZIP. PNG is the right default for pages with text, diagrams, or line art because it is lossless, while JPEG is dramatically smaller for photographic pages at the cost of softer text edges.

Working with your PDF

  1. 1Upload your PDF.
  2. 2Choose the output format (PNG or JPEG) and a quality preset.
  3. 3Select specific pages, a page range, or convert all pages.
  4. 4Download individual images or a ZIP of all pages.

Key features

  • Quality presets that set the render scale (Draft 1x to Ultra 3x)
  • PNG (lossless) and JPEG (smaller) output formats
  • Convert all pages, a typed range, or a selected set
  • Download as individual files or a single ZIP
  • Accurate rendering of text, images, and vector graphics via PDF.js

Common scenarios

  • Presentation slides

    Convert PDF slides to images for embedding in PowerPoint or Google Slides.

  • Social media sharing

    Turn a PDF flyer or infographic into images suitable for posting online.

  • Document thumbnails

    Generate preview images of documents for a file management system or website.

How it works

PDF.js handles the rasterization by parsing the page content stream and rendering each drawing operation onto a canvas scaled by the chosen preset. Text is rendered from embedded fonts where available, falling back to substitution fonts when a font is referenced but not embedded, which is why PDFs that rely on system fonts can look slightly different when rasterized in the browser versus opened in a desktop viewer. Images embedded in the PDF are rendered at whatever resolution they were stored at, then resampled to match the output canvas, so raster detail is bounded by the lower of embedded resolution and the chosen render scale.

Format choice matters. PNG is lossless: the output pixels match what the rasterizer produced exactly, which keeps text and line art crisp. JPEG re-encodes those pixels with DCT quantization, which softens text edges and can introduce ringing around high-contrast edges, but produces much smaller files for photo-heavy pages. In this tool JPEG is encoded at a fixed quality (about 0.92), so the size-versus-quality tradeoff is controlled by the resolution preset and the PNG/JPEG choice rather than a separate quality slider.

For delivery, you can export all rendered pages as separate files or bundle them in one ZIP, and you can limit the conversion to specific pages or a range. Pick a higher preset (High or Ultra) when you need sharp output for printing or zooming, and a lower preset (Draft or Standard) when you want small, fast images for on-screen use. Note that choosing a higher scale only helps up to the detail actually present in the PDF, upscaling cannot recover detail that was never there.

Frequently asked questions

Which quality preset should I use?

Draft (1x) and Standard (1.5x) are good for on-screen use and small files. Use High (2x) or Ultra (3x) when you need sharper images for printing or zooming.

Can I convert only certain pages?

Yes. Use the page range field or the select-pages grid to convert just the pages you need.

Which format produces smaller files?

JPEG files are typically much smaller than PNG. Use JPEG when file size matters more than pixel-perfect quality.

Related tools and how they differ

  • PDF Compressor: Re-renders pages to shrink size but keeps the output as a PDF (text becomes image at high levels); use it when you still need one PDF file.
  • PDF Image Extractor: Extracts only the embedded image objects, not the rendered page; use it when you want the original photos, not a snapshot of the full page.

Private by design

PDF parsing and editing happen in your browser. Documents, and everything inside them, are never uploaded or stored remotely.