Liked the result? Add the site to bookmarks so you don't lose it and can use it later. Press Ctrl+D (Windows/Linux) or +D (Mac) to bookmark.
teal hero cover for a guide on combining multiple jpg photos into a single pdf in the browser

May 25, 2026 · JPG to PDF

How to Combine Multiple JPG Photos Into One PDF File

A passport scan, an ID card front and back, every page of a printed contract you photographed on your phone, a school assignment shot one page at a time — these all show up as a folder of separate JPG files. The receiving side almost always wants one document, not seven, and almost always wants it as a PDF. The clean fix is to merge the photos into a single PDF in one pass: drop the images, drag them into the right order, pick a page size, save the file. A free JPG to PDF converter that runs in your browser handles the whole job without uploading a single photo.

Open the JPG to PDF converter

Why “just send the photos” almost never works

Phones produce JPGs because cameras produce JPGs — it is the default for compressed photographs and has been for thirty years. Government portals, HR systems, accountants and university registries, on the other hand, expect PDFs. The reasoning is the same on every side: a PDF carries fixed page geometry, holds an arbitrary number of pages in a single file, and prints predictably. A loose folder of JPGs has none of those guarantees.

That is why the upload form on a tax site says “one PDF, all pages” rather than “send us your camera roll.” And it is why, in practice, the boring middle step in a lot of online errands is the same: take the photos you already have and roll them into one PDF before going any further.

Two common paths to combine JPG into PDF, and where each one pinches

The first path is the desktop app. On Windows you can print to “Microsoft Print to PDF” from Photos, but only one image at a time; on macOS, Preview can stitch images together but the workflow is finicky and the page sizing is hidden in the export dialog. Word and Pages can technically do it, but you end up fighting margins and trapped white space.

The second path is the cloud converter. Mainstream services like Smallpdf and iLovePDF offer a JPG to PDF page, and they work — but, as both companies publicly state on their own trust and legal pages, the conversion happens on their servers: files are uploaded and retained for up to one or two hours before deletion. That is honest retention for a public photo. For an ID card, a passport scan, a bank slip or a medical form, the right number of copies of that image living on third-party infrastructure is still zero.

A browser-based JPG to PDF tool sits in the same broadly free category, but the photos genuinely stay on your laptop. The PDF is built inside the tab; there is no upload step, and therefore nothing for anyone to retain.

What the converter actually does to your photos

When you build a PDF from JPGs, the right thing for the tool to do is almost nothing. Each photo is embedded into a PDF page at its native pixel dimensions, scaled to the page you chose, and the page is added to the output document. No re-encoding, no second pass of lossy compression, no “optimised” downsample that quietly softens text. JPG goes in, JPG sits inside the PDF, you get the same image back when the PDF is opened.

Under the hood, the page math runs on top of an open-source JavaScript library called pdf-lib, which can create PDF documents, embed images, and write the result back as bytes the browser hands you as a download. The arithmetic is the same as a desktop converter would do — A4 is 595 by 841 points, Letter is 612 by 792, fit-to-image is whatever the photo's aspect ratio asks for — only with no server in the loop.

How to combine JPG photos into one PDF, step by step

1

Open the JPG to PDF converter

Go to the JPG to PDF page in any modern browser. There is nothing to install, no account, no email.

2

Drop in your photos

Drag up to 25 JPG files onto the upload zone, or click to browse. The images load as draggable thumbnails inside the page; the originals stay on your disk untouched.

3

Reorder the pages

Hold a thumbnail and drop it where it belongs. The PDF will follow that order — useful when the camera saved the photos in a different sequence than the document is read in.

4

Pick page size and margin

Choose A4, US Letter, or Fit (one PDF page exactly the size of the photo). Pick portrait or landscape. Drag the margin slider to add a bit of breathing room around each image.

5

Tint the page background, if you want

Solid colour or a gradient — useful when the photos have rough edges and you want them to land on something other than plain white. Optional; default is white.

6

Convert and download

Click Convert to PDF. The file is built in your browser and offered as a download — one clean PDF that contains every photo as a page.

combine multiple jpg photos into a single pdf document in the browser with a4 or letter pages

Why uploading photos “just to convert them” is the wrong default

The image-to-PDF case is unusually sensitive on average. The photos people merge into a PDF are almost never holiday snaps — they are the photos you took because a portal asked for a copy of something: a passport page, a driver's licence, a utility bill with an address, a vaccination card, a signed school permission slip. Each one individually is the kind of thing you would not leave on the seat of a taxi. A batch of them in one PDF is more sensitive, not less.

That is why the architecture choice matters more here than the look-and-feel. “Convert in the browser” is not a UX preference; it is the reason no copy of the document ever exists outside the laptop in your lap. The default for personal documents should be the same as the default for the originals: stay on the device.

Useful little touches the tool gets right

A few of the controls only become obvious once you use them. The Fit page size is the right pick for screenshots and graphics where you do not want any white margin — the page becomes exactly the size of the image. A4 and Letter are the right picks when the receiver expects a printable document; the photo is centred and scaled to fit.

The optional stroke draws a thin border around each photo — useful when the photo has a faded edge that blends into the page and looks like a scanning artefact. The page background, solid or gradient, helps when you are turning a set of phone photos into something deliberately stylised, like a portfolio sample or a slide-style brief.

And the order matters more than most people expect. Photos taken on a phone often arrive sorted by capture time, which is not the same as the reading order of the document — page two might be the first thing the camera saw. Dragging the thumbnails before converting saves the receiver from a confusing read.

“Free JPG to PDF” tools — what is actually worth checking

Most converters advertised as free are free in the same conditional sense: a daily cap after a few files, a size cap, a sign-up gate before download, a watermark on the output. Combining JPGs into a PDF is light processing — there is no real reason for it to be metered.

The differences worth checking before you trust any “JPG to PDF” site with an ID scan are simpler than the marketing suggests. Does the file get uploaded, or is it processed in the browser? Is the original quality preserved, or does the output quietly re-encode the photo? Is there a watermark on the resulting PDF? And is there an account requirement between you and the download button?

Convert JPG to PDF online with the AI PixFix tool and the answers are: processed locally, no re-encoding, no watermark, no account, no caps.

Frequently asked questions

How many JPG photos can I combine into one PDF?

Up to 25 JPG images per PDF in a single pass. They become one page each, in whatever order you choose, with the page size and margin you set.

Can I reorder the photos before the PDF is built?

Yes. Each image appears as a draggable thumbnail. Hold and drop a thumbnail anywhere in the grid to change its position; the PDF follows that order top-to-bottom, left-to-right.

Does the JPG to PDF converter upload my photos?

No. The whole conversion runs in your browser through JavaScript. The photos and the resulting PDF never leave your device — there is no server-side step in the flow.

Can I pick A4 or US Letter, or keep the photo size?

All three. The page size dropdown offers A4, US Letter, or Fit (the page becomes the same size as the image, with the margin you set). Portrait or landscape is one click for A4 and Letter.

Is the image quality preserved in the PDF?

Yes. The JPG is embedded into the PDF as-is — no re-compression and no downsampling. What you put in is what you get out, just wrapped in a PDF page.

Drop the photos, drag them into the right order, save the PDF — free, in your browser, nothing uploaded, nothing kept after the tab closes.

Build a PDF from JPGs now