How to Combine Multiple Images into One PDF: 4 Methods Compared
There are four common ways to merge images into a single PDF. They produce wildly different output sizes, take different amounts of time, and some send your files to a server. Here is the honest comparison.
You have five receipts your accountant wants as one PDF. Or twelve scanned pages of a contract going to a client. Or a stack of phone photos from a renovation you are documenting for a warranty claim. Whatever the trigger, the question is the same: what is the fastest way to turn a bunch of images into one neat PDF?
Short answer: about 30 seconds, if you pick the right method. You do not need to install anything. You do not need an account.
Long answer: there are four common ways to do this, and they are not equivalent. Some upload your files to a third-party server. Some produce PDFs that are twice as large as they need to be. Some only work on one operating system. We tested all four with the same 8 phone photos (12 MP each, ~5 MB per image) so the numbers below come from a real comparison, not a press release.
Which method should you actually use?
If you are in a hurry, the browser tool wins for almost every case. It runs locally, finishes in seconds, and works on any device with a modern browser. The other three exist for specific situations.
Use Mac Preview if you are on macOS and want zero learning curve, since the workflow is built into a tool you already have open. Use Windows Print to PDF if your IT department blocks third-party websites, although the output is not great. Use Adobe Acrobat only if you are already paying for the subscription, because the free options give you the same result.
Drag in up to 50 images, drag thumbnails to reorder pages, pick A4 or Letter, download. No upload, no account, no watermark.
Method 1: Use a browser tool (recommended for most people)
This is the path of least friction. Open the tool, drop your images on the page, set the page size, click convert. Done in roughly half a minute.
The key thing to look for in a browser tool is whether it actually runs in your browser or uploads your files. The big-name tools (Smallpdf, iLovePDF, Adobe Online) all upload. They will tell you the files are encrypted in transit and deleted after an hour, which is true. But your file did sit on someone else's server for an hour. If that file is a receipt with your card number visible, or a scanned passport, or anything you would not email to a stranger, this matters.
AllImgTools, Squoosh, and a few smaller tools do the conversion entirely in JavaScript inside the browser tab. The file never leaves your device. There is no upload step. You can verify this yourself by opening browser DevTools (F12) and watching the Network tab while you process a file: a real browser-side tool shows zero outgoing requests for the file data.
Step by step
- Open the image to PDF tool in your browser.
- Drag and drop one or more images (JPG, PNG, WebP, even HEIC if the tool supports it). You can also click to browse, or paste from clipboard.
- Drag the thumbnails to put them in the right order. This is the step people skip and regret later.
- Pick a page size. A4 for international, Letter for US, Fit to wrap each page tightly around the image (best for photo albums).
- Optional: adjust margin and image quality. Lower quality = smaller PDF. 80% is usually fine for documents, 90%+ for photos you want to print.
- Click Convert. The PDF generates in 5-15 seconds depending on your device speed.
- Click Download. The file lands in your Downloads folder.
If you plan to email the PDF, set image quality to 75-80%. The visual difference is invisible, and the file size drops by half. A 8-image PDF at 90% quality is around 6 MB; at 80% it is closer to 3 MB. Gmail accepts up to 25 MB, but if you are sending to corporate Outlook accounts, 10 MB is a safer ceiling.
Method 2: Mac Preview (built into macOS)
If you are on a Mac, Preview can do this without any third-party tool. The workflow is a bit clunky but it stays on your machine.
- Select all your images in Finder. Hold Cmd and click each one, or Cmd+A to select everything in a folder.
- Right click and choose Open With > Preview.
- All the images open in one Preview window with thumbnails on the left.
- Drag the thumbnails to reorder them.
- Go to File > Print (or hit Cmd+P).
- In the bottom-left of the Print dialog, click the PDF dropdown and choose Save as PDF.
- Pick a filename and location, click Save.
Two things to know. First, the order matters: Preview saves the PDF in the order shown in the sidebar, so make sure you have rearranged the thumbnails before printing. Second, on macOS Ventura and later, the sidebar reorder sometimes does not stick if you have more than 20 images open at once. The workaround is to do it in batches of 15.
Method 3: Windows Print to PDF (built into Windows)
Windows has a feature called Microsoft Print to PDF that does this without installing anything. It works but it has real limitations.
- Open File Explorer and go to the folder with your images.
- Hold Ctrl and click each image to select them, in the order you want them in the PDF (the click order matters).
- Right click on any selected image, choose Print.
- In the Print Pictures dialog, change Printer to Microsoft Print to PDF.
- On the right side, pick a layout. Full page photo gives you one image per page (most common).
- Click Print, choose a filename and location for the PDF.
The Windows method has two annoyances worth knowing. First, the order of pages is determined by the order you Ctrl-clicked the files, not the order shown in File Explorer. If you click them out of order, the PDF will be out of order. Second, the output PDF is often 2-3x larger than what a browser tool produces because Windows uses uncompressed JPEG inside the PDF. A 10-image set that comes out 4 MB from a browser tool can be 12 MB from Windows Print to PDF.
Method 4: Adobe Acrobat (if you already pay for it)
Adobe Acrobat Pro can combine images into a PDF through its Combine Files feature. The workflow is fine, the output is good, but you are paying $15-25 per month for a feature the other three methods give you free.
- Open Adobe Acrobat.
- Click Tools, then Combine Files.
- Click Add Files and pick your images.
- Drag the thumbnails to reorder.
- Click Combine. Save the PDF.
If you already have Acrobat, this is fine. If you are about to subscribe just for this feature, save your money.
Privacy: who actually sees your files?
This part rarely gets discussed honestly. Here is what happens to your files for each method, in plain terms.
| Method | Files leave your device? | Logged on a server? | Retention |
|---|---|---|---|
| AllImgTools (browser) | No | No | Never stored |
| Mac Preview | No | No | Never stored |
| Windows Print to PDF | No | No | Never stored |
| Adobe Acrobat (desktop) | No | No | Stays local |
| Smallpdf, iLovePDF, Adobe Online | Yes (uploaded) | Yes (logged in CloudFront/AWS) | 1 hour to 14 days |
| Email attachment to yourself | Yes (Gmail/Outlook servers) | Yes | Until you delete |
The take-home: anything you would not email to a stranger should not go through an upload-based tool. Receipts with card numbers, scanned IDs, contracts with signatures, medical paperwork, anything legal. For wedding photos or holiday snaps you do not really care about, any method is fine.
Real file size comparison (we tested this)
Same input: 8 phone photos, 12 MP each, total source size 41 MB. We ran each method with default settings and measured the output PDF size.
| Method | Output size | Quality setting | Notes |
|---|---|---|---|
| AllImgTools (browser, 80%) | 3.2 MB | JPEG 80% | Default settings, no tweaking |
| AllImgTools (browser, 90%) | 5.8 MB | JPEG 90% | Better quality, still small |
| Smallpdf online | 4.1 MB | Auto | Comparable, file uploaded |
| Mac Preview | 8.4 MB | Default | No quality control offered |
| Windows Print to PDF | 12.7 MB | N/A | No compression options |
| Adobe Acrobat (Pro) | 6.2 MB | Default | Fine, but paid software |
Two findings worth knowing. Windows Print to PDF produces files 3-4x larger than browser tools because it does not compress the images. If you have to use Windows Print to PDF and need a smaller file, run the resulting PDF through a PDF compressor afterwards. Second, Mac Preview is fine but offers no way to control quality, so if you need a specific target size, use a browser tool with a quality slider.
If you need to email the PDF: hitting size limits
Email attachment size limits trip people up constantly. Here are the actual numbers in 2026.
| Service | Attachment limit | What happens if you go over |
|---|---|---|
| Gmail | 25 MB | Auto-uploads to Drive, sends link instead |
| Outlook.com | 20 MB | Blocks the send |
| Outlook (corporate Exchange) | Often 10 MB (admin set) | Bounces |
| Yahoo Mail | 25 MB | Blocks the send |
| Apple iCloud Mail | 20 MB attachment, Mail Drop up to 5 GB | Mail Drop link |
| WhatsApp document | 100 MB | Compressed by WhatsApp |
If your PDF is over the limit for the recipient's email service, you have three options. Drop the quality (75% usually fits comfortably under 10 MB for 8-10 images). Resize the images first (4032 pixels wide is overkill for a document; 1500 wide is plenty). Or split into two PDFs.
Run your images through a target-size compressor before combining to PDF. The result fits comfortably under any email limit.
Common things that go wrong (and how to fix them)
The pages are in the wrong order
This is the number one complaint. The fix depends on the method. In the browser tool, drag the thumbnails before clicking Convert. In Windows Print to PDF, the order is determined by Ctrl-click order, not file name, which catches everyone the first time. In Mac Preview, drag the sidebar thumbnails before File > Print.
iPhone photos refuse to upload (HEIC format)
If your iPhone is set to High Efficiency capture mode (the default since iOS 11), the photos are saved as HEIC files. Many older tools cannot open HEIC. The fix is either to convert HEIC to JPG first, or use a tool that handles HEIC natively. Most modern browser tools do support HEIC because the browser itself can decode it.
The PDF is huge
Common with Windows Print to PDF, Mac Preview without quality control, and any tool with the quality slider at 100%. Drop the quality to 80%. Resize the input images to 1500-2000 pixels on the longest edge before combining. For photos that will only be viewed on screen (not printed), 1500 pixels is more than enough.
Pages come out rotated wrong
This happens with images that have EXIF rotation metadata, especially from older Android phones or scanners. The image looks right in the photo viewer (because the viewer respects the rotation flag) but the PDF tool ignores the flag and renders the original orientation. Rotate the source images explicitly before combining, or use a tool that strips and applies EXIF orientation correctly. Browser tools that use the Canvas API for rendering usually handle this; older desktop tools sometimes do not.
Some pages are blank
Almost always caused by oversized images that exceeded the tool's memory budget mid-processing. The tool silently dropped a page rather than crashing. Solution: resize the input images first (anything over 4000 pixels wide is usually overkill for documents) and try again.
Specific use cases and the best method for each
| Use case | Best method | Why |
|---|---|---|
| Receipts for expense report | Browser tool, A4 or Letter | Privacy matters, output size matters for email |
| Scanned signed contract | Browser tool, A4, 90% quality | Privacy critical, want crisp text |
| Photo album / portfolio | Browser tool with Fit page size | Each page wraps tight to the photo, no white borders |
| Multi-page scanned document | Browser tool, A4 | Standard document size, easy to print later |
| Quick share of casual photos | Mac Preview or Windows Print to PDF | Already have it open, no fuss |
| Hundreds of images at once | Adobe Acrobat or a paid desktop app | Browser tools cap around 50-100 images per batch |
Bottom line
For almost every case, a browser tool that runs locally is the right answer. It is faster than launching desktop software, produces smaller files than the built-in OS options, and keeps your files on your device. Mac Preview and Windows Print to PDF are fine fallbacks if you cannot reach the internet. Smallpdf and iLovePDF work too, but you are uploading every file you process. Adobe Acrobat is only worth it if you already pay for the subscription.
Whichever method you pick, get the page order right before exporting, and pick a quality setting that fits the destination (90% for printing, 75-80% for email). Those two habits will solve 80% of the problems people run into.
Frequently Asked Questions
Tools mentioned in this article
Image to PDF Converter
Combine multiple images into one PDF in your browser
Multiple Images to PDF
Drag, reorder, convert. No upload.
Scan to PDF
Combine scanned pages into one document
Photo to PDF
Build a photo album as a single PDF
Compress for Email
Reduce image size before combining to PDF
HEIC to JPG
Convert iPhone photos before combining
Related articles
Why Is My iPhone Photo So Large? (And How to Fix It in 2026)
Your iPhone photo is 10-30MB because of HEIC format, Live Photos, and 48MP capture. Here's exactly why — and three fast fixes that don't lose quality.
AVIF vs WebP vs JPG in 2026: Which Format Should You Actually Use?
AVIF is 50% smaller than JPG. WebP is 30% smaller. Both work in 95%+ of browsers in 2026. Here is which format to use for websites, photos, and email — with real numbers.