Combine images into one PDF

A folder of images becomes a PDF in one step, one page per image, at the original pixel size. The only decision that matters is the page order, and the only thing that catches people out is that file names sort alphabetically rather than numerically. Set the order in the tool and the problem disappears.

Image to PDF

One step, not one per image

Images to PDF takes all the images at once and writes a single document with one page per image. There is no reason to build a PDF per photo and merge them afterwards, and doing it that way loses control over the page size.

JPG and PNG are what it accepts, and it checks the actual bytes rather than the file extension, so a PNG saved with a .jpg name still works. Anything else is refused at the picker with a plain message rather than a broken page. The JPG to PDF page covers the photograph case and points at this same tool until its own preset ships.

File naming is what decides page order

This is the part that goes wrong. Sorted as text, IMG_10.jpg comes before IMG_2.jpg, because the comparison is character by character and 1 sorts before 2. A holiday folder is harmless. A 40 page contract photographed one sheet at a time is not.

Two fixes. Either set the order in the tool, dragging the thumbnails into place, or rename the files with padded numbers first: 01, 02, 03 up to 40, which sorts correctly everywhere for the rest of the file's life. For a document you will keep, the renaming is worth it.

Page size and margins

Three page size modes. Match makes each page exactly the size of its image, which is right for screenshots and for anything that will only be read on a screen. A4 and Letter put every image on a standard sheet, scaled to fit and centred, which is right for anything that will be printed or filed.

Margins are none, narrow at a quarter inch, or standard at half an inch. A landscape image on an A4 or Letter page rotates the page rather than shrinking the image into a portrait sheet.

Nothing is resampled at any setting. The pixels that go in are the pixels that come out, and the tool reopens the finished PDF and checks the embedded dimensions of every image against the originals before you download it.

When the result is too big

Photographs from a modern phone are 3 to 5 MB each, so twenty of them make a PDF around 80 MB that no mail system will take. That is a compression job, not a merging job, and it is the easy case for compression: on the public bench run, scans and photo pages met their size target on 88.9% of cases.

Do it as a second step on the finished PDF rather than shrinking each photo first, so one pass of image encoding is all the pictures ever go through.

If the file has to hit a specific number rather than merely get smaller, the compress tool takes a target size and reports what it actually reached, and the size breakdown names which pages are carrying the bytes.

The related jobs

If the images are photographs of paper rather than pictures, the multi-page scanning guide covers getting them to look like a scan instead of a snapshot, which changes both the readability and the file size.

The merge hub lists the rest of the cluster, including screenshots and loose PDF pages.

Use the converter for the image format

JPG and PNG go into Images to PDF. Standard and multi-page TIFF scans go into TIFF to PDF. WebP and BMP have their own converters. Recent iPhone photos go into HEIC to PDF.

Each focused route checks the file bytes rather than trusting the name after the dot. That catches a renamed or damaged image before the PDF is built.

Questions people ask

How does the tool decide the page order of my images?
By the order you set on the page, not by the file names. Drag the thumbnails into place before you build the PDF. If you would rather sort by name, rename the files with padded numbers first, 01 through 40, so they sort correctly.
Which image formats can I turn into a PDF?
JPG and PNG. The format is read from the file's own bytes rather than its extension, so a mislabelled file still works. Other formats are refused at the picker instead of failing later.
Will my photos lose quality in the PDF?
No. The images are embedded as they are, with no resampling and no re-encoding, and the finished PDF is reopened to check every image kept its original pixel dimensions.
Should each image be its own page?
That is what the tool does: one image, one page. If you want several photos on one sheet, build that layout in something else first and bring the result in as a single image.

Do it now

The tool runs in this browser. Your file never leaves the machine, and the result is checked before you download it.

Image to PDF

Where to go next