Scans of receipts, passport pages, photos of documents, shots of a lecture whiteboard โ you often need to gather several pictures into one neat PDF: easier to store, print and send. The "Photos to PDF" tool in pdfredX combines images into a single file right in the browser: you add the shots, set the order and download a multi-page PDF. Nothing is uploaded to a server.
Step 01. Upload the photos
Open pdfredx.com and drag the photos into the drop area โ or pick them through your file browser. JPG, PNG and WebP are supported (and HEIC, if your browser can open it โ more on that in a separate article). Each shot is read locally and appears as a card in the gallery. Not a single byte goes to a remote machine.
Step 02. Set the order
The page order of the future PDF is the order of the cards. Drag them with a mouse or a finger to arrange the photos as you need; remove extras with the ๐ button. That's how a set of shots becomes both a "photo album" and a multi-page document from scans โ in the right sequence.
Step 03. Download the PDF
Press "Create PDF". The app walks the gallery and combines all the photos into one file: for each page the orientation (portrait or landscape) is chosen automatically from the shot's proportions, on an A4 sheet, and the image is fit with proportions preserved and centered. The finished PDF from your photos downloads straight from the browser. Free, no registration, no server queue.
How it works under the hood
Each photo is read through FileReader into a dataURL and pushed into the shared items[] array โ the same one used for PDF pages. The order in the array = the order of the cards in the gallery; Drag & Drop simply reorders the elements.
On output jsPDF walks items[]: for each page it calls addImage and picks the A4 orientation by proportions. A PNG is inserted as a PNG (with transparency on a white background), other formats as JPEG. The file is built entirely in the tab's memory and handed over for download.
Known limitations
File size depends on the sources. Photos are embedded at their original resolution โ 12 MP phone shots will produce a hefty PDF. If the result is too heavy for email, run it through the Compress PDF tool.
Page format is auto-A4. The app picks the orientation by proportions and fits the photo into an A4 sheet without margins. Manual control of arbitrary margins and formats is not yet available.
The result is raster. A PDF from photos is images; there is no selectable text in it (except where you separately recognize an area via OCR).
Need to combine ready-made PDF files rather than pictures? That is the Merge PDF tool.
Try it right now โ pdfredx.com, no registration, your files stay with you.
