You need to email a stack of iPhone photos as a single document — a receipt, an insurance claim, a handwritten contract, a kid's homework. The recipient wants one PDF, not eight separate photos, and especially not eight separate .heic files that will choke on their Windows laptop.
Most "free" converters make you do this in two passes: HEIC → JPG, then JPG → PDF, each involving its own upload, its own ad-strewn waiting page, and its own download. There's a faster way that doesn't involve a server at all.
Convert HEIC to PDF nowWhy one-step beats two-step
The conventional flow looks like this:
| Step | What you do | Time |
|---|---|---|
| 1 | Upload HEIC to converter A | 15–60 s per file |
| 2 | Download JPGs | 5–10 s per file |
| 3 | Upload JPGs to converter B (images-to-PDF) | 15–60 s per file |
| 4 | Download the PDF | 5 s |
Two uploads of every photo's worth of bytes. Two services who now have copies of your photos. Two sets of ads. The one-step path runs all of this locally in your browser:
- Drop the HEIC files onto the HEIC to PDF page.
- Click Convert.
- Download the PDF.
That's it. Internally, the browser decodes each HEIC with a WebAssembly build of libheif, embeds the result into a PDF using pdf-lib, and hands you the file. Nothing uploads. Nothing waits in a queue.
Step-by-step on iPhone
- Open Safari and go to freefileconverter.ai/heic-to-pdf.
- Tap the drop zone. The iOS photo picker opens.
- Select one or more photos from your library. Tap Add.
- Tap Convert. When the PDF is ready, tap Download — iOS will offer to save to Files or share via the sheet.
Pro tip: tap the Share icon in Safari → Add to Home Screen. The converter installs as a Progressive Web App with its own icon, so next time you can tap it directly instead of digging through Safari bookmarks. It works offline after the first load.
Step-by-step on Mac
- Open freefileconverter.ai/heic-to-pdf in Safari, Chrome, or Firefox.
- Drag .heic files from Finder onto the page (or from the Photos app — use the "Show Referenced File in Finder" command first, then drag).
- Click Convert. The PDF downloads to your Downloads folder.
If you have Photos library photos that don't appear as files in Finder, the easy fix is to drag them out of Photos into a Finder window first — macOS exports HEIC copies automatically.
Common use cases
- Expense receipts. A month of dinner receipts goes from "12 photos in iMessage" to "one expenses.pdf" attachment. The accountant will thank you.
- Insurance claims. Most claim portals want one PDF, not multiple JPGs. Drop your damage photos, get a single document, upload.
- Homework / assignments. Submitting handwritten work? A single combined PDF avoids the "I can't open these" reply email.
- Apartment / job applications. Forms that ask for "proof of income — last 3 paystubs" almost always accept one PDF and almost never accept multiple HEICs.
- Multi-page contract scans. Photograph each page, drop them in order, get one signed-document PDF.
Quality and size trade-offs
By default the PDF embeds each photo at JPG quality 90% — visually indistinguishable from the source HEIC at normal viewing sizes. If the resulting PDF is too big for email, the easiest fix is to lower the quality slider before converting (try 75% for receipts) or cap the max dimension at 2560 px. A 10-page receipt PDF typically lands under 5 MB at those settings.
HEIC is roughly half the size of an equivalent JPG. Converting back to JPG inside a PDF undoes some of that storage benefit — that's the cost of universal compatibility. If you need the PDF small, the quality slider is the lever.
What about HEIC to image-only formats?
If the recipient actually wants images, not a PDF:
- Use HEIC to JPG for universal compatibility.
- Use HEIC to PNG if you need lossless output (screenshots, mockups).
For other directions: image to PDF handles JPG and PNG sources, PDF to JPG goes the other way for extracting pages.
The bottom line
One-step HEIC to PDF is a small UX detail, but it's the difference between "this took a minute" and "this took ten minutes and now four random servers have copies of my insurance photos." Drop the files, get the PDF, done.
Open the HEIC to PDF converter