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.
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.
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:
| Page | Points | Pixels @ 150 DPI | Pixels @ 300 DPI |
|---|---|---|---|
| A4 | 595.28 × 841.89 | 1240 × 1754 | 2480 × 3508 |
| US Letter | 612 × 792 | 1275 × 1650 | 2550 × 3300 |
| US Legal | 612 × 1008 | 1275 × 2100 | 2550 × 4200 |
| A5 | 419.53 × 595.28 | 874 × 1240 | 1748 × 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 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.
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.
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.
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.
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.
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.
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.
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.