Convert Images to PDF (Free): Windows, Mac, iPhone/Android, and Online (Batch‑Friendly)

Convert Images to PDF (Free): Windows, Mac, iPhone/Android, and Online (Batch‑Friendly)

By Abdulbatin Anaza • Last updated: May 2026 • Estimated reading time: 14–20 minutes

Need to submit photos as a single PDF, send scanned notes, or package receipts? You can Convert Images to PDF in minutes—on Windows, Mac, iPhone/Android, or with safe online tools.

This guide shows the best free methods (including batch) to Convert Images to PDF, how to keep pages in the right order and size, and quick fixes when the PDF comes out rotated, huge, or out of sequence.

Related how‑tos:

Quick picks (fastest path by device)

Use these quick steps to Convert Images to PDF on each device:

  • Windows 10/11: Select images → right‑click → Print → Printer: Microsoft Print to PDF → Paper size/orientation → Print → save PDF. (Or Photos app → Print.)
  • Mac (Ventura+): Select images in Finder → right‑click → Quick Actions → Create PDF. Or open in Preview → File → Print → Save as PDF.
  • iPhone/iPad: Photos → Select images → Share → Print → two‑finger pinch‑out to open PDF preview → Share → Save to Files.
  • Android: Google Photos/Files → select images → Print → Save as PDF → pick page size/orientation → Save.
  • Online (non‑sensitive): JPG/PNG to PDF at iLovePDF/Smallpdf/Adobe—upload → order pages → download PDF.

Windows: Microsoft Print to PDF (built‑in, great for batches)

Built‑in Microsoft Print to PDF makes it easy to Convert Images to PDF without extra apps.

A) Right‑click → Print to PDF

  1. Select images in File Explorer (hold Ctrl or Shift for many).
  2. Right‑click → Print.
  3. Printer: Microsoft Print to PDF.
  4. Paper size: Letter/A4 (pick what you need). Quality: leave at default.
  5. Layout: choose a Full page photo (no borders) or a grid if desired. Uncheck Fit picture to frame if it crops; use if you want edge‑to‑edge.
  6. Click Print → choose file name/location to Convert Images to PDF.

B) Photos app (same printer path)

  1. Open an image set in Photos → select images → Print.
  2. Choose Microsoft Print to PDF and options → Print.

C) Tips

  • Order pages: They follow the selection order. To control order, sort by Name and ensure filenames are numbered (e.g., 001–, 002–). See: Batch Rename—this keeps order correct when you Convert Images to PDF.
  • Orientation: Set Landscape/Portrait in Print. Mixed orientations? Make two PDFs, then merge: Merge PDF.

Mac: Quick Action “Create PDF” or Preview (precise)

On macOS, Quick Actions and Preview let you Convert Images to PDF fast with great control.

A) Finder Quick Action (fastest, batch)

  1. Select images in Finder.
  2. Right‑click → Quick Actions → Create PDF.
  3. macOS makes a single PDF in the same folder (named after the first file).

B) Preview (more control)

  1. Select images → right‑click → Open With → Preview.
  2. In Preview’s sidebar, drag thumbnails to reorder.
  3. File → Print → set Orientation and Paper Size → bottom‑left PDF → Save as PDF.

Preview gives precise ordering/scale so you can Convert Images to PDF exactly as you want.

C) Tips

  • Keep resolution: Printing embeds images as pages; use larger paper (A3/Tabloid) if you want more of the original pixel size per page when you Convert Images to PDF.
  • Mix sizes: If some pages look tiny, set “Scale” in Print or resize images beforehand.

iPhone/iPad: Print to PDF or Shortcuts (batch‑friendly)

On iOS, Print to PDF and Shortcuts let you Convert Images to PDF from the camera roll.

A) Photos → Print → Pinch‑out → Save as PDF

  1. Open Photos → Select images (order affects page order).
  2. Tap SharePrint.
  3. On the print preview page, pinch out with two fingers to open a full‑screen PDF preview.
  4. Tap ShareSave to Files (keeps the PDF), or send directly.

B) Shortcuts app (Make PDF)

  1. Open Shortcuts → tap +.
  2. Add:
    • Select Photos (turn on Select Multiple)
    • Make PDF
    • Save File (enable Ask Where to Save)
  3. Run it → pick images → save the combined PDF.

Apple help: Preview on MacShortcuts on iPhone

Android/Chromebook: Print → Save as PDF (built‑in)

On Android/Chromebook, use the Print dialog to Convert Images to PDF without extra apps.

A) Android (Photos/Files)

  1. Open Google Photos (or Files) → select images → menu Print.
  2. Printer: Save as PDF.
  3. Set paper size/orientation/margins → Save.

B) Chromebook (Gallery app)

  1. Open first image in Gallery → press Ctrl + P (Print).
  2. Destination: Save as PDF → add pages by printing from a folder selection or combine later using online tools.

Online tools (fast—avoid sensitive images)

Use web tools to Convert Images to PDF when convenience matters (not for private documents). Prefer sites with clear deletion policies.

Privacy tips:

  • Don’t upload IDs or confidential images.
  • Check retention policy and delete uploads after processing.

CLI (advanced): ImageMagick (Windows/Mac/Linux)

Use ImageMagick to Convert Images to PDF in bulk with precise control.

# Combine all JPGs into one A4 PDF, 300 DPI, JPEG-compressed pages
magick *.jpg -units PixelsPerInch -density 300 -compress jpeg -quality 85 -page A4 out.pdf

# Keep image pixel data as-is (no resample) and just wrap per page
magick image1.jpg image2.jpg -compress jpeg -quality 85 out.pdf

# Mixed orientations? Set per-image page size or rotate first:
magick img-land.jpg -rotate 90 img-port.jpg -compress jpeg -quality 85 out.pdf

Docs: ImageMagick

Keep order, size, and orientation correct

Follow these tips to Convert Images to PDF that look right the first time:

  • Order: Images combine in the order you select. For predictable order, rename with leading numbers (001‑, 002‑…): Batch Rename.
  • Page size: Choose Letter/A4 (or larger) to avoid heavy downscales; use “Scale” or “Fit” judiciously to prevent cropping.
  • Orientation: Rotate images beforehand so each page orientation is correct. Most print dialogs don’t auto‑rotate mixed sets perfectly.
  • File size: Large PDFs? Use JPEG‑compressed pages (ImageMagick), smaller paper sizes, or run a pass with: Compress PDF.

Common workflows (copy these)

These quick recipes Convert Images to PDF with minimal fuss:

  • Receipts → single PDF (Windows): Drop photos in a folder → rename 001‑, 002‑… → select all → Print → Microsoft Print to PDF → Full page → Save.
  • Notes → tidy PDF (Mac): Preview → reorder thumbnails → Print → Save as PDF → then reorder/merge if needed.
  • iPhone scans → PDF: Notes app → new note → Camera → Scan Documents → Save → Share → Save to Files (PDF).

Troubleshooting (real fixes)

If you Convert Images to PDF and hit snags, try these:

  • Pages out of order after export.
    Sorting changed during selection. Rename with 001‑, 002‑… and select all again, or reorder in Preview (Mac) before saving.
  • PDF is huge.
    Use a smaller paper size, enable JPEG compression (CLI), or run a compression pass: Compress PDF. Photos at 300 DPI are usually enough.
  • Some pages are sideways.
    Rotate images first (Photos/Preview/Photos app) or split landscapes/portraits into separate PDFs, then merge.
  • Quality looks blurry after printing to PDF.
    Disable “Fit picture to frame” (Windows) or increase Scale. For text scans, shoot sharper images or use 300 DPI scans; consider OCR: Extract Text from Images (OCR).
  • Can’t select text in the resulting PDF.
    Image PDFs are pictures of text. Run OCR to make it searchable: OCR guide.

Helpful resources

Official docs to help you Convert Images to PDF cleanly:

Summary: fastest path by device

Fastest ways to Convert Images to PDF by device:

  • Windows: Select images → right‑click → Print → Microsoft Print to PDF → choose paper/orientation → Print.
  • Mac: Finder → select images → Quick Actions → Create PDF; or Preview → Print → Save as PDF.
  • iPhone/iPad: Photos → Select → Share → Print → pinch‑out → Share → Save to Files.
  • Android: Photos/Files → Print → Save as PDF → set size/orientation → Save.
  • Online (non‑sensitive): iLovePDF/Smallpdf/Adobe → upload → order → download → delete uploads.

After you Convert Images to PDF, tweak pages if needed: Merge/Split/Reorder PDF. If the file’s heavy, shrink it safely: Compress PDF Without Losing Quality. Keep your source images named in order: Batch Rename.

You can check out our other articles on:

 

Leave a Comment