Practical guide

PDF to JPG: How to Save PDF Pages as Images

PDF-to-JPG conversion renders each selected page as a flat image, which is useful for previews and sharing but does not preserve selectable text or PDF interactivity.

Know what PDF to JPG conversion produces

A PDF page can contain text, vector paths, images, transparency, annotations, and other objects. Converting PDF to JPG renders their visible appearance into one rectangular pixel image per page. The JPG no longer contains the page’s selectable text, links, fields, vectors, or document navigation.

That flattening is useful for thumbnails, slide previews, social posts, and systems that accept images but not PDFs. It is a poor substitute for the original when recipients need search, copy and paste, accessibility structure, zoom-independent line art, or forms.

  • Keep the PDF as the source of record.
  • Use JPG for a compact visual page copy with broad compatibility.
  • Choose PNG instead when sharp line art, screenshots, or lossless output matters more than file size.

Select pages and resolution deliberately

Choose only the pages you need before rendering. A page-range export reduces processing time, download clutter, and the chance that confidential pages are included accidentally. Review page numbering carefully because printed labels and PDF page indices can differ.

DPI determines the raster dimensions calculated from the PDF page size. More DPI improves fine detail up to the limits of the source, but increases memory, encoding time, and file size. It cannot recover detail that was absent from a low-resolution scan.

  • Use a moderate DPI for messaging, previews, or on-screen reference.
  • Raise DPI for small type or print use, then inspect the actual output.
  • Export a difficult page first before processing the whole document.
  • Check portrait and landscape pages because their pixel dimensions will differ.

Set JPEG quality around the page content

JPEG is lossy. Photographs often tolerate a moderate quality setting, while fine text, signatures, barcodes, and thin coloured lines can develop halos or blur. A single setting may not suit a document that mixes photo-heavy and text-heavy pages.

Open representative files at normal viewing size and 100% zoom. If text edges are damaged, increase quality or resolution, or use PDF-to-images with PNG for the affected pages. Repeatedly saving the JPG will add another lossy generation.

  • Inspect the smallest text and highest-contrast edges.
  • Check gradients and pale backgrounds for banding.
  • Avoid converting the JPG back to PDF and expecting the original structure to return.
  • Resize only after deciding the final use and keep the first export as the working master.

Convert on desktop or iPhone without an upload

A browser-local tool can perform PDF to JPG on an iPhone as well as a desktop when the browser has enough memory. Select the PDF from Files, process a short range first, and save or share the downloaded images through the intended app. Mobile download handling varies, so verify where the files were stored.

Local conversion keeps page content out of the application’s upload path, but the files may still enter device backups or a cloud-synced Files location. Review the final image sequence before sending it and remove working copies according to your retention needs.

  • On a phone, process fewer high-DPI pages at once to reduce tab reloads.
  • Confirm filenames preserve page order before attaching multiple images.
  • Check that no hidden or unintended page was exported.
  • Use the original PDF when the recipient can accept it and needs document features.

Sources

  1. PDF.js project documentation
  2. PDF.js examples
  3. MDN HTMLCanvasElement.toBlob()
  4. PDF Association: PDF specification