Processed entirely on your device — nothing is uploaded
How to use the images to pdf
- 1Drop your images into the box above — JPG, PNG, WebP, AVIF, GIF and BMP all work.
- 2Use the arrows to put them in the order you want.
- 3Pick a page size, orientation and margin.
- 4Press Create PDF and download the document.
Why bundle images into a PDF at all?
Because almost every institutional process expects one. Visa applications, insurance claims, expense reports, university submissions and rental applications all ask for a single PDF, and none of them will accept a folder of photos. Turning a stack of phone photographs of receipts into one document is probably the single most common reason anyone opens a tool like this.
PDF also fixes the page geometry in a way an image cannot. A photograph has pixel dimensions but no physical size, so it prints at whatever scale the software guesses. A PDF page is defined in points, so an A4 page prints as A4 on any printer in any country.
And a PDF holds order. A folder of images sorts by filename, which is why photos taken in sequence end up as IMG_0012 before IMG_0002 in some listings. Once they are pages, the order is part of the document.
Choosing a page size and fit
"Fit to each image" makes every page exactly the size of its image plus the margin. Nothing is scaled and nothing is cropped, so this is the right choice when the images are the content — a photo album, a portfolio, a set of screenshots. The trade-off is that pages will vary in size, which some printers dislike.
A4 and US Letter give you consistent, printable pages. Each image is scaled to fit inside the margin box while keeping its proportions, and centred, so nothing is ever stretched or cropped. A portrait photo on a portrait page fills most of it; a landscape photo on a portrait page sits in the middle with space above and below. Switching to landscape orientation fixes that.
Margins are in points, where 72 points is one inch. Zero produces a full-bleed page with the image running to the edge, which looks good on screen but will usually be clipped by a printer's unprintable border. Around 24 to 36 points is a safe default for anything that might be printed.
What happens to your images
Every image is decoded by the browser and re-encoded as JPEG before being embedded. That is a deliberate simplification: it means WebP, AVIF, GIF and BMP files all work identically, and it keeps the resulting PDF small enough to email.
The quality slider controls that JPEG encode. At 85 the difference from the original is invisible for photographs. For screenshots and documents with fine text, push it to 92 or higher — sharp edges are what JPEG handles worst, and text is nothing but edges.
Transparency is flattened onto white, because PDF pages have a colour. A PNG logo with a transparent background will appear on a white page rather than keeping its transparency.
One consequence worth knowing: the text in a photographed document is a picture of text, not text. The resulting PDF is not searchable and cannot be copied from. Making it searchable requires optical character recognition, which is a different kind of tool.
Keeping the file small enough to send
Modern phone cameras produce 12 megapixel images at 3 to 6 MB each. Twenty of them is well over 60 MB before any page overhead, and most email systems reject attachments over 20 to 25 MB.
Two levers bring that down. Lowering the quality slider to around 70 typically halves the size with little visible loss on a document photograph. Choosing a fixed page size rather than fit-to-image also helps indirectly, since the images are scaled down to the page rather than embedded at full resolution.
If you need a specific target size, compress the images first with the image compressor and then build the PDF from the compressed versions — that gives you far more control than the single quality slider here.
Frequently asked questions
What image formats can I use?
Anything your browser can decode: JPG, PNG, WebP, AVIF, GIF and BMP. Each is re-encoded as JPEG inside the PDF.
Will the text in my photos be searchable?
No. A photograph of a document is an image, not text. Making it searchable requires OCR, which this tool does not perform.
Why is my transparent PNG on a white background?
PDF pages are opaque, so transparency is flattened onto white during embedding.
How do I make the PDF smaller?
Lower the quality slider — 70 is usually indistinguishable on document photos — or compress the images before building the PDF.
Can I mix portrait and landscape photos?
Yes. With a fixed page size each image is fitted and centred; with "fit to each image" each page matches its own image.
Are my photos uploaded?
No. Decoding, encoding and PDF assembly all happen in your browser.