Converting an image to PDF looks like a one-click job, and every tool out there will happily do it in one click — which is exactly why people end up with 30 MB PDFs holding blurry photos, or a passport scan shoved into the corner of an A4 page. The conversion itself is trivial. The decisions around it are what determine whether the result is usable. Here’s what actually matters.
Table of Contents
What Happens When an Image Becomes a PDF
A PDF page is a canvas with fixed dimensions — usually A4 (210 × 297 mm) or Letter (216 × 279 mm). Your image is a rectangle of pixels with its own dimensions. Conversion decides one thing above all: how your image’s rectangle gets placed on the page’s canvas. The tool either scales the image to fit inside the page, stretches it to fill the page, or centers it at its original size. Nothing about the image data itself changes — a 4000-pixel-wide photo is still 4000 pixels wide inside the PDF. This is worth knowing because it means “conversion” never damages quality by itself. Only the scaling step does, and only if you let it upscale.
The Three Decisions That Actually Matter
Page size: match the destination, not the default
If the PDF will be printed, pick the paper size first — A4 for most of the world, Letter for the US. If it’s going on a screen, page size matters less but A4 still keeps things predictable. The wrong page size is why a single photo becomes a mostly-white A4 sheet with a small image floating in the middle.
Fit mode: contain, fill or original
Contain (fit inside the page) is the safe default: the whole image is visible, with margins. Fill (cover the page) crops the edges — good for photo-first documents, bad for anything with content near the border, like a certificate or an ID card. Original size drops the image at its native pixel dimensions, which is correct for scans that must measure accurately later.
Quality: leave it alone unless the file is huge
Most tools offer a compression slider. If you’re converting phone photos, 80–85% JPEG quality cuts the file size by half with no visible difference on screen. Below 70%, text in screenshots starts going fuzzy. If the PDF is going to a printer, leave quality at maximum — print magnifies compression artifacts that screens hide.
How to Convert Images to PDF Online
The browser route handles the common cases in under a minute:
- Open the Image to PDF tool and add your images.
- Set the page size (A4 unless you know better) and pick fit mode — contain for mixed content, fill for full-bleed photos.
- If you have several images, drag them into the right order before converting.
- Convert, download, then open the result once to check the first and last page.
Multiple Images Into One PDF: The Order Problem
Converting 40 receipt photos into one PDF is the most common real job, and the failure mode is always the same: the upload order becomes the page order, and the upload order is whatever order your file manager handed over. If the receipts need to be in date order, rename them first (2026-01-05-receipt.jpg sorts correctly; IMG_4823.jpg does not) or reorder them in the tool’s thumbnail view before converting. A PDF is linear — fixing page order means rebuilding the file, which takes a second round trip.
Which Format to Feed It
| Source | What to expect | Best for |
|---|---|---|
| JPG | Smallest file, slight quality loss already baked in | Photos, scanned pages |
| PNG | Sharp text, larger file, transparency kept | Screenshots, logos, charts |
| HEIC | iPhone default — most tools convert on the fly | Direct-from-phone uploads |
| WebP | Small files, mixed tool support | Images saved from the web |
Frequently Asked Questions
Does converting JPG to PDF reduce quality?
No, as long as the image isn’t being upscaled to fill the page. Conversion copies the pixel data into the PDF unchanged. Quality loss only comes from a compression setting you chose, or from sending a small image into a large page and letting the tool stretch it.
Can I put multiple images on one PDF page?
Yes, but plain converters give each image its own page. For several images per page — like a photo grid — you need a layout option, which the merge images tool handles better than a straight converter.
Why is my image-to-PDF file so large?
One PNG screenshot on an A4 page can weigh 5 MB. Re-save the source as JPG first, or convert with the quality slider at 80–85%. Both typically cut the file to a quarter of the size with no visible change on screen.
Can I convert an image to PDF on my phone?
Yes — the online tools work in mobile browsers, and on iPhone the share sheet’s “Print” → pinch-out trick creates a PDF locally with no app.
The Short Version
Pick the page size for the destination, use contain-fit unless you deliberately want full-bleed, leave quality at maximum for print and around 80% for screen. Order images before converting, because page order is upload order. The conversion doesn’t hurt quality — the settings you chose do, and now you know which ones matter.