How to Convert Images to PDF

· 7 min read

Converting images to PDF is a common task for creating portfolios, submitting documents, archiving photos, and sharing multiple images as a single file. PDFs are universally viewable, maintain their layout on any device, and are the expected format for most submissions. A browser-based converter handles the entire job locally without uploading your images to a server.

When you need images as PDF

How to convert images to PDF

  1. Upload your images: click "Choose Files" or drag and drop your JPG, PNG, or WebP images. You can upload multiple files.
  2. Configure settings: select the page size (A4, Letter, or Fit to Image), orientation (portrait or landscape), and margin options.
  3. Convert and download: click "Convert to PDF" and download your PDF document.

Choosing the right page size

A4 (210 x 297 mm): standard paper size in most countries outside North America. Use this for documents that may be printed internationally.

US Letter (8.5 x 11 in): standard paper size in the United States and Canada. Use this if the document will be printed in North America.

Fit to Image: the page matches the exact dimensions of the image. Use this when you do not plan to print and want the image to fill the page with no white borders.

A3 (297 x 420 mm): occasionally requested for large diagrams, posters, or architectural drawings. Less common in everyday workflows.

Legal (8.5 x 14 in): a longer variant of US Letter, used for legal documents in the United States and Canada.

A brief history of PDF and image embedding

PDF was created by Adobe in 1993 with version 1.0 of the specification. The original goal was simple: produce a portable document that displays identically on any computer, printer, or operating system, regardless of which fonts or applications were installed locally. This solved a real problem at the time, when sharing a Word document between Mac and Windows often meant garbled formatting, missing fonts, and unreadable output.

Image embedding has been part of PDF from the start. PDF 1.0 (1993) supported JPEG and CCITT-compressed bitmaps. JBIG2 was added in PDF 1.4 (2001) for high-compression black-and-white documents (a typical scan). JPEG 2000 was added in PDF 1.5 (2003) for higher-quality lossy compression. PDF 2.0 (2017) added support for more modern image codecs but maintained backward compatibility, so a PDF generated today still opens fine in Acrobat Reader from 1995.

This is why JPG-to-PDF is so universal: PDF was designed to embed JPGs efficiently from day one. A JPG-to-PDF conversion is essentially wrapping the JPG bytes inside a PDF container, not re-encoding. The output file is roughly the same size as the input image plus a small PDF overhead (typically under 1 KB per page).

PNG and WebP are slightly different. PNG embeds losslessly but produces larger PDFs. WebP support in PDF readers was inconsistent until around 2022, so most converters re-encode WebP to JPEG before embedding.

Image format vs PDF file size

How your image format affects the final PDF size for a typical 4 MB photo:

Source format PDF result Size impact
JPG, 95% quality, 4 MB ~4 MB PDF Direct embedding, no re-encode
JPG, 75% quality, 1.5 MB ~1.5 MB PDF Direct embedding
PNG (24-bit color, 10 MB) ~10 MB PDF Direct lossless embedding
PNG converted to JPG 90% ~3 MB PDF Re-encode, smaller output
WebP, 800 KB ~1-1.2 MB PDF Most converters re-encode to JPEG
HEIC ~3-4 MB PDF Decoded to JPEG before embedding
BMP, 25 MB ~3-4 MB PDF Re-encoded to JPEG, dramatic shrinkage
TIFF (uncompressed scan) ~5-15 MB PDF Depends on bit depth and compression

For a portfolio or document set, JPG at 80-90% quality usually gives the best size/quality balance.

Page orientation logic

Most converters choose orientation automatically: portrait pages for tall images, landscape pages for wide ones. You can usually override this:

For document scans (signed forms, contracts, certificates), portrait everywhere is usually right. For photo portfolios, auto orientation matches each photo. For presentation-style PDFs, landscape everywhere matches projector ratios.

Common pitfalls

Alternative approaches

If you need a PDF with text and images together (not just a slideshow of images), consider:

For pure image-to-PDF (photos, designs, scanned pages with no extra text), this tool is the simplest path.

Tips for the best results

Privacy and sensitive images

The image-to-PDF converter runs entirely in your browser. The images you upload, intermediate processing, and the PDF output all stay on your device. Nothing is uploaded to a server, logged, or shared with anyone.

This matters because the images you convert to PDF are often very sensitive: scans of passports and government IDs being prepared for visa applications, medical test results, signed contracts, photos of private locations with EXIF GPS data, screenshots of confidential systems, evidence photos for insurance claims, intimate family photos compiled for sharing with relatives. Cloud image-to-PDF services by design upload your files to their servers, often retain them for "service improvement," and have been involved in real data leaks where uploaded identity documents ended up indexed by search engines. A browser-based converter has zero exposure: the images never leave your machine.

Browser-based conversion also works offline once the page is loaded, useful for converting scans on airplanes, in secure environments without internet access, or anywhere you cannot or should not upload to a third party.

Frequently Asked Questions

What image formats can I convert to PDF?

JPG, PNG, and WebP images can all be converted to PDF. These cover the vast majority of image files you are likely to encounter.

Can I combine multiple images into one PDF?

Yes. Upload multiple images and they will all be placed into a single PDF document, one image per page.

Can I choose the page size?

Yes. Choose between A4 (standard international paper), US Letter, or Fit to Image (the page matches the image dimensions exactly).

Are my images uploaded to a server?

No. All conversion happens in your browser. Your images never leave your device.