PDF to JPG Converter β Free, No Upload
Render PDF pages as high-quality JPG images in your browser. Choose page range, set DPI, adjust JPG quality. Each page becomes one JPG. Uses pdf.js β files stay on your device.
When you'll convert PDF to JPG
PDFs are perfect for documents but awkward for many other contexts. Slides, presentations, web galleries, social media posts, image-only viewers and chat apps all prefer images. Converting PDF pages to JPG is the universal bridge β every device, app and platform handles JPG natively.
Common reasons people convert PDF to JPG: embedding a PDF page into a PowerPoint or Keynote slide; uploading a scanned document to a photo-only social platform like Instagram; sending a single PDF page over WhatsApp (which converts PDFs strangely); displaying a contract page on a TV or projector; archiving a one-page poster as an image; or extracting figures and diagrams from a research paper.
How this PDF to JPG converter works
The tool uses pdf.js β Mozilla's open-source PDF rendering engine β to draw each PDF page onto a hidden HTML5 Canvas at the resolution you choose. The canvas is then exported as a JPG using canvas.toBlob('image/jpeg', quality). Each page becomes one JPG file, named page-001.jpg, page-002.jpg, etc. Everything runs in your browser β your PDF never travels to a server.
DPI / scale β what to pick
Higher DPI = sharper image but larger file. The slider controls the rendering scale (effectively the equivalent DPI):
- 72 DPI β screen resolution. Small files, good for web previews.
- 96 DPI β Windows default screen resolution. Slightly sharper than 72.
- 144 DPI β the default. 2Γ screen resolution; sharp on retina/HiDPI screens. Good balance of size and quality for most uses.
- 192 DPI β high-quality screen and small-print output.
- 240 DPI β high-quality print at moderate sizes.
- 300 DPI β true print quality. Large files. Use only when you'll actually print.
JPG quality setting
This controls how aggressively JPG compression discards detail. 88% (default) is virtually indistinguishable from the original for the vast majority of pages. Push to 95% for archival quality; drop to 70% if file size matters more than perfect fidelity (thumbnails, previews).
Page range syntax
allβ every page.1β just page 1.1-5β pages 1 through 5.1, 3, 5-8β pages 1, 3, 5, 6, 7, 8.
Common PDF-to-JPG use cases
- Importing PDF pages into a slide deck β PowerPoint and Keynote handle images far more reliably than embedded PDFs.
- Posting on Instagram, Pinterest, social platforms β most don't accept PDF uploads.
- Embedding in web pages β much faster to load one JPG than a PDF reader.
- Sharing one page over messaging β JPG previews render in-line; PDFs become attachments.
- Archiving scanned documents as images β image archives are easier to thumbnail and browse.
- Extracting figures from a research paper β render the relevant page, crop the figure.
- Display on TV or non-PDF-capable device β most TVs play JPG slideshows from USB but not PDFs.
Quality vs. file size β picking sensible values
| Goal | DPI | Quality |
|---|---|---|
| Web preview / thumbnail | 96 | 75% |
| Slide deck embedding | 144 | 85% |
| Email attachment | 120 | 80% |
| Social media post | 144 | 88% |
| Archival / printing at small size | 200 | 92% |
| Printing at full size | 300 | 95% |
Tips and best practice
- Don't pick 300 DPI by default β your output files balloon (often 5β10 MB per page) for no visible benefit unless you'll print.
- For text-heavy pages, 144 DPI minimum keeps the type crisp. Lower resolutions can make small body text fuzzy.
- For image-heavy pages, 96 DPI is often enough.
- If you need PNG instead of JPG (for transparency or sharper text), use a PDF-to-PNG variant β we may add one shortly.
- For very large PDFs (50+ pages), the browser will issue many downloads in sequence. Confirm the multi-download permission when prompted.
FAQs about PDF to JPG conversion
Is anything uploaded?
No. pdf.js renders pages in your browser; JPG encoding uses the Canvas API.
Will text-only PDFs lose searchability?
Yes β JPG is an image format. The text is no longer machine-readable. Keep the PDF if searchability matters.
What's the maximum number of pages?
Practical limit ~200 pages per source PDF on a desktop browser.
Does the output have a watermark?
No.
Why does my browser ask permission for "multiple downloads"?
Multi-page conversion produces one download per page. Click Allow.
Can it convert encrypted PDFs?
No β unlock first in your viewer.