Skip to content
I Hate Online Tools

Image to PDF

Wrap one or more images in a simple PDF.

This runs in your browser. Nothing is uploaded.

About Image to PDF

Combines one or more images into a single PDF, one image per page, assembled in your browser so nothing is uploaded.

This is the job people most often hand to a random website: photographing a document, a set of receipts, or a signed form, and needing it as one PDF because that is what the other side accepts. Those are exactly the files you would least want on someone else's server.

Drop your images in and each becomes a page, in the order you selected them. The PDF is written byte by byte in the page you are looking at and saved straight to your downloads.

The output is deliberately simple: a plain PDF wrapping your images at their own dimensions. There is no OCR, no text layer, and no compression pass beyond what the images already carry. If you need the PDF smaller, compress the images first and then combine them.

How to use Image to PDF

  1. 1Drop one or more images onto the panel, or click to select several at once.
  2. 2Check the order — pages follow the order the files were added.
  3. 3Click Build PDF to save the combined document.

What it won't do

  • No OCR or text layer; pages are images.
  • One image per page, at the image's own dimensions.
  • No page reordering after the fact — reselect the files in the order you want.

Common questions

Can I control the page order?

Pages follow the order in which you selected the files. To control it precisely, name your files so they sort the way you want and select them together.

Is the text in my scanned document searchable?

No. This wraps images in a PDF; it does not run OCR, so the pages are pictures of text rather than text. Nothing in the PDF will be selectable or searchable.

How do I make the PDF smaller?

Compress or resize the images before combining them. A PDF built from six full-resolution phone photos will be large because the photos are large — the PDF wrapper adds very little.

Related tools

Why this one doesn't upload your file

There is no server to upload to. This page is a static file, and the work happens in your browser using the same graphics and WebAssembly code that renders every other site you visit. Your file is read from disk into memory, processed, and handed back as a download. Once the page has loaded you can disconnect from the network entirely and it keeps working. The longer explanation

Install the app