ProductivityMay 11, 2026Moshe Achouz

JPG to PDF Converter: Free, Instant, Batch (2026)

Convert JPG to PDF free in 2026: 5 methods compared (online, Mac Preview, iPhone, Windows, ImageMagick CLI). Batch unlimited, no signup, EU hosting.

TL;DR — Five reliable methods convert JPG to PDF in 2026: online tools (iFillPDF, Smallpdf, iLovePDF, PDF24, Adobe), Mac Preview, iPhone Files app, Windows Photos, and ImageMagick CLI. For batch conversion of 50+ images use iFillPDF JPG to PDF (unlimited, EU Frankfurt hosting, drag-reorder before convert); for a single image use Mac Preview or iPhone Files; for power users, ImageMagick magick *.jpg out.pdf is fastest. iFillPDF runs client-side with no signup — alternatives like iLovePDF and Smallpdf require accounts above 2 files or 5 MB.

📸 jpg-to-pdf-converter-hero.webp
(image pas encore générée — lancer node scripts/blog-images.mjs)

Why convert JPG to PDF (signing, sharing, archiving)

You convert JPG to PDF when you need a portable, signable, page-ordered container for one or more images. JPG stores raster pixels; PDF stores pages, vectors, fonts, signatures, and metadata. The most common triggers:

  • Sign a scanned document — passports, IDs, contracts photographed with a phone need to land as PDF before signing or filling form fields.
  • Submit an application — banks, universities, and government portals reject JPG and accept only PDF (max 5 MB or 10 MB).
  • Archive a receipt batch — accountants prefer one PDF with 30 receipts over 30 separate JPGs that lose order.
  • Share a portfolio — photographers send a single 12-page PDF to clients instead of a zip of JPGs.
  • Reduce file size — a PDF with optimized JPGs inside is often 30-60 % lighter than the source JPGs uncompressed.

If you also need the reverse direction (extract images from a PDF), see our companion guide on the PDF to JPG converter.

Method 1 — Online tools (iFillPDF, Smallpdf, iLovePDF, PDF24, Adobe online)

Direct answer: the fastest path is a browser-based converter. Drop your JPGs, click convert, download. No install, works on Mac, Windows, Linux, ChromeOS, iPad. Differences appear in batch limits, signup walls, file size caps, and where your data is processed.

Tool Free Batch unlimited No signup Max file size EU hosting Mobile-ready
iFillPDF Yes Yes Yes Unlimited (client-side) Yes — Frankfurt Yes
Smallpdf 2/day No (Pro) No above 2 files 5 GB Pro Switzerland Yes
iLovePDF Limited No (Premium) No above 25 files 200 MB free Spain Yes
PDF24 Yes Yes Yes Browser memory Germany Partial
Adobe online 1/day No (Acrobat Pro) No above 1 file 100 MB USA Yes
Canva Yes Limited No 25 MB USA Yes
📸 jpg-to-pdf-converter-method1.webp
(image pas encore générée — lancer node scripts/blog-images.mjs)

Why iFillPDF wins for sensitive batches: the conversion runs client-side in your browser, so the JPGs never reach a remote server. When server-side processing is required (legacy phones, very large batches), our infra is hosted in Frankfurt (EU) under GDPR. You can drag-reorder pages before convert, set page size (A4, Letter, fit-to-image), and the output preserves original resolution — no silent re-compression to 72 dpi like Smallpdf free tier.

Method 2 — Mac Preview (drag-and-drop)

Direct answer: macOS has a native JPG-to-PDF converter built into Preview. No download required.

  1. Open the JPGs in Finder, select them all (Cmd-A or Cmd-click).
  2. Right-click → Open with → Preview.
  3. In Preview, select all thumbnails in the sidebar (Cmd-A).
  4. File → Print (Cmd-P).
  5. Bottom-left dropdown → Save as PDF.
  6. Name the file → Save.

Works for 1 image or 200. For ordered output, drag thumbnails in the Preview sidebar before printing. Preview preserves EXIF orientation but downsamples nothing — output is lossless.

Method 3 — iPhone Files app (built-in iOS)

Direct answer: iOS 16+ converts JPG to PDF natively from the Files app — no third-party app needed.

  1. Open Files → navigate to the folder with your JPGs (or save them from Photos to Files first).
  2. Tap Select (top-right) → tap each image you want.
  3. Tap the three-dot menu (bottom-right).
  4. Choose Create PDF.
  5. The PDF appears in the same folder, named after the first image.

To reorder, hold and drag the JPGs in the Files folder before step 2 — Files converts them in display order. To merge into one PDF and keep page order locked, use the iFillPDF merge PDF tool afterwards.

Method 4 — Windows Photos app + Print to PDF

Direct answer: Windows 10 and 11 ship with Microsoft Print to PDF, a virtual printer that turns any image into a PDF.

  1. Open File Explorer → select your JPGs (Ctrl-A or Ctrl-click).
  2. Right-click → Print.
  3. In the Print Pictures dialog, choose printer Microsoft Print to PDF.
  4. Pick paper size (A4 or Letter), orientation, and layout (one image per page or contact sheet).
  5. Click Print → choose where to save the .pdf.

Works offline, no telemetry, free with Windows. Downside: order follows file-name sort — rename files 01_xxx.jpg, 02_xxx.jpg to control sequence. For a graphical drag-reorder, use the iFillPDF JPG to PDF tool.

Method 5 — ImageMagick CLI (advanced batch)

Direct answer: for 100+ images or scripted pipelines, ImageMagick converts a folder of JPGs to one PDF in a single command.

# Install (Mac)
brew install imagemagick

# Convert every JPG in the current folder to one PDF
magick *.jpg output.pdf

# Higher density (300 dpi) and Letter page size
magick -density 300 -page Letter *.jpg portfolio.pdf

# Preserve order with explicit list
magick page01.jpg page02.jpg page03.jpg report.pdf

The magick binary processes hundreds of images in seconds and integrates with cron, Make, or CI/CD. Combine with find and xargs for nested folders. This is the workflow used by photographers, archivists, and journalism students preparing portfolios.

📸 jpg-to-pdf-converter-method5.webp
(image pas encore générée — lancer node scripts/blog-images.mjs)

Multiple JPG into one PDF

Direct answer: to merge multiple JPGs into a single PDF, select all images at once before triggering the conversion. Every method above supports multi-select; the difference is how you control page order.

Method Order control
iFillPDF Drag-reorder thumbnails in browser
Mac Preview Drag thumbnails in sidebar
iPhone Files Folder display order
Windows Photos File-name alphabetical
ImageMagick Explicit CLI argument list

If you already have several JPG-derived PDFs and need to combine them, the merge PDF tool joins them in your chosen order without re-encoding.

📸 jpg-to-pdf-converter-h2-batch.webp
(image pas encore générée — lancer node scripts/blog-images.mjs)

FAQ

JPG to PDF on iPhone free? Yes. Open Files → Select images → three-dot menu → Create PDF. iOS 16+ does it natively, no app install, no signup, no watermark. The PDF lands in the same folder.

Convert multiple JPG into one PDF? Select all images first, then trigger the conversion. iFillPDF, Mac Preview, iPhone Files, Windows Photos, and magick *.jpg out.pdf all merge multi-select into one PDF. For drag-reorder before conversion, use iFillPDF JPG to PDF.

JPG to PDF without losing quality? Use Mac Preview, Windows Print to PDF, or iFillPDF — all three preserve original resolution. Avoid Smallpdf and Canva free tiers, which downsample to 72-150 dpi to cut server cost. For lossless control, ImageMagick with -density 300 keeps print-quality 300 dpi.

Best free JPG to PDF batch converter? For unlimited batches with no signup, iFillPDF JPG to PDF and PDF24 are the two no-friction options. iLovePDF and Smallpdf cap at 25 and 2 files respectively before requiring a paid account.

JPG to PDF on Mac without Adobe? Yes — use Preview (built into macOS). Open the JPGs in Preview, select all thumbnails, File → Print → Save as PDF. Zero install, zero subscription, zero data leaving the Mac.

Convert your JPGs to PDF in seconds

Whether it is one passport scan or 200 portfolio shots, the right tool depends on order control and privacy. For everyday conversion with drag-reorder, unlimited batch, EU Frankfurt hosting, no signup, and preserved resolution, start with iFillPDF JPG to PDF. Need to fill or sign the resulting PDF? Continue with fill PDF and sign PDF, or extract images later with our PDF to JPG converter.

📸 jpg-to-pdf-converter-cta.webp
(image pas encore générée — lancer node scripts/blog-images.mjs)
Read next
Got a question about this article? Get in touch
JPG to PDF Converter: Free, Instant, Batch (2026) — iFillPDF