Toolerax logoToolerax
·7 min read

How to Convert a PDF to JPG

How to Convert a PDF to JPG

Sometimes a PDF is the wrong shape for the job. You want to drop a page into a slide, post it to social media, attach a preview in a chat that will not render PDFs, or embed it in a document that only accepts images. Converting the PDF to JPG turns each page into an ordinary picture that goes anywhere an image goes. This guide covers how the conversion actually works, the one setting that matters most, and when JPG is the right choice versus PNG.

What “PDF to JPG” really does

A PDF page is a set of drawing instructions — place this text here, this line there, this image in that box. An image has none of that; it is a flat grid of coloured pixels. Converting a page to JPG means rendering those instructions onto a canvas at a chosen size and then saving the result as a picture.

The key consequence: the output is a snapshot. The text becomes pixels, so it is no longer selectable or searchable, and you cannot edit it as text anymore. That is exactly what you want for a preview or a slide, and exactly what you do not want if you were hoping to copy the words — for that, use PDF to Text instead.

Resolution is the setting that matters

Because the page is being rendered fresh, you decide how detailed the image is. This is measured in DPI (dots per inch), and getting it right is the difference between a crisp image and a blurry one — or a needlessly huge file.

  • 72–96 DPI — fine for an on-screen thumbnail or a quick preview. Small files, but text looks soft if you zoom in.
  • 150 DPI — the sensible default for most uses. Sharp on screen, reasonable file size, good enough to read comfortably.
  • 300 DPI — print quality. Choose this if the image will be printed or you need to zoom in on fine detail. Files get large fast.

A common mistake is exporting at 72 DPI, noticing the text is fuzzy, and concluding the tool is bad. It is not — you just asked for a small image. Bump the resolution up and the same page comes out razor sharp.

JPG or PNG — which should you pick?

Both turn a page into an image; they compress it differently, and that difference decides which one you want:

  • Choose JPG for pages that are mostly photos, scans or rich colour. JPG compresses these to a fraction of the size with no visible loss, which is why it is the default for anything photographic.
  • Choose PNGfor pages that are mostly text, sharp lines, tables or diagrams. JPG's compression smears fine edges slightly — you may see faint halos around black text on white. PNG keeps edges perfectly crisp. If your page is a text document, use PDF to PNG.

Rule of thumb: photo-like page → JPG, document-like page → PNG. When in doubt on a text-heavy page, PNG is the safer choice.

Step by step

  1. Open your PDF in the converter. You can also paste it from the clipboard.
  2. Pick a resolution. Leave it at 150 DPI for general use, or raise it to 300 for print.
  3. Convert. Every page is rendered to its own JPG.
  4. Download. Save individual pages you need, or grab them all at once as a ZIP.

Why white backgrounds matter

JPG has no concept of transparency. If a PDF page has a transparent background, a naive converter would fill those areas with black. A good converter paints the canvas white first, so transparent pages come out looking exactly as they do on screen. This is handled for you, but it is worth knowing why PNG (which supports transparency) is the better format if you specifically need a see-through background.

Converting many pages at once

A long PDF becomes a long list of images, and downloading them one by one is tedious. That is what the ZIP option is for: it bundles every page into a single archive you download once and unzip. The files are named by page number so they stay in order — page-1.jpg, page-2.jpg, and so on.

Privacy: your PDF never leaves your device

The pages people convert are often the sensitive ones — contracts to preview, statements to share a snapshot of, ID documents. Many free converters upload your file to a server to render it, handing that content to a third party. A browser-basedconverter renders every page on your own device using your browser's graphics engine, so the file never gets uploaded. It is private, faster (no waiting on an upload) and works with no internet connection.

Common mistakes to avoid

  • Using too low a resolution and blaming the tool for blur. Raise the DPI.
  • Using JPG for a text page and seeing faint edge artefacts. Use PNG for documents.
  • Expecting to edit the text afterwards. The output is a picture. Extract the text separately if you need the words.
  • Exporting a 200-page PDF at 300 DPI when you only needed one page on screen. Match the settings to the job.

Frequently asked questions

Can I convert just one page? Yes — convert the document and download only the page you want. Everything is generated locally, so there is no penalty for ignoring the rest.

Will the text still be searchable in the JPG? No. Once a page is an image the text is pixels. Use PDF to Text if you need the words.

Why is my JPG bigger than I expected? High DPI multiplies pixels quickly. Halve the resolution and the file shrinks dramatically.

Can I go the other way and build a PDF from images? Yes. Use JPG to PDF to combine images back into a single document.

Convert your PDF now

Use our PDF to JPG converter to turn any PDF into images — at the resolution you choose, in your browser, with no upload and no watermark. For crisp text and diagrams, PDF to PNG is the better fit, and PDF Info Viewertells you a document's page count and size before you start.

Written by the Toolerax Team

We are the developers who design, build and test every one of the 100+ free tools on Toolerax. Each guide is written alongside the tool it explains and checked against how the tool actually works. About us

Tools mentioned in this article