Is this PDF-to-JPG converter really free, with no signup?+
Yes. No account, no email, no quota, no premium tier. Convert as many PDFs as you want, with no daily limit and no watermark added to the output. The tool is funded by occasional unobtrusive ads on the page — your files are never the product.
Does this extract the embedded images from a PDF, or convert each page to a JPG?+
This tool converts each PDF page into a single JPG image — so a 10-page PDF gives you 10 JPGs, one per page. It does not extract individual photos or graphics that the PDF's author embedded as separate objects; for that, you'd need a dedicated image-extraction tool. For most use cases (slides, brochures, papers, scans), page-to-JPG is what you want.
Are my PDFs uploaded to a server?+
No. The conversion runs entirely in your browser using browser-native rendering. Your PDF is read, rendered page by page on your device, and the JPG outputs are saved directly — nothing is ever uploaded. You can verify this in your browser's DevTools → Network panel before pressing Convert.
Which DPI should I pick for my use case?+
72 DPI for thumbnails and fast web sharing where small file size matters. 96 DPI for slide embeds, social posts, and onscreen presentations (the default and most common pick). 150 DPI when the JPG will be printed at letter or A4 size — sharp at standard reading distance. 300 DPI for archival, large-format printing, or when you'll crop in further and need pixels to spare.
Can I convert just one page of a PDF to JPG?+
Yes — that's exactly what page-range mode is for. Switch from "All pages" to "Specific pages", type the single page number you want (e.g. "47"), pick a quality preset, and download just that one JPG. No zip, no waiting on the rest of the document.
How does the page-range syntax work?+
Comma-separated tokens, where each token is either a single page ("8") or a range ("12-20"). You can mix freely — "1-5, 8, 12-20" extracts pages 1 through 5, page 8 alone, and pages 12 through 20, in that order. The output names are zero-padded (page-01.jpg, page-08.jpg, page-12.jpg, …) so unzipping gives them sorted correctly.
Will the output JPG look exactly like the original PDF page?+
Yes, with one caveat: PDF is a vector format, JPG is a raster (pixel) format. The DPI you pick controls how many pixels each PDF page is rendered into. At 300 DPI a standard A4 page becomes a 2480×3508-pixel JPG — visually identical to the PDF at normal viewing zoom, with no rasterization artifacts visible to the eye.
Why does my JPG look blurry or pixelated when I zoom in?+
Almost always because the chosen DPI was too low for the zoom level. JPG is raster — once rendered, it can't add detail back. Re-convert at a higher preset: 150 DPI doubles the pixel count vs 72 DPI, 300 DPI quadruples it. If the source PDF page contains scanned content that was already low-resolution, no preset can recover detail that wasn't in the original file.
How big will the output files be?+
A standard A4 page at 96 DPI Medium is typically 150-400 KB per JPG. At 150 DPI High that climbs to 400-900 KB. At 300 DPI Maximum, expect 1.5-4 MB per page. A 50-page PDF at Maximum can produce a 100-200 MB zip — significant, but exactly what archival-quality output costs.
How long does conversion take?+
A 10-page PDF at Medium quality takes 3-5 seconds on a modern laptop. A 100-page PDF at Maximum (300 DPI) can take 30 seconds to a few minutes — the action bar shows live page-by-page progress so you know it isn't stuck. Mobile browsers are slower; for very large documents at max DPI, a desktop or laptop is recommended.
Does this work on iPhone, iPad, or Android?+
Yes. Open the page in Safari, Chrome, or Firefox on iOS or Android, drop a PDF in (from Files on iOS, or your gallery / file picker on Android), and the JPG downloads to your device's downloads folder. High DPI presets are slower on mobile because of memory limits — Medium is usually the right pick on phones.
Can I convert a password-protected PDF to JPG?+
Not directly — the file needs to be unlocked first. Encrypted PDFs are detected when you drop them in. Our Unlock PDF tool handles both cases: owner restrictions come off automatically with no password input, and user-password files decrypt locally when you supply the password. Run the file through there, then convert the unlocked copy here.
What happens to the text inside the PDF?+
Text becomes part of the rasterized image — it's no longer selectable or searchable in the JPG. This is how all PDF-to-image conversions work, by definition. If you need the text to stay editable, use a PDF-to-Word tool instead; if you need it searchable later, run the JPG through an OCR tool to rebuild a searchable index.
Can I convert several PDFs at once?+
Not in a single batch — this version of the tool processes one PDF at a time, since most PDF-to-JPG workflows are single-document and batching adds significant UI complexity for limited gain. To convert several documents, run them one after the other; each conversion is a fresh independent zip.