| Best browser-based (privacy-first) | ShrinkTo (no upload, multi-page batch) |
| Best server-based free tier | iLovePDF (1 conversion/hour free), SmallPDF (2 free/day) |
| Best for batch / high resolution | Adobe Acrobat (paid), PDF24 desktop (free) |
| Browser-based file size limit | ~50-100 MB total (browser memory) |
| Server-based file size limit | 50-100 MB free, 500 MB+ on paid tiers |
| Time to convert 10-page PDF | 5-15 seconds (browser), 1-3 seconds (server) |
| Quality after conversion | 150 DPI for web (smaller), 300 DPI for print (larger) |
| Common use cases | Govt forms wanting JPG, social sharing, slide embedding, scanned doc extraction |
PDF to JPG, browser-based
Drop a PDF, get JPG images of each page. No upload, no signup, no daily cap.
When you need to convert PDF to JPG
Converting PDF pages to JPG images shows up in many everyday workflows:
- Government portal uploads: Some Indian govt portals (older state-level systems) accept JPG but not PDF. Your scanned document is in PDF, but the upload form needs JPG.
- Social sharing: WhatsApp, Instagram, and Twitter display JPG natively but need extra clicks for PDF. Converting a single PDF page to JPG makes it instantly viewable.
- Slide deck embedding: PowerPoint and Google Slides accept PDF as embedded objects but display them as small icons. Inserting a JPG of the page is cleaner.
- Quick previews: Sending a contract preview, a receipt photo, or a screenshot of one page from a long PDF — JPG opens instantly without PDF viewer.
- Image editing: If you need to crop, annotate, or watermark a page from a PDF, converting to JPG lets you use any image editor.
- Web display: Embedding a PDF page on a website requires PDF.js or similar; embedding a JPG just needs an <img> tag.
- Email attachments: Some recipients have trouble opening PDFs (older devices, restrictive email clients). JPG opens everywhere.
- OCR pre-processing: Some OCR tools work better with JPG input than PDF input.
- Print preview: Converting to JPG lets you preview exactly what will print, with no PDF viewer rendering quirks.
The technical operation is consistent: take a PDF, render each page as an image, save each as a separate JPG file (or PNG if transparency matters).
Three categories of PDF-to-JPG converters
1. Browser-based (private, free, modern)
The conversion happens entirely in your browser using JavaScript libraries (typically pdf.js for rendering). Your PDFs never upload to any server. Limited by your device's RAM — typical limit is 50-100 MB total file size.
Examples: ShrinkTo, Stirling-PDF (self-hosted), some open-source web tools. ShrinkTo specifically processes PDFs on your device — verifiable in DevTools Network tab.
2. Server-based (easy, free with limits)
You upload a PDF, the tool's server converts to JPG, you download. Fast and reliable but requires uploading. Free tiers typically have caps: 1-2 conversions per day, 50 MB file size limit.
Examples: iLovePDF (PDF to JPG), SmallPDF PDF to JPG, PDF24 online, Sejda.
3. Desktop apps (offline, no limits)
Install once, use offline forever. Best for power users, sensitive documents, and large batches.
Examples: Adobe Acrobat (paid, $14/month), PDF24 desktop (free Windows app), Mac Preview (free, built into macOS), GIMP (free, opens PDFs as image layers).
For most users, browser-based is the right default. Desktop apps make sense for daily heavy users or sensitive documents. Server-based makes sense when files are too large for browser-based.
Server-based tools compared head-to-head
iLovePDF PDF to JPG
- Free tier: 1 conversion per hour, files up to 100 MB total
- Paid: $5-9/month for unlimited and larger files
- Quality: Excellent — multiple DPI options (72, 96, 150, 300, 600)
- Privacy: Files deleted after 2 hours per their policy
- Pros: Clean UI, reliable, supports multi-page PDFs
- Cons: Free tier rate limit, server-side processing
SmallPDF PDF to JPG
- Free tier: 2 free uses per day, files up to 50 MB
- Paid: $9/month, includes all SmallPDF tools
- Quality: Excellent
- Privacy: Files deleted after 1 hour
- Pros: Best UI, integrates with cloud storage
- Cons: Aggressive paid plan upsells, only 2 free conversions per day
PDF24 Online
- Free tier: Unlimited conversions, files up to 100 MB
- Quality: Good — fewer DPI options than iLovePDF
- Privacy: Files auto-deleted after 1 hour
- Pros: Genuinely unlimited free conversions
- Cons: Ads in interface, slower than competitors
Sejda PDF to JPG
- Free tier: 3 free uses per hour, max 50 MB
- Paid: $7-15/month
- Privacy: Files deleted after 5 hours, opt-in for 1-hour deletion
- Pros: Includes desktop and web versions
- Cons: Less generous free tier than competitors
Desktop tools for power users
Adobe Acrobat (paid, cross-platform)
- Cost: $14.99/month (Acrobat Pro)
- Quality: Industry standard. Best preservation of fonts, colors, and image embedding.
- Features: Multiple format outputs (JPG, PNG, TIFF), DPI control (72-1200), color space options
- Best for: Legal, finance, professional design work
- Free trial: 7 days
Mac Preview (free, built-in)
- Cost: Free, built into macOS
- How: Open PDF → File → Export → Format: JPEG → choose DPI
- Quality: Excellent for everyday use
- Multi-page: Export individual pages or use script to batch
- Best for: Mac users who don't want to install anything
PDF24 desktop (free, Windows)
- Cost: Free (ad-supported)
- Quality: Excellent
- Features: 30+ PDF tools, runs offline, batch capable
- Best for: Windows users wanting offline tools
ImageMagick / Ghostscript (free, command-line)
- Cost: Free, open-source
- Setup: Install ImageMagick + Ghostscript via package manager
- Command:
magick -density 300 input.pdf output.jpg - Best for: Developers, batch automation, large volume
Step-by-step: convert PDF to JPG in your browser
- Open ShrinkTo's PDF-to-JPG tool. Browser-based, no upload, no signup.
- Drop your PDF file. Single PDF up to ~100 MB. Multi-page PDFs are processed page-by-page.
- Choose DPI / quality. 150 DPI for web/email (smaller files, ~100-300 KB per page). 300 DPI for printing (larger files, ~500 KB - 2 MB per page). Lower DPI = smaller, higher DPI = sharper.
- Choose JPG vs PNG. JPG for photos and most documents (smaller). PNG if you need transparency or text-heavy pages with sharp edges.
- Click "Convert." Tool renders each PDF page as an image locally. Takes 5-15 seconds for typical PDFs.
- Download. Single page → single JPG. Multi-page → ZIP file with one JPG per page (named "page_001.jpg", "page_002.jpg", etc.).
- Verify the result. Open the JPGs. Check: text is readable, images are clear, no rendering artifacts.
- (Optional) Compress further. If JPGs are too large for upload, run them through an image compressor as a second step.
DPI and quality tradeoffs
The single most important setting when converting PDF to JPG is DPI (dots per inch). It controls the resolution of the output image.
Common DPI values
- 72 DPI: Web standard. Smallest file sizes. Good for thumbnails, social media. Text becomes blurry on close inspection.
- 96 DPI: Slightly better than 72. Reasonable for web display. Most browsers display images at 96 DPI by default.
- 150 DPI: Sweet spot for most uses. Email-friendly file sizes (~100-500 KB per page). Text is readable, images are clear. Recommended for most use cases.
- 300 DPI: Print quality. Each page becomes 1-3 MB. Excellent text clarity. Use for printing, archival, professional design.
- 600 DPI: High-quality print. Each page becomes 5-15 MB. Overkill for most uses; useful for fine-art or detailed technical drawings.
- 1200 DPI: Specialty use. Each page becomes 20+ MB. For high-end printing, photo quality reproduction.
How to choose
- Email or messaging: 150 DPI
- Web embedding: 96 DPI for thumbnails, 150 DPI for inline images
- Slide presentations: 150 DPI
- Printing on home printer: 300 DPI
- Professional printing: 600 DPI
- Government portal upload: 150 DPI usually meets specs
Multi-page PDF batch conversion
Common scenarios:
- Scanned multi-page document: 5-50 page PDF → individual JPG per page
- Slide deck export: Convert each slide page to JPG for embedding elsewhere
- Course material extraction: Long PDF textbook → individual page images for study cards
Best tools for batch
- ShrinkTo (browser): Up to ~100 MB PDFs. Outputs ZIP with all pages.
- iLovePDF (server): Free tier: up to 100 MB. Reliable for everyday batches.
- Adobe Acrobat (desktop): No size limit. Best for huge batches.
- Mac Preview: Free, scriptable for batch.
- PDF24 desktop (Windows): Free, handles large batches.
- ImageMagick: For developers — single command line for any size.
Tips for large batches
- Use lower DPI for first pass. Convert at 150 DPI to verify results, then re-convert at 300 if higher quality needed.
- Convert in chunks if browser stalls. If your browser freezes on 100 pages, split the PDF first and convert each half.
- Use desktop tools for >50 pages. Browser-based tools work but are slower. Adobe Acrobat or Mac Preview handle 100+ pages smoothly.
- Sort output filenames. Tools usually name as "page_001.jpg" through "page_NNN.jpg" — alphabetical sort matches page order.
PNG vs JPG vs WebP — which output format?
Most PDF-to-image converters offer multiple output formats:
JPG / JPEG
- Best for: Photos, document scans, web sharing, most general use
- Pros: Smallest file sizes, universal compatibility, native social media support
- Cons: Lossy compression, no transparency, slight quality loss on edges of text
PNG
- Best for: Text-heavy pages, screenshots, diagrams, anything needing sharp edges
- Pros: Lossless quality, supports transparency, sharp text edges
- Cons: Larger file sizes (3-5x JPG), slower to upload
WebP
- Best for: Modern web display, when both size and quality matter
- Pros: Smaller than JPG (25-35% reduction), supports transparency, modern format
- Cons: Less universal compatibility (older platforms don't support), some Indian govt portals still don't accept WebP
Choose by use case
- Email/messaging/social: JPG
- Government portal upload: JPG (most compatible)
- Web embedding (modern site): WebP
- Document with sharp text: PNG
- Archival: PNG (lossless)
- Print: JPG at 300 DPI
Common mistakes when converting PDF to JPG
- Wrong DPI for use case. 72 DPI for printing produces blurry results; 600 DPI for email creates 50 MB attachments. Match DPI to use case.
- Forgetting to specify multi-page output. Some tools default to "first page only." For multi-page PDFs, ensure you select "all pages."
- Wrong output format. JPG for everything is the default, but text-heavy pages look sharper as PNG.
- File size too large for upload. 300 DPI generates large files. Use 150 DPI for portal uploads.
- Converting password-protected PDFs. Most converters fail. Decrypt first, then convert.
- Forgetting to verify the conversion. Open the JPGs and check text readability before deleting the original PDF.
- Converting once at low quality, then trying to fix later. Each conversion-and-recompression discards quality. Convert at the right DPI from the start.
- Using server-based converters for sensitive PDFs. If the document contains personal info, contracts, or financial data, use browser-based or desktop tools.
- Inconsistent file naming. Tool defaults like "untitled-1.jpg" become unmanageable for batches. Rename systematically.
- Forgetting to handle scanned PDFs differently. Scanned PDFs (image-based) convert to JPG at exactly the embedded image quality. Original-quality PDFs (text-based) get rendered at chosen DPI. Check the source.
Advanced tips for PDF-to-JPG workflows
- OCR before converting: If the PDF has searchable text, run OCR first if missing. After conversion to JPG, the text becomes part of the image and is no longer searchable.
- Crop after conversion: If you only need part of the page, crop the resulting JPG using any image editor.
- Add watermark to JPG: "DRAFT," "CONFIDENTIAL," company logo — easier to add to JPG than to original PDF.
- Compress after conversion: If the JPGs are still too large, run them through a JPG compressor for 30-50% reduction.
- Maintain naming conventions: Use systematic naming like "doc_2026_p001.jpg" through "doc_2026_pNNN.jpg" — easier to track and search.
- Generate thumbnails alongside full-resolution: Convert at 300 DPI for full quality, then also at 96 DPI for previews. Same content, two purposes.
- Use TIFF for archival: If long-term archive matters, output TIFF at 600 DPI. Larger files but lossless.
- Combine pages back: If you converted PDF to multiple JPGs and want to recombine into a single document, use an image-to-PDF tool to merge them.
- Auto-rotate detection: Some PDFs have rotated pages. Quality conversion tools auto-detect and rotate. Verify after conversion.
Frequently asked questions
How do I convert PDF to JPG for free?
Is it safe to convert PDF to JPG online?
What DPI should I choose for PDF to JPG?
Can I convert a multi-page PDF to JPG?
What's the difference between PDF to JPG and PDF to PNG?
Can I convert password-protected PDFs to JPG?
Why is my converted JPG larger than the PDF page?
Can I extract images from a PDF without converting whole pages?
How do I convert PDF to JPG without internet?
What's the fastest way to convert a 100-page PDF to JPG?
- Adobe PDF Specification (ISO 32000) — page rendering rules
- pdf.js library documentation — popular JavaScript PDF rendering library
- iLovePDF API documentation — server-based PDF-to-JPG endpoint
- ImageMagick + Ghostscript documentation — command-line PDF conversion
- JPEG/JFIF specification (ISO 10918-1) — image quality standards
Last verified: May 7, 2026.
Convert your PDF to JPG in browser
Free, browser-based, multi-page. Drop a PDF, choose quality, get JPG images. Your PDF never leaves your device.
image PDF to JPG, browser-based →