How to Convert JPG to PDF (and Keep the Quality)

🖼️ File conversion⏱️ 6 min readFree tool included

PDF was built to carry JPEGs — the format stores your photo's compressed bytes natively. So converting JPG to PDF should never cost quality: no re-encoding, no resizing, no watermark. Here's how to do it free in a browser tab, how to pick the page size with actual numbers, and the two size checks that tell you whether a converter treated your photos right.

Advertisement

The quality question, settled first

When a converter "converts" a JPG by re-encoding it — decoding the image and saving it again as a new JPEG — every step loses a little sharpness and can shift colors. A direct embed skips all that: the PDF gets the exact compressed stream your camera wrote, wrapped in a page. Result: the PDF's image is bit-for-bit the photo you started with.

You can verify this without any tools. If your photos total 6.8 MB and the PDF lands around 6.8 MB, the bytes passed through. If it's 15 MB, something re-saved them (often as PNG, which inflates photos). If it's 1.2 MB, quality was thrown away for speed. Size is the health check.

Choosing a page size

Fit to image sizes each page to the photo itself — no white borders, mixed portrait/landscape just works. It's right for anything viewed on a screen: receipts, ID cards, screenshots, photo evidence.

Fixed sizes (A4, Letter) matter when the PDF will be printed or filed, because offices expect standard paper. The converter centers each photo inside the printable area. The math on a 3024×4032 phone photo, no margins:

PagePointsPixels @ 150 DPIPixels @ 300 DPI
A4595.28 × 841.891240 × 17542480 × 3508
US Letter612 × 7921275 × 16502550 × 3300
US Legal612 × 10081275 × 21002550 × 4200
A5419.53 × 595.28874 × 12401748 × 2480

A point is 1/72 inch, so "300 DPI print quality" on A4 wants about 2480 × 3508 pixels — any recent phone camera clears that comfortably. Your photos won't be the bottleneck; the printer will.

The phone-scan workflow

The most common reason people need this conversion: a stack of paper — a signed form, medical records, an expense receipt pile — that needs to arrive as one PDF. Photograph the pages in order, transfer nothing, open the converter on the phone, select the photos in order, and download. Pages follow selection order; a good tool also lets you reorder after adding, because the ninth photo always comes out blurry and needs a retake.

Two tips that hold up: photograph in even, indirect light (shadows read as creases), and leave a little edge around the paper so nothing gets cropped by framing. Scanning apps crop and deskew automatically; a converter won't, because it's honoring your pixels exactly.

What about PNG, WebP, and the rest?

PNG embeds losslessly, same as JPEG — screenshots and line art stay pixel-perfect. WebP, GIF, and BMP have no native slot in PDF, so they take one re-encode to JPEG at high quality first; for photos that's invisible, and for anything with sharp text you're better off converting the source to PNG anyway. HEIC (iPhone default) converts wherever the browser can decode it — Safari yes, many others no; if it fails, change your camera settings to "Most Compatible" and reshoot.

Convert your JPGs right now

Any number of photos, Fit/A4/Letter, no recompression, no upload — one click, one PDF.

Open JPG to PDF →

Heading the other way? PDF to JPG turns pages into images for slides and chats, Compress PDF shrinks a finished scan before you email it, and PDF Add Text stamps dates or initials on the result.

The bottom line

Pick a converter that embeds instead of re-encoding, match the page size to the destination (screen: fit; paper: A4 or Letter), and sanity-check the output size against your photo total. Do those three things and a 6.8 MB batch of receipts becomes a 6.8 MB PDF that looks exactly like the originals.

Advertisement

Frequently Asked Questions

Does converting JPG to PDF lose quality?

It shouldn't. PDF has a native JPEG path, so a good converter embeds your photo's original compressed bytes with no re-encoding — resolution and quality are exactly what the camera produced. If an online converter returns a PDF that's much smaller or blurrier than your photos, it re-encoded them; find another tool. Only formats PDF can't hold (WebP, GIF, BMP) need one conversion step.

Should I choose Fit to image or A4?

Fit to image when the PDF is meant to be viewed on a screen — receipts, IDs, photos: every page matches its image's proportions with no white borders. A4 or Letter when it will be printed or filed, since offices expect standard paper. Half-inch margins are the safe default for printers that can't print borderless.

How do I combine multiple JPGs into one PDF on my phone?

Open a browser-based converter (ours runs in mobile Safari and Chrome), tap the file picker, select the photos in order — each becomes one page — and download the PDF. No app install needed, and because processing happens in the page, photos from your camera roll never upload anywhere.

Why is my PDF bigger than my photos?

Usually it isn't: with true JPEG passthrough, output size is roughly the photo total plus a few kilobytes per page. If your PDF is noticeably larger, the converter decoded and re-saved the images (possibly as PNG, which inflates photos). If it's much smaller, quality was thrown away. Either way, size is the quick health check.