HEIC to PDF Converter

Drop one HEIC, or a hundred, and walk away with one PDF. Other sites make you convert to JPG first and then bundle. This one does both in a single pass.

Drop HEIC, JPG, or PNG photos here

or click to browse (you can select many at once)

Why this exists

Your iPhone saves photos as HEIC. Most things that aren't an Apple device don't open HEIC well. Windows folks, government upload portals, your accountant, your kid's school portal: all of them prefer PDF. So you have a batch of HEICs and you need one PDF. That's what this page is for.

What you get here that other sites miss

Reordering

Pages follow the order you added the photos. Easiest way to reorder: add the photos in the order you want them. To swap one, hit the × on it and add it back at the end.

About the HEIC format

HEIC is Apple's file extension for HEIF — High Efficiency Image Format — a container standardized by the Moving Picture Experts Group (MPEG) in 2015. The image data inside uses HEVC (H.265) intra-frame compression, the same codec used for 4K video. Apple flipped to HEIC as the default camera output in iOS 11 in 2017 because it cuts photo file sizes roughly in half compared to JPG at the same visible quality. The format also supports things JPG never could: live photos, depth maps, multiple images in one file, and 10-bit color. The downside is licensing — HEVC has patent fees — which is why Windows, Android, and most web apps were slow to support it.

About the PDF format

PDF arrived in 1993 from Adobe as a way to freeze a document's layout. After more than a decade as a proprietary spec it became an open ISO standard in 2008 (ISO 32000-1), with PDF 2.0 (ISO 32000-2) following in 2017. The format embeds fonts, vector paths, and bitmap images at fixed coordinates per page. For a photo-to-PDF job, the PDF is acting as a thin container that everything from a bank's upload portal to an e-reader will accept, because nobody had to install anything special to view a PDF in twenty years.

When to use HEIC to PDF (and when not to)

Useful when:

Skip the PDF wrap if:

Common problems and how to fix them

Frequently asked questions

Do my photos leave the phone or laptop?

No. libheif (WebAssembly) and the canvas API do the work locally. Open the Network tab in DevTools and you'll see no upload traffic.

Will this run on iPhone Safari?

Yes. It's actually the easiest case — iOS hands HEIC files to the converter in their native format and the PDF saves to your Files app.

What about Windows or Chromebook?

Works there too. The libheif build handles HEIC decoding regardless of OS, so you don't need Microsoft's paid HEIC codec.

Can I send the PDF straight to email after?

Yes. The download saves locally; from there it's the same as any other PDF attachment.

What's the max number of photos?

A few dozen is comfortable on a phone. A laptop handles 100+ without trouble. RAM is the only ceiling.

Does this preserve photo metadata?

Capture date and basic EXIF survive as page metadata in the PDF, but it's not exposed in most PDF readers. If you need a clean audit trail, keep the original HEIC files alongside.

Related converters