When to Convert PDF to JPG
When you convert a PDF page to JPG, the page becomes a photograph of itself. The text, graphics, and vector elements that existed as structured data in the PDF are flattened into pixels. There is no going back — once it is a JPG, the text is no longer selectable, links no longer work, and the page exists as an image rather than a document.
That is the right outcome for a specific set of tasks.
Why people actually do this
Document thumbnails and previews. Web applications, document management systems, and file storage tools often need a preview image for each document. Generating a JPG of the first page is the standard approach — the preview is just for display, not for editing or interacting with the content.
Sharing a single page. Dropping a JPG into a presentation, a Slack message, or a social media post is simpler than attaching a PDF and hoping the other person can open it. A screenshot works too, but a proper PDF-to-JPG export at the right resolution is sharper and more reliable than a screen grab.
Systems that do not accept PDF. Some upload forms, CMS platforms, and web tools take image files but not documents. If you need to show the content of a PDF somewhere that rejects PDFs, a JPG is the standard workaround.
Print shops requesting image files. For single-page items at a fixed print size — a poster, a flyer, a business card — some print services prefer image files over PDF. At 300 DPI, a JPG from a PDF is perfectly printable.
Resolution is where most people go wrong
A PDF is resolution-independent — it describes shapes and text mathematically, with no inherent pixel count. When you export to JPG, you choose the resolution, and that choice determines whether the result is sharp or blurry.
- 72 DPI — fine for a tiny thumbnail. At anything larger than about 600px wide, text looks soft and diagrams look rough.
- 150 DPI — a reasonable middle ground for screen display and presentations.
- 300 DPI — the standard for print. An A4 page at 300 DPI comes out at 2480 × 3508 pixels.
If your JPG output has blurry text, the answer is almost always higher DPI, not a different converter.
Multi-page PDFs
A PDF with ten pages produces ten separate JPG files — one per page. Images do not have a page concept. If you need all pages in one file, keep the PDF. If you need all pages as images, most converters produce a zip archive of individual JPGs.
What is gone from the output
Selectable text. Clickable links. Embedded fonts. The ability to copy a sentence or search for a word. Accessibility metadata. If the PDF had form fields, those are gone too. The JPG is a visual record of what the page looked like — nothing more.
If you need to extract the text rather than take a picture of it, PDF to TXT is the right tool.
Frequently asked questions
What DPI should I use for PDF to JPG?
72 DPI for small thumbnails. 150 DPI for screen display and presentations. 300 DPI for print. When unsure, 150 is a reasonable default for most non-print uses.
Why is the text blurry in my output?
The DPI setting is too low. A PDF is resolution-independent, so sharpness in the exported image is entirely determined by the DPI you choose. Increase it. That is the cause in almost every case of blurry PDF-to-JPG output.
Can I convert just one page of a multi-page PDF?
Yes, most converters let you specify a page number or range. If yours does not, convert all pages and use the specific file you need from the resulting set.
What happens to clickable links in the PDF?
They stop working. Links in a PDF are interactive elements in the document layer. Once the page is a JPG image, it is just pixels — there is no document layer for links to live in.
Can I convert a scanned PDF to JPG?
Yes, but output resolution is limited by scan quality. A scanned PDF is already images — the converter extracts them. It cannot improve their resolution beyond what the original scan captured.
Should I use PDF to JPG or PDF to PNG?
JPG for photographic content and large batches where file size matters. PNG for text-heavy pages where you need sharp edges and readability at full size, or when transparency in the output is required.
How large will the output JPG be?
Roughly 100–500 KB per page at 150 DPI for a typical text document, depending on complexity. At 300 DPI, 300 KB to 1.5 MB per page. Photographic content will be at the higher end of those ranges.