PDF to JPG Converter
Each page of your PDF becomes its own JPG. Default render is 2x, which keeps text sharp on screen and at print sizes. If the PDF has more than one page, you get the images back as a zip.
You actually want the text? Scanned PDF to Text gives you an editable .txt. Make PDF Searchable keeps the original look but adds a copyable text layer.
Drop your PDF here
or click to browse
What's happening under the hood
Mozilla's pdf.js (the same engine inside Firefox) renders each page of your PDF onto an HTML canvas. The canvas gets saved as a JPG or PNG. The PDF doesn't leave your machine.
When this is useful
- Dropping a single page into a forum post or social thread.
- Embedding a PDF page as an image in a Word doc or a slide deck.
- Pulling figures or charts out of a research paper.
- Sharing one page without handing over the whole document.
JPG or PNG?
JPG for photos and busy color graphics. PNG for diagrams, screenshots, or anything with text and sharp edges where you don't want compression artifacts. PNG files are usually bigger but lossless.
About the PDF format
PDF was created by Adobe co-founder John Warnock in 1993 to make documents look identical everywhere. The format stores text, fonts, vector paths, and embedded images on fixed pages. Adobe controlled the spec until 2008, when it was published as the open ISO 32000-1 standard. The current ISO 32000-2 (PDF 2.0) was finalized in 2017 and revised in 2020. PDF is what governments, lawyers, and academics default to because the layout never shifts. A PDF page is not a single image — it's a layered description that has to be rendered to become one. That's what this converter does.
About the JPG format
JPEG (the file extension shortened to .jpg on old Windows) is a lossy image format published in 1992 by the Joint Photographic Experts Group, the ISO/ITU committee it's named after. It uses discrete cosine transform compression, which is great at squeezing photographs and bad at sharp text or solid blocks of color. JPG doesn't support transparency. It's universally supported, which is why it remains the default for cameras, social media, email attachments, and basically anywhere a photo needs to travel.
When to use PDF to JPG (and when not to)
Reasonable uses:
- Pulling a single chart, table, or diagram out of a paper to drop into a slide.
- Posting one page of a PDF to a social platform that won't accept PDF uploads.
- Sending a quick preview to someone without making them download the whole file.
- Generating thumbnails for an archive.
Skip it if:
- You need the text to remain selectable or searchable. Use PDF OCR or keep the PDF.
- The PDF has a lot of fine print — JPG compression smears small text.
Common problems and how to fix them
- Text looks fuzzy. The default render scale is fine for screens but soft when printed. Bump the scale to 2x or 3x for crisper output.
- JPG files are huge. At 3x scale, an A4 page is roughly 7000x10000 pixels. Drop the scale or use a quality preset below "High."
- Colors look washed out. PDFs sometimes use CMYK color profiles for print. The browser converts to sRGB, which can shift saturation. Hard to fix in a browser tool — open the source in Acrobat if it matters.
- Diagrams have visible compression artifacts. JPG eats sharp lines. Switch to PNG output for any page with diagrams, code, or screenshots.
- Password-protected PDF fails. pdf.js refuses encrypted PDFs in this tool. Remove the password in your reader's print-to-PDF flow first.
- Some pages come out rotated. Pages with embedded rotation metadata don't always render right-side-up. Open the PDF, rotate the pages, save, and re-convert.
Frequently asked questions
Is the PDF uploaded?
No. pdf.js renders the file inside your browser. The Network tab in DevTools will show no upload happening during a conversion.
What's the file size cap?
RAM determines the limit. A 100-page PDF is fine on most laptops. A 1000-page reference book at 3x scale will likely exhaust browser memory.
Will it work on a Chromebook or iPad?
Yes. Any modern Chrome, Safari, or Firefox works. The zipped results land in your downloads folder.
Why is one page coming out as a single JPG and not split?
This tool produces one image per PDF page. If you want a multi-page sheet, take the JPGs and run them through Images to PDF.
Can I get just one specific page?
This converter does all pages at once. Easiest workaround: extract the page you want in your PDF reader first (print to PDF with a single page range), then convert.
What other image formats are supported?
JPG and PNG here. From there you can convert to WEBP if you need smaller web-friendly files.