How to Convert JPEG Images to PDF

When you need a single shareable document from a folder of images, JPEG-to-PDF conversion is the right tool. Here are the fastest methods on every platform.

← Back to Blog

How to Convert JPEG Images to PDF

Quick summary

Quick answer: To turn a JPEG (or a folder of JPEGs) into a PDF, use Adobe Acrobat's "Create PDF from File" feature, Windows 10/11's built-in "Microsoft Print to PDF" driver, macOS Preview's "Export as PDF", an online tool like Mapsoft's PDF Hub, or the command-line tool img2pdf. All keep the original image quality by default.

You can also convert JPEG images to PDF online for free using Mapsoft's PDF Hub — no installation required.

Why convert JPEG to PDF?

JPEGs are ideal for individual photos, but they're a poor container when you need to ship a document. A PDF has advantages a raw image folder doesn't:

  • One file instead of many. Share a single download instead of a zip or a multi-email thread.
  • Stable page order. JPEGs in a folder sort alphabetically, which rarely matches document order. A PDF locks the sequence.
  • Consistent rendering. A PDF looks the same on every device. A JPEG stack opens differently in every image viewer.
  • Printability. One print command for the whole document with proper page breaks.
  • OCR-ready. After conversion, you can run OCR to make scanned text searchable. Our Acrobat OCR guide covers this in detail.
  • Signable and redactable. PDFs support digital signatures, redaction, and form fields — JPEGs don't.

Methods

Method 1 — Adobe Acrobat

In Acrobat Pro, choose File → Create → PDF from File to convert a single JPEG, or Create → Combine Files into a Single PDF to batch multiple images. Drag the images into the order you want, click Combine, and Acrobat produces a multi-page PDF. You can set page size, orientation, and compression on the way out.

Method 2 — Windows 10 / 11 (no extra software)

Select the JPEGs in File Explorer, right-click, and choose Print. In the print dialog, pick "Microsoft Print to PDF" as the printer, arrange the images in the preview grid, and save. Zero install required. Quality is good but the page layout (one image per page, scaled to fit) is fixed.

Method 3 — macOS Preview

Open the first JPEG in Preview. In the sidebar, drag additional JPEGs into the thumbnail list in the order you want. Choose File → Export as PDF. Preview produces a multi-page PDF with each image on its own page.

Method 4 — Free online

Mapsoft's JPEG to PDF tool handles multiple images in one upload, reorders them by drag-and-drop, and produces a single PDF download. Best for ad-hoc conversions on a locked-down machine where you can't install software.

Method 5 — Command line (img2pdf, ImageMagick)

For automation, img2pdf is the best tool — it wraps JPEG bytes directly into a PDF container without re-encoding them, preserving the original quality and file size.

  • img2pdf *.jpg -o output.pdf combines every JPEG in the folder into a single PDF, in alphabetical order.
  • magick *.jpg output.pdf uses ImageMagick but may re-encode images, increasing file size and losing some quality.

Quality considerations

  • Don't re-compress. JPEGs are already compressed. Any conversion that decompresses and re-compresses (ImageMagick's default, some online tools) loses quality. Tools that wrap the JPEG bytes directly (img2pdf, high-quality online tools) preserve the original.
  • Match the page size to the image. If you scan at 300 DPI and the image is 2550×3300 pixels, the natural page size is US Letter. Scaling a large image to fit a small page increases the PDF's size without adding quality.
  • Consider PDF/A for archival. If the resulting PDF is going into long-term storage, convert to PDF/A so fonts and colour profiles are embedded and the file is self-contained.
  • OCR after conversion. For scanned text, run OCR on the resulting PDF to make it searchable. JPEGs don't carry text layers.

Frequently Asked Questions

How do I convert multiple JPEGs to a single PDF?

Acrobat's Combine Files feature, Windows' Microsoft Print to PDF, macOS Preview's Export as PDF, or online tools all accept multiple JPEGs at once and produce a single multi-page PDF. For scripting, img2pdf with a wildcard is the cleanest option.

Will converting JPEG to PDF reduce quality?

Not if the tool wraps the JPEG bytes directly (img2pdf, Acrobat's default settings, most online tools). Some tools decompress and re-compress, which does lose quality. Check the resulting file size: if it's significantly larger than the sum of the JPEGs, re-compression probably happened.

Can I convert JPEG to PDF for free?

Yes. Windows 10/11 has "Microsoft Print to PDF" built in. macOS Preview exports to PDF natively. Mapsoft's PDF Hub does it online for free. All are free and produce good-quality output.

How do I make the resulting PDF searchable?

Run OCR on it after conversion. Acrobat has OCR built in (Tools → Enhance Scans); most online PDF services offer it as a separate step; command-line: ocrmypdf is the standard tool.

Related Articles

Scanning Documents to PDF with Adobe Acrobat

If your JPEGs came from a scanner, there's often a better direct-to-PDF path that skips the JPEG step entirely.

Acrobat OCR: Scanned PDFs to Searchable Text

Running OCR after conversion turns image-based PDFs into searchable text documents.

Image Formats for PDF: JPEG, PNG, TIFF, and More

Picking the right source-image format is as important as the conversion method. This post covers when to use each.

Try it yourself

Free online — no installation, no sign-up.