📄 PDF to JPG Converter

Turn PDF pages into JPG, PNG or WebP at a resolution you choose, with the output pixel size shown before you convert. Runs in your browser; nothing is uploaded.

Free No Signup Required Browser-Based
📄

Choose a PDF, or drop it here

Rendered in this tab. The document is never uploaded.

What PDF to JPG Converter Does

A PDF page has no pixels. It is a list of drawing instructions — move here, set this font, stroke this curve — in a coordinate space measured in points, 72 to the inch. Turning one into an image means executing those instructions onto a grid, and that grid has to be given a size. This is why every PDF-to-image tool must pick a resolution, and why hiding that choice behind "low, medium, high" is the category’s standard failure.

The number that matters is DPI. At the PDF’s own scale of 72 DPI a US Letter page renders 612 by 792 pixels, which is a thumbnail. At 150 DPI it is 1275 by 1650 and reads comfortably on screen. At 300 DPI it is 2550 by 3300 and matches print. This tool shows the exact pixel size your document will produce before you convert, because a DPI figure means nothing until you know what it makes.

Rendering is done by pdf.js, Mozilla’s renderer — the same engine that displays PDFs inside Firefox — running in your own browser. Its character maps and the fourteen standard PDF fonts are served alongside it. That detail matters more than it sounds: without the character maps, a document using a multi-byte encoding such as Japanese, Chinese or Korean renders with blank or wrong glyphs, and without the standard fonts, text that references Helvetica or Times without embedding them does not draw at all. Both failures look like a broken PDF rather than a broken tool.

What you get back is a picture of each page. The text becomes pixels: no longer selectable, searchable or copyable. That is inherent to the conversion, not a shortcoming of any particular tool, and if you need pages that are still PDFs the splitter is the right answer instead.

How to Use PDF to JPG Converter

  1. Add a PDF, or drop it onto the box
  2. Choose which pages, as ranges such as "1-3, 7, 10-"
  3. Set the resolution and check the output pixel size shown underneath
  4. Choose JPG, PNG or WebP, convert, and save individually or as one ZIP

Formula Used by PDF to JPG Converter

Output pixel size from page size and DPI

pixels = points × (DPI ÷ 72)

points
the page size in PDF user space units, 72 to the inch
DPI ÷ 72
the render scale — 1 at 72 DPI, 2 at 144, 4.167 at 300

Worked example

A US Letter page (612 × 792 pt) rendered at 300 DPI.

  1. Scale: 300 ÷ 72 = 4.1667
  2. 612 × 4.1667 = 2550
  3. 792 × 4.1667 = 3300

Result: 2550 × 3300 pixels — 8.4 megapixels for a single page, which is why a 50-page document at 300 DPI is a slow, large job.

What each DPI actually produces

The same two pages at four common settings. Choose by where the image is going, not by the word "high".

DPIUS Letter (612 × 792 pt)A4 (595.28 × 841.89 pt)Good for
72612 × 792595 × 842Thumbnails and previews only
1501275 × 16501240 × 1754Reading on screen, email, slides
2001700 × 22001654 × 2339Screen reading with room to zoom
3002550 × 33002480 × 3508Printing, archiving, OCR elsewhere

JPG, PNG or WebP for a rendered page

Page contentBest formatWhy
Scanned photographs or a photo-heavy reportJPGFar smaller; the loss is invisible on continuous tone
Mostly textPNGCharacter edges stay perfectly crisp; JPG haloes them
Charts, diagrams, line artPNGFlat colour compresses well and edges stay sharp
Anything going on the webWebPSmaller than both, and every current browser reads it

How to Read Your Result

150 DPI is the right default

It is roughly double the PDF’s own scale, which makes text comfortably readable on any modern display without producing files that are awkward to email. Move to 300 only when the image is going to print or into OCR, and to 72 only for thumbnails.

The pixel figure warns you before a slow job

A 50-page document at 400 DPI is 50 pages at roughly 15 megapixels each — that is a long render and a very large ZIP. Seeing the per-page pixel size first is what stops you starting it by accident.

This is the wrong tool for extracting embedded images

Rendering a page produces a picture of the whole page, including text and layout. If you want the original photographs that were placed in the PDF, at their own resolution, that is a different operation and this is not it.

Limitations & Accuracy Notes

  • Text becomes pixels: the output is not selectable, searchable or copyable, and no OCR is performed.
  • Password-protected documents are refused rather than partially rendered.
  • Rendering is done page by page in your browser, so a long document at high DPI is genuinely slow and memory-hungry on a phone.
  • Annotations render as they appear in a viewer; there is no option here to exclude them.
  • Very unusual or malformed PDFs may render differently from Acrobat. pdf.js is a faithful, widely-used implementation, not a bit-exact clone of Adobe’s.
  • Transparency in the page is flattened onto white, because a JPG cannot hold it and a page is opaque in any case.

Frequently Asked Questions

What DPI should I choose?
It depends on where the image is going. 72 DPI is the PDF’s own internal scale and makes a Letter page 612 by 792 pixels — thumbnail territory. 150 DPI reads comfortably on screen. 300 DPI matches print and makes that same page 2550 by 3300 pixels. The tool shows the exact output size for your document before you convert, because "150 DPI" means nothing until you know what it produces.
Why is a PDF page measured in points?
Because that is the unit PDF uses internally: the default user space unit is 1/72 of an inch, so a US Letter page is 612 by 792 points and A4 is about 595 by 842. A PDF page has no pixels of its own — it is a set of drawing instructions — which is exactly why a resolution has to be chosen when turning one into an image.
Should I use JPG or PNG?
JPG for scans and photographic pages, where it is far smaller and the loss is invisible. PNG for pages that are mostly text, diagrams or line art: it keeps character edges perfectly crisp where JPG scatters faint halos around them. PNG files run several times larger. WebP sits between the two and is smaller than both.
Can I still select the text afterwards?
No. These are pictures of the pages, so the text becomes pixels — not selectable, not searchable, not copyable. That is inherent to converting a PDF to an image, not a limitation of this tool. If you want individual pages that are still real PDFs, use the PDF splitter instead.
Will unusual fonts and non-Latin text render correctly?
Yes. The renderer’s character maps and the fourteen standard PDF fonts are served alongside it, so documents using multi-byte encodings such as Japanese, Chinese or Korean, and documents that reference Helvetica or Times without embedding them, draw properly. Tools that omit those files produce pages with blank or wrong glyphs.
Is the document uploaded anywhere?
No. Rendering is done by pdf.js running in your own browser. The site is a static export with no server, so the document never leaves your device.

References & Further Reading

By OnlineToolHubs Team • September 2026