To take an image to PDF, open a browser-based converter like Image To PDF, select one or more JPG, PNG, WebP, GIF, or BMP files from your device, and download the merged, multi-page PDF that is generated entirely on your computer — no upload, no account, and no watermark required. The whole process takes about as long as choosing the files and clicking download, because the conversion runs in JavaScript inside the current tab rather than on a remote server. Each selected image becomes one page in the finished document, ordered exactly as you picked them, scaled to fit US Letter at 612 by 792 points, and saved as a high-quality baseline JPEG embedded with the PDF DCTDecode filter at 92% quality. Transparent PNGs are flattened onto a white background first, so the pages never show black boxes where transparency used to be. The original aspect ratio is preserved on every page, which means portrait phone shots, landscape scans, and square graphics all sit cleanly inside the margins without stretching or cropping.

Why a Local Browser Tool Beats Upload-Based Sites
Most public image-to-PDF converters live on someone else's server, which means the photos you intend to convert travel across the internet, sit in a queue, and may be retained, logged, or scanned before the PDF is sent back. That is a real concern when the images hold signatures, ID documents, receipts, medical paperwork, or anything else you would not want cached on a third-party machine. A browser-only tool sidesteps that entire pipeline. With Image To PDF, every byte of every image is read, decoded, drawn onto an HTML canvas, and re-encoded as a JPEG directly inside your own browser tab. The bytes never leave your device, there is no upload step to monitor, and the moment you close or refresh the tab the working copies are released from memory. Nothing is watermarked, no account is required, and there is no per-file or daily cap because there is no server to bill against.
This local approach also removes the usual quality tradeoffs. Many free upload sites re-compress aggressively to keep their bandwidth bills down, which leaves visible JPEG artifacts in the final PDF. A browser tool that embeds the JPEG data directly through the PDF DCTDecode filter keeps the original pixels almost untouched, so the output is visually lossless for typical photos, scans, and screenshots. If you want a deeper read on the privacy angle, the guide on how to put an image to PDF without uploading it walks through the same workflow with more focus on what stays on your machine.
What Image Formats the Tool Accepts
The tool works with anything your browser can decode natively, so you are not locked into a single input format. The table below summarizes the formats that are most useful when you need to take an image to PDF.
| Format | Typical source | How it is handled inside the PDF |
|---|---|---|
| JPG / JPEG | Phone photos, scanned documents | Re-encoded as 92% baseline JPEG and embedded with DCTDecode. |
| PNG | Screenshots, graphics with transparency | Transparency flattened onto white, then embedded as JPEG. |
| WebP | Modern web exports, optimized photos | Decoded by the browser and re-encoded as JPEG before embedding. |
| GIF | Animated graphics | Decoded to pixels and embedded as JPEG. |
| BMP | Legacy Windows bitmaps, raw scans | Decoded to pixels and embedded as JPEG. |
Transparent PNGs are worth calling out on their own. Many free converters either leave the transparent areas as solid black blocks or accidentally crop them out. The flatten-on-white step avoids both problems, so logos, screenshots, and product shots end up with a clean white page behind them instead of a checkerboard of unwanted color.
How to Convert an Image to PDF in Your Browser
- Open Image To PDF in any modern desktop browser such as Chrome, Edge, Firefox, or Safari.
- Click the Browse images button and pick one image or a batch of images from your computer. Hold Ctrl (or Cmd on macOS) to multi-select, or pick them in the exact order you want them to appear in the PDF.
- Watch the page thumbnails appear instantly. Each thumbnail is one future PDF page, already drawn from your local file.
- Remove any pages you do not want, or add more images at any time to append extra pages, until the page list matches what you want to share.
- Click Download. The tool assembles the PDF entirely in your browser and saves it to your default downloads folder, named after your first image for a single page or images.pdf for a multi-page merge.
That is the whole flow: pick, review, download. There is nothing to configure because the page size, margin, scaling, and JPEG quality are all pre-set to sensible defaults that match what most people expect when they email or print the result.
What the Finished PDF Looks Like
Every page in the downloaded file uses the US Letter size of 612 by 792 points (8.5 by 11 inches), which is the same page format used by the vast majority of North American printers and most PDF readers worldwide. Each image is scaled proportionally to fit inside the page with a small, even margin on all sides, and it is centered horizontally and vertically so the result looks balanced rather than crammed into a corner. Because the original aspect ratio is always preserved, no image is ever stretched or cropped to fill the page; a portrait phone shot stays portrait, a landscape scan stays landscape, and a square graphic stays square.
The JPEG quality inside the PDF is set at 92%, which is widely considered visually lossless for natural photos and document scans. The image data is embedded using the PDF DCTDecode filter, which means the JPEG bytes are stored directly in the document stream rather than being decompressed to raw pixels and recompressed a second time. The end result is a smaller file than a naive raster-only PDF and a much cleaner image than a converter that stacks two lossy passes on top of each other.
Where This Conversion Comes in Handy
Stacking photos into a single PDF is one of those small tasks that pops up in almost every line of work. The table below lists common scenarios and the kind of images each one feeds in.
| Scenario | Typical images | Why a PDF beats a folder of images |
|---|---|---|
| Emailing a multi-page document | Phone photos of each page of a contract, form, or letter | One attachment instead of ten, in a format every recipient can open. |
| Archiving receipts and invoices | Snapshots of paper receipts at a desk or on the road | Single searchable, printable record per trip or month. |
| Sharing whiteboard or notebook captures | Photos of meeting whiteboards or hand-drawn diagrams | Recipients see every page in the correct order without scrolling. |
| Combining design mockups | Screenshots of UI states exported as PNG | One tidy review file for a stakeholder or client meeting. |
| Collecting comic or illustration pages | Sequential art panels saved as JPG or PNG | Pages stay in reading order and print on standard paper. |
For larger batches that involve dozens of pages captured on a phone, you may also want to read the guide on turning multiple images into one PDF in your browser, which covers the same workflow with more focus on bulk capture and ordering.
Preparing Your Images Before the Merge
The converter itself is deliberately minimal, so a couple of quick prep steps on the source images can make the final PDF look noticeably better. If you shot a paper document on your phone, crop the page edges so the PDF is not padded with desk or table background. The Image Cropper handles that locally without sending the file anywhere. If your photo file is several megabytes and the resulting PDF feels bulky to email, run it through the Image Compressor first to shrink the byte count without visible quality loss. If you want every page in the PDF to have identical pixel dimensions, the Image Resizer lets you standardize width and height before the merge. For screenshots that started life as JPG but you now want to mark up cleanly, the JPG to PNG converter can flip them to a lossless format before editing.
None of these prep tools are required, but using them keeps the merged PDF focused on the content you actually want to share, with a smaller file size and cleaner margins than a straight dump of raw phone photos.