To put an image to a PDF file, open a browser-based converter like Image To PDF, select your JPG, PNG, WebP, GIF, or BMP files, and download the merged multi-page document — no uploads, no sign-ups, no watermarks. Each image becomes one full page in the final PDF, automatically scaled to fit a standard US Letter sheet while keeping the original aspect ratio. The whole process runs locally using JavaScript and the canvas API, so your photos, scans, and screenshots stay on your device the entire time. You stay in control of the page order, can preview thumbnails, and remove any pages you do not want before saving the finished file. This guide walks through the exact steps to put an image to a PDF file in your browser, the formats that work, what the output actually looks like, and a few practical scenarios where this approach beats installing a heavy PDF editor.

What "Putting an Image to a PDF" Actually Does
When you put an image to a PDF file, the converter wraps the picture inside a fresh PDF page rather than embedding it into a document you already own. The result is a new, standalone PDF where the picture fills (and is centered within) one full page. If you select a single image, the output is a one-page PDF. If you select ten images, the output is a ten-page PDF in the order you picked them.
This is different from inserting an image into an existing PDF, which requires a PDF editor that can drop the picture onto a specific page, resize it next to text, or layer it behind other elements. Wrapping is the right tool when you want a clean document whose only content is the picture itself, or a stack of pictures bundled into one file you can email, print, or archive without juggling attachments.
The wrapping approach also sidesteps a common problem with image editors: a JPEG or PNG saved on its own is just a picture. A PDF adds structure, consistent page size, and predictable rendering on every device that opens it. That is why turning a folder of photos into a single PDF is usually a better move than zipping the originals when you need to send the batch to someone else.
How to Put an Image to a PDF File Step by Step
The fastest path is a browser-based converter that runs locally, so nothing leaves your device. Here is the full workflow using Image To PDF:
- Open the Image To PDF page in any modern desktop or mobile browser.
- Click Browse images and select one or many files from your computer. The file dialog accepts JPG, PNG, WebP, GIF, and BMP.
- Watch the page thumbnails appear in the preview area. The order in which you selected the files is the order of the pages in the final PDF.
- Remove any page you do not want, or clear the whole set and start over if the order is wrong.
- Add more images at any time to append extra pages to the same document.
- Click Download. The file saves to your computer with the name of your first image (single-page) or images.pdf (multi-page).
Because every step happens inside your browser, the finished PDF is ready to save almost immediately, even on a large batch. There is no upload progress bar, no server queue, and no email verification step in the way.
Supported Image Formats and What Happens to Each
The converter decodes anything your browser can render natively, so the practical list of supported input formats is short and well-known:
| Format | Common use | How the tool handles it |
|---|---|---|
| JPG / JPEG | Phone photos, scanned pages | Decoded, scaled to fit, embedded as a 92% baseline JPEG |
| PNG | Screenshots, logos, graphics | Transparent areas are flattened onto a clean white background, then embedded as JPEG |
| WebP | Modern web exports | Decoded through the canvas API and embedded as JPEG |
| GIF | Simple graphics and icons | Decoded through the canvas API and embedded as JPEG |
| BMP | Legacy image files | Decoded through the canvas API and embedded as JPEG |
The transparent-background handling is the part that matters most for PNG. Logos, screenshots, and graphics that rely on a transparent background would otherwise show up as black rectangles in a naive converter. Flattening onto white before embedding keeps the look identical to how the picture appears on a normal white page, so your screenshot of an app interface looks the same in the PDF as it does on screen.
Page Size, Scaling, and What Your Output Looks Like
Every page in the output PDF uses US Letter, which is exactly 612 by 792 PDF points, or 8.5 by 11 inches. The tool does not ask you to choose between A4 and Legal; it always produces Letter so page sizes match across documents you merge later. If you need A4 or another size, the simplest workaround is to crop or resize your images before merging using a tool like the Image Resizer.
Each image is scaled proportionally to fit inside the page with a small margin around it and centered on the sheet. Your original aspect ratio is preserved, so a portrait phone photo sits the same way it does on your screen, and a landscape scan is not cropped to fit. Nothing is stretched, letterboxed with bars, or pushed to the edges of the page.
Under the hood, the converter reads the file, draws the pixels onto a canvas, re-encodes them as a high-quality baseline JPEG at 92% quality, and embeds the JPEG stream directly into the PDF using the DCTDecode filter. Because the JPEG data is stored as-is, there is no second lossy compression pass layered on top of the PDF. The preview you see in the browser is what ends up in the file, at a level of quality that is visually lossless for typical photos and scans.
Common Reasons to Put Images Into a PDF
- Scanning on the go: Photograph each page of a printed contract, a paper form, a whiteboard, or a stack of receipts with your phone, then drop them all in to get one tidy, emailable PDF instead of a dozen loose JPEGs.
- Bundling diagrams and mockups: Pull a set of design comps, flowcharts, or comic pages together into a single file so reviewers and clients can scroll through them in order without juggling attachments.
- Sharing with people on older software: A PDF opens predictably on phones, tablets, and computers without needing the recipient to install a dedicated image viewer.
- Printing in the right order: Drop a sequence of images into the tool in the order you want them to print, then send the PDF to any home printer or print shop.
- Archiving records: Combine a set of screenshots, scanned IDs, or supporting documents into one PDF for record-keeping, with the file named and ordered exactly the way you need it.
Preparing Your Images Before You Merge
The converter preserves whatever you hand it, so a little preparation goes a long way toward a clean final PDF. If your photos are enormous phone dumps that will bloat the file, run them through the Image Compressor first to shrink the size. If you need every page to use the same dimensions for printing, use the Image Resizer to standardize widths or heights before merging.
For graphics originally saved as JPGs that need the lossless quality of PNG, the JPG to PNG converter handles that locally as well. And if you are not sure whether your output should be a PDF at all, the how-to on combining images into one PDF or a single PNG walks through both options side by side so you can pick the format that fits your use case.
One last practical tip: the order you click files in the file picker is the order they appear as PDF pages. If you have a numbered batch like page-01.jpg, page-02.jpg, page-03.jpg, but your operating system sorts files alphabetically in the picker, double-check the thumbnails before you download. You can remove a stray page, append more from a different folder, or clear the entire set and start over without losing your place.