The team behind OnlineTools4Free — building free, private browser tools.
Published Feb 4, 2026 · 7 min read · Reviewed by OnlineTools4Free
How to Convert PDF to JPG: Complete Guide
Why Convert PDF to JPG?
PDFs are designed for document fidelity — they preserve formatting across every device and operating system. But that strength becomes a limitation when you need individual pages as images. Here are the most common reasons to convert:
- Social media sharing: You cannot upload a PDF to Instagram, Twitter, or most social platforms. JPG is universally accepted.
- Presentations: Inserting a JPG into PowerPoint or Google Slides is simpler than embedding a PDF and gives you more control over positioning.
- Thumbnails and previews: E-commerce sellers, real estate agents, and educators often need page thumbnails for websites or catalogs.
- Email compatibility: Some email clients render inline JPGs but treat PDFs as download-only attachments.
- Archival snapshots: Converting a PDF to images freezes the content in a format that cannot be accidentally edited.
Understanding Resolution and Quality Settings
The most important decision in PDF-to-JPG conversion is resolution, measured in DPI (dots per inch). This determines how sharp and detailed the resulting image will be:
- 72 DPI: Screen resolution. Small file sizes, fine for quick previews but text may look blurry when zoomed in.
- 150 DPI: Good balance for web use. Text is legible, images are clear, and file sizes stay reasonable.
- 300 DPI: Print quality. Use this if you plan to print the converted images or need to preserve fine detail in diagrams.
- 600 DPI: High-fidelity archival. Large file sizes but captures every detail. Rarely necessary outside professional publishing.
JPG quality (compression level) is the second factor. A setting of 85-95% produces visually lossless results for most documents. Going below 70% introduces noticeable artifacts, especially around text edges.
Converting PDF to JPG Online
The fastest method is using our PDF to Image Converter. The entire conversion happens in your browser — your files are never uploaded to a server.
- Open the PDF to Image tool.
- Drop your PDF file onto the upload area or click to browse.
- Select your desired output format (JPG, PNG, or WebP).
- Choose the resolution (150 DPI is the default and works well for most cases).
- Click Convert and download individual pages or all pages as a ZIP file.
This approach works on any device — Windows, Mac, Linux, Chromebook, or even a phone — with no software installation required.
Batch Converting Multi-Page PDFs
A 50-page PDF means 50 individual images. Managing this manually is tedious, so batch processing matters. Our tool handles this automatically: every page is converted and packaged into a single download.
For command-line users who process PDFs regularly, Ghostscript is the industry standard:
gs -sDEVICE=jpeg -dJPEGQ=90 -r150 -dBATCH -dNOPAUSE -sOutputFile=page_%03d.jpg input.pdf
This converts every page at 150 DPI with 90% JPEG quality. The %03d placeholder numbers each output file (page_001.jpg, page_002.jpg, etc.).
Another option is ImageMagick:
magick -density 150 input.pdf -quality 90 output_%03d.jpg
Both tools are free and available on all major operating systems.
Should You Choose JPG or PNG?
JPG is the default choice for most conversions, but PNG has advantages in specific scenarios:
- Text-heavy documents: PNG preserves sharp text edges better than JPG because it uses lossless compression. If your PDF is mostly text, PNG at a reasonable resolution will look crisper.
- Diagrams with solid colors: Charts, flowcharts, and technical drawings often have large areas of flat color. JPG compression creates artifacts around sharp color transitions; PNG does not.
- Transparency: If you need to overlay a page on a non-white background, PNG supports transparency while JPG does not.
- Photos and scans: JPG excels here. Photographic content compresses efficiently in JPG format, and the file sizes are dramatically smaller than PNG.
For most general use cases — sharing documents, creating thumbnails, embedding in presentations — JPG at 90% quality and 150 DPI hits the sweet spot between quality and file size.
Troubleshooting Common Issues
Several problems come up regularly during PDF-to-JPG conversion:
- Blurry output: Almost always a DPI issue. If text looks fuzzy, increase the resolution to 200 or 300 DPI. The file will be larger but the text will be sharp.
- Black pages: Some PDFs use transparency in ways that certain converters interpret incorrectly, rendering transparent areas as black. Try converting to PNG instead, or use a tool that flattens transparency before conversion.
- Missing fonts: If the PDF uses embedded fonts that the converter cannot access, text may render incorrectly. This is rare with modern tools but can happen with older PDFs.
- Large file sizes: A 300 DPI JPG of a letter-size page is roughly 2-4 MB. If you need smaller files, drop to 150 DPI or reduce the JPG quality to 80%. You can also run the output through our Image Compressor for further reduction.
- Password-protected PDFs: Most converters cannot open encrypted PDFs. You need to remove the password first using the appropriate PDF tool before converting.
If you also need to work with PDF files in other ways, check out our guides on compressing PDFs and merging PDF files.
PDF to Image Converter
Convert PDF pages to high-quality JPG or PNG images.
OnlineTools4Free Team
The OnlineTools4Free Team
We are a small team of developers and designers building free, privacy-first browser tools. Every tool on this platform runs entirely in your browser — your files never leave your device.
