PDF to JPG Converter
Convert PDF pages to JPG or PNG images: pick resolution, single pages or the whole document. Slides, receipts, and pages as images — local, free, no upload.
Sometimes you need the page as an image: a slide for a deck, a receipt for an expense app, a page for a social post. This converter renders PDF pages to JPG or PNG at the resolution you choose — screen resolution for sharing, high DPI for printing.
Export one page or the whole document as a batch, all rendered locally in your browser. Confidential PDFs never touch a server, and there is no page-count limit.
100% in-browser · no upload · no signup · nothing you paste or drop here leaves your device
PDF ↔ Image
Convert PDF pages to images, or combine images into a PDF — 100% browser-based
Conversion quality depends on PDF content. All processing happens in your browser.
From vector page to pixel grid — illustrated
PDF describes pages in vector user space where the unit is 1 point = 1/72 inch. Converting a page to an image is a rasterization pipeline: pdf.js parses the page's content stream into an operator list (text-showing Tj, path fills, image Do), builds a display list, then paints it onto a canvas scaled by dpi ÷ 72. At 150 DPI the canvas is 2.08× the page size, at 300 DPI 4.17×. The canvas is then exported as lossless PNG or quality-controlled JPEG. The reverse direction embeds each image as an XObject on its own page sized in points — pixels map 1:1 to points because both assume 72 DPI.
The same vector page renders at any resolution; higher DPI means more pixels, a larger canvas, and a bigger file — 300 DPI is the standard for print.
A vector A4 flyer (595 × 842 pt) converted page-by-page to images.
- 150 DPI PNG:Canvas = 595 × 2.08 ≈ 1240 × 1754 px per page; PNG is lossless but heavy at ~2 MB/page
- JPEG instead:Same pixels at 0.92 quality → ≈ 640 KB per page — a quarter of the PNG size
- 300 DPI print:At 300 DPI each page becomes 2480 × 3508 px, ~2.2 MB JPEG — enough for print
- Reverse: 5 photos:Five 6000 × 4000 JPEGs embed 1:1 as points → a 5-page PDF of ≈ 8 MB
About this PDF to JPG converter
This page covers convert pdf pages to images free, pdf to png online, extract images from pdf, save pdf page as picture — all the same underlying task as PDF to JPG converter. The tool above is FreeToolHub's pdf image embedded in full: every feature works right here, and nothing you process is uploaded to any server.
Frequently asked questions
How do I save a PDF page as an image?
Drop in the PDF, pick the page (or all pages) and the output format with resolution — 150 DPI is fine for screens, 300 DPI for print — and render. Each page downloads as its own image; text and vector graphics are rasterized at your chosen quality, so higher DPI keeps them crisp.
JPG or PNG for a PDF page?
JPG for photographic content (scans, photo-heavy slides) — smaller files, minor compression artifacts. PNG for text, line art, and screenshots — pixel-exact and usually smaller for that content type. When in doubt with text-heavy pages, PNG avoids the fuzzy edges JPG can leave on letters.