You took twelve photos of a receipt, a contract, a school form, or your daughter's art project, and now you need to send them as one PDF. The App Store has a hundred "Photos to PDF" apps. Most are free until they aren't, half want a subscription, and several quietly upload every page to a server in a country whose privacy laws you've never read.
You don't need any of them. iOS has shipped two ways to do this for years — both are free, both are local, and both have annoying enough rough edges that a browser-based fallback is worth knowing about. Here's the honest tour.
Open the image-to-PDF converterThe fastest path: the Print sheet trick
This is the one nobody teaches you. It's been in iOS since iOS 9, and it's still the quickest way to turn photos into a PDF without installing anything.
- Open the Photos app and tap Select in the top right.
- Tap each photo you want in the PDF, in the order you want them. The order matters — they'll be paginated in selection order.
- Tap the Share button (the square with the arrow) in the bottom-left.
- Scroll down past Messages and Mail to find Print. Tap it.
- On the Print preview screen, do the secret part: pinch out on the preview thumbnail with two fingers, as if you're zooming in.
- The preview switches to a full-screen PDF view. Now hit Share again — this time you can save the PDF to Files, AirDrop it, message it, or attach it to an email.
That's it. No app, no upload, no signup. It works on every iPhone running iOS 13 or later, which is essentially every iPhone in active use.
Why almost nobody knows about this
Because it's hiding inside the Print sheet, which 99% of iPhone users never open. Apple hasn't documented the pinch-to-preview gesture in any official "how to make a PDF" support article — they just shipped it and let people stumble on it. So every Photos-to-PDF app on the App Store gets to exist on the strength of the better-discovered alternative not being discovered.
The downside: the Print trick doesn't give you any real controls. No compression, no page-size choice, no margin adjustment, no way to rotate a single page, no way to reorder after you've started. If the result is too big to email, you're starting over.
The Files app trick (works for documents in Files, not Photos)
If your images already live in the Files app (not the Photos app), there's a cleaner path:
- Open Files and navigate to the folder.
- Tap the three-dot menu (top right) → Select.
- Tap each image in the order you want.
- Tap the three-dot menu at the bottom right → Create PDF.
Files writes the PDF into the same folder. The catch: it only works on files already in Files. If your photos are in Photos (which they almost always are), you have to first export them — at which point the Print trick is faster.
Where both built-in methods fall over
The built-in iOS paths handle the easy case. They start to struggle as soon as you want any of these:
- HEIC photos. The Print path mostly handles HEIC, but a percentage of users hit a PDF that's way larger than expected because HEIC gets re-encoded into the print pipeline in an inefficient intermediate format. (More on this in iPhone HEIC vs JPG if you want the gory background.)
- Compression. A 12-page photo PDF made via the Print trick can land at 40MB. Most email servers cut you off at 25MB. There's no slider.
- Reordering after the fact. If page 7 should be page 2, you re-select in the right order and re-make the whole PDF.
- Mixed sources. Photos from the library plus screenshots plus a document from email — there's no one place that lets you queue all of them and reorder before exporting.
- You're on someone else's iPhone or you don't trust an app you don't recognize. The browser path side-steps the App Store entirely.
The browser fallback: image → PDF in Safari
This is what we built our image-to-PDF tool for. The flow is closer to what you'd want from a real "photos to PDF" workflow:
- Open freefileconverter.ai/image-to-pdf in Safari (or Chrome — works in both).
- Tap the drop zone. iOS shows the standard picker: Photo Library, Take Photo or Video, or Choose Files. Pick Photo Library to grab from your camera roll.
- Select as many photos as you want — there's no count limit.
- The page renders thumbnails for each photo. Drag to reorder before exporting. Tap the X on any thumbnail to drop it.
- Tap Convert. The PDF builds locally in the browser. The offline-pill in the bottom corner confirms no network call was made.
- Tap the Share button on the resulting PDF to send it, save it to Files, AirDrop it, or attach it to an email.
The reason this exists despite Apple's built-in paths: it gives you the controls Apple doesn't. You can reorder pages before exporting, you can drop a page without restarting, and the output is consistently smaller than the Print-trick path because we encode to PDF directly instead of running photos through the print engine.
What about HEIC specifically?
Most iPhone photos are HEIC (Apple's default), and a few PDF tools choke on HEIC entirely or convert it through a lossy intermediate. If your photos are HEIC, you have two options:
- Use our dedicated HEIC to PDF converter. It skips the HEIC → JPG → PDF detour and writes a multi-page PDF directly from HEIC source, which keeps the output smaller and faster.
- Or use the regular image-to-PDF tool — it accepts HEIC too, just less specialized.
Both run entirely in the browser; the photos never upload. If you're not sure why this matters, the short version is that "free" cloud converters routinely upload your photos to ad-supported pipelines you didn't read the terms of.
If the resulting PDF is too big to email
The most common follow-up problem: you build a 12-photo PDF, it lands at 38MB, your email rejects it. Two clean fixes:
- Compress the source images first with our JPG compressor (quality slider + max-dimension picker). Knock photos down to 1600px wide at quality 80, then rebuild the PDF. Output usually drops to under 8MB without visible quality loss.
- Or split the PDF into two halves and send them as separate emails. We have a PDF splitter for that.
Which path should you actually use?
Quick rule of thumb:
- 3 or fewer photos, no reorder, no resize → Print trick. Fastest.
- 4+ photos, need to reorder, want a smaller file → browser converter.
- HEIC photos specifically → HEIC to PDF.
- Already in Files (e.g. downloaded attachments) → Files app Create PDF.
You don't need a Photos-to-PDF app. iOS has it. Safari has it. The App Store has a hundred copies of it, but none of them are doing anything you can't do without giving someone your photos and an in-app purchase.
Build a PDF from photos, locally