To put an image into a PDF means converting one or more picture files — JPG, PNG, WebP, GIF, or BMP — into a portable PDF document where each image becomes one page. With a browser-based tool like Image To PDF, you click Browse images, pick one photo or a batch of files, and the tool writes them straight into a single multi-page PDF, one image per page, in the exact order you selected them. The PDF is generated locally on your device using JavaScript and the canvas API, so nothing is uploaded to a remote server, and the resulting file is named after your first image (for a single-page merge) or images.pdf (when you combine multiple files). Every page is sized to US Letter (8.5 by 11 inches), and each image is scaled proportionally to fit with a small margin and centered, preserving the original aspect ratio without distortion or cropping. The conversion happens immediately in your browser.

how to put image to pdf
How to Put an Image to PDF Without Uploading It

Common Reasons to Put Images Into a PDF

People turn images into PDFs for all sorts of everyday reasons. Maybe you snapped photos of a signed contract, a multi-page form, or a whiteboard and want to send a single tidy file instead of a string of JPEGs. Maybe you are organizing receipts, business cards, or handwritten notes and want them searchable, printable, and easy to archive. Designers bundle mockups into a single PDF for client review; comic artists gather pages into one shareable file; teachers compile worksheets; job applicants package ID photos, diplomas, and reference letters into one document. In every case, a PDF is the format recipients expect because it preserves the visual layout exactly as the sender intended, opens on any device without special software, and is small enough to email.

The other reason this task comes up so often is portability. A folder of loose JPGs or PNGs is awkward to share, easy to mis-order, and harder to print. A PDF solves all three problems at once: one file, one page per image, and a layout that looks the same on every screen.

What to Look for in an Image-to-PDF Tool

Not every image-to-PDF converter is built the same way. Before you commit your files, look for these properties:

  • Local processing so private scans, receipts, and ID photos never leave your device.
  • Multi-image merge so you can combine a batch into one PDF instead of converting them one at a time.
  • Original order preserved so the pages of your document stay in the sequence you intended.
  • Aspect ratio kept intact so portrait and landscape images are not stretched or cropped.
  • Common format support including JPG, PNG, WebP, GIF, and BMP.
  • Quality preservation with no second lossy compression pass.
  • No watermarks, accounts, or upload limits — the file should be yours, clean, and ready to send.
ScenarioTypical InputResult You Want
Photo of a signed contract3–5 phone photos, one per pageOne PDF, one image per page, in reading order
Pile of receipts for an expense reportMixed JPG and PNG of receiptsSingle printable PDF
Whiteboard brainstormOne wide photoLandscape image centered on a US Letter page
Comic pages to share10–20 JPG panelsMulti-page PDF, page order matches the story
Client mockupsPNG design compsOne PDF that opens cleanly on any device

How to Put an Image Into a PDF With Image To PDF

The full workflow takes under a minute:

  1. Click Browse images and select one or many photos, scans, or graphics. The order you pick them is the order of the pages.
  2. Your browser instantly merges them into a single multi-page PDF, one image per page, each scaled to fit US Letter.
  3. Review the page thumbnails, remove any you do not want, then click Download to save the finished PDF. Nothing is uploaded.

That is the entire process. You can keep adding more images at any time to append extra pages, remove individual pages you do not want, or clear the set and start over. When you click Download, the file is named after your first image if it is a single-page merge, or images.pdf when you have combined two or more files together. Open the Image To PDF tool to try it on your own files.

Why a Browser-Based Tool Keeps Your Files Private

Most online PDF converters upload your images to a remote server, run the conversion there, and then send you back a download link. For sensitive material — ID photos, medical scans, financial receipts, signed legal contracts — that round trip is a real privacy concern, especially if the server retains a copy, shares it with a third party, or sits behind a weak retention policy. A browser-based converter that runs locally avoids every one of those risks.

Every byte in Image To PDF is read, drawn onto a canvas, and written back to a PDF stream directly inside your browser using JavaScript. Your images never travel across the network; they are held in memory only for as long as the page is open and are discarded the moment you close or refresh the tab. There are no watermarks, no accounts, no upload limits, and no server queue — the conversion happens on your own machine, instantly, with no one else involved.

Image Quality and Page Layout Explained

When you merge images into a PDF, two technical decisions determine what the final file looks like: how the image is encoded inside the PDF, and how it sits on the page.

How the Image Is Encoded

Each image is decoded by the browser, drawn onto a canvas, and re-encoded as a high-quality baseline JPEG at 92% quality. The JPEG data is then embedded directly into the PDF stream using the DCTDecode filter. Because the JPEG bytes are stored as-is — there is no second lossy PDF-layer compression on top — what you see in the preview is exactly what ends up in the file. The result is visually lossless for photos and scans at typical viewing sizes.

How the Page Is Sized

Every page uses US Letter size: 612 by 792 points, or 8.5 by 11 inches. Each image is scaled proportionally to fit inside the page with a small margin and centered. The original aspect ratio is always preserved, so portrait and landscape photos sit neatly on the page without distortion or cropping. Transparent PNGs are flattened onto a clean white background before they are embedded, which avoids the black rectangles that naive image-to-PDF converters sometimes produce.

FormatHandling
JPGDecoded and embedded as a 92% baseline JPEG
PNGTransparent areas flattened onto white, then embedded as JPEG
WebPDecoded by the browser, then embedded as JPEG
GIFDecoded by the browser, then embedded as JPEG
BMPDecoded and embedded as JPEG

Preparing Your Images Before Merging

None of these steps are required, but they are useful when you are trying to hit a specific file size for an attachment limit or a more uniform look across pages. If your source files are very large — multi-megabyte phone photos, for example — shrink them first with the Image Compressor and the resulting PDF will be smaller and faster to email without visibly hurting quality. If your images are wildly different sizes and you want the pages to look more uniform, standardize their dimensions with the Image Resizer before merging.

A quick prep pass is especially helpful when you are scanning documents on a phone: the JPGs are usually oversized for a print-ready PDF, so compressing and resizing them first keeps the final file lean.

Common Issues and How to Fix Them

A few snags come up often enough that they are worth calling out.

My PDF Pages Look Cropped

They almost certainly do not. The tool scales every image proportionally to fit inside the US Letter page with a small margin and centers it. If something looks tight at the edges, it is likely a thin white border that is part of the original photo, not a crop by the converter. Resize the source image so the subject sits well inside the frame, then re-merge.

My Transparent PNG Came Out With Black Boxes

Older converters produce black rectangles where transparent areas used to be. Image To PDF flattens transparent PNGs onto a clean white background before embedding, so this should not happen here. If you are seeing black, you are probably looking at a different tool.

My Image Order Is Wrong

The order is the order in which you selected the files. On most operating systems, you can hold Shift to select a contiguous range in order, or Ctrl-click (Cmd-click on Mac) to pick files one at a time. If the order is still wrong after merging, remove all of the pages in the thumbnail view and re-add the files in the correct sequence.

The PDF File Is Too Large to Email

Most email clients cap attachments at around 25 MB. If your merged PDF exceeds that, compress the source images first with the image compressor and re-merge.