Quick answer
On iPhone: open the HEIC in Photos → Share → Print → pinch outward on the preview → Share → Save to Files. That's the fastest path. For multi-page PDFs from many HEICs, select all → repeat the same flow. Mac: Quick Action 'Create PDF' from Finder. Windows: HEIC needs Microsoft's HEIF extension first, then print to Microsoft Print to PDF. Browser-based: drop HEIC into formatdrop.com/pdf-converter — runs locally, no upload.
Method 1: Convert HEIC to PDF online (free, in your browser)
- 1
Open the FormatDrop HEIC to PDF converter
Open formatdrop.com/pdf-converter in any browser. Conversion runs locally via WebAssembly — your photo stays on your device. Works on iPhone Safari, Android Chrome, Mac, Windows, Linux.
Go to converter - 2
Drop your HEIC files
Drag one or many HEIC files (or HEIF, JPG, PNG — they all work). The converter decodes HEIC's HEVC compression natively in your browser and prepares each image as a PDF page.
- 3
Choose PDF settings
Page size: A4 (international) or Letter (US). Orientation: portrait, landscape, or auto-fit per image. Quality: 90% for most uses, 95% for archival print. Multi-page mode combines all uploaded HEICs into a single PDF, in selection order.
- 4
Download the PDF
Single HEIC: one PDF page. Multiple HEICs: one multi-page PDF. The output is universally readable on every device — no HEIC plugin needed on the recipient's end.
Method 2: iPhone's hidden Print → Pinch trick (no app, fastest)
iOS hides a HEIC-to-PDF generator inside the Print sheet. Most iPhone users never discover it.
- Open Photos app → Select → tap the HEIC photo(s) you want in the PDF, in selection order.
- Tap Share (square with up arrow) → scroll down → Print.
- On the Print Options screen, pinch outward (two fingers spreading) on the preview thumbnail at the bottom. The thumbnail expands into a full-screen PDF preview.
- Tap the Share button on the PDF preview → Save to Files (or AirDrop, Mail, etc.). Choose iCloud Drive or On My iPhone, pick a folder.
Note: Works since iOS 10. Multi-photo selections become multi-page PDFs in selection order. iOS preserves full HEIC resolution — typically 12 MP per page.
Method 3: iPhone Files app's Create PDF action
If your HEIC is already in Files (iCloud Drive, On My iPhone) instead of Photos, the Files app has a direct Create PDF action.
- Open Files → navigate to your HEIC.
- Single HEIC: tap and hold → Create PDF.
- Multiple: tap More (•••) → Select → tap each HEIC → tap More (•••) at the bottom → Create PDF.
- The PDF saves in the same folder, named after the originals. Tap and hold to rename if needed.
Note: Files-app Create PDF is cleaner output than Print → pinch — no print headers, full image quality, properly sized pages.
Method 4: macOS 'Create PDF' Quick Action
macOS Finder has a built-in Quick Action that converts any image (including HEIC) to PDF.
- Select your HEIC file(s) in Finder. Multiple selections combine into a single multi-page PDF.
- Right-click → Quick Actions → Create PDF.
- The PDF appears in the same folder, with each HEIC as one page in alphabetical order.
- Rename files first (01.heic, 02.heic) if you need a specific page order.
- For more control, open the HEIC in Preview → File → Export as PDF.
Note: Mac's HEIC support is built in since macOS High Sierra (10.13). No installs needed. Works on Apple Silicon and Intel.
Method 5: Windows HEIF extension + Microsoft Print to PDF
Windows doesn't open HEIC by default — you need Microsoft's HEIF Image Extension first. Then any HEIC becomes printable, including to PDF.
- Install Microsoft 'HEIF Image Extensions' from the Microsoft Store (free).
- If videos are HEIC too, also install 'HEVC Video Extensions from Device Manufacturer' (~$0.99). For photos only, the free HEIF extension is enough.
- Open your HEIC in Photos app → click the print icon (or Ctrl+P).
- Printer: choose 'Microsoft Print to PDF'. Click Print → choose save location → save as .pdf.
- For batch: select multiple HEICs in File Explorer → right-click → Print → Microsoft Print to PDF.
Note: Windows 11 has improved HEIC support but the HEIF Image Extension is still typically needed for full compatibility.
Method 6: Batch convert HEIC to PDF with ImageMagick (any OS)
For scripted batch jobs or CI/CD pipelines, ImageMagick handles HEIC-to-PDF cleanly.
- Install. Mac: `brew install imagemagick`. Linux: `apt install imagemagick libheif-examples`. Windows: imagemagick.org.
- Single conversion: `magick input.heic output.pdf`.
- Multiple HEICs into one PDF: `magick *.heic combined.pdf`.
- Set page size: `magick *.heic -page A4 combined.pdf`.
- Per-folder batch: `for f in *.heic; do magick "$f" "${f%.heic}.pdf"; done`.
Note: ImageMagick preserves EXIF orientation. The built-in Homebrew/apt packages include libheif support; older builds may not.
When you need to convert HEIC to PDF
- 1
Submitting iPhone photos to forms requiring PDF only
Tax returns, school applications, insurance claims, government portals — many strictly require PDF. Print → pinch makes this 10-second job on iPhone.
- 2
Scanning receipts or whiteboards with the camera, sending to accounting
Photo a receipt, convert to PDF, email to your accountant. PDF is the universal accounting format; photo apps don't always have CSV-style imports.
- 3
Building multi-page PDF portfolios from camera roll
Designer portfolios, real estate listings, product catalogs — multi-photo PDFs are how clients expect to receive them. iPhone makes the multi-page combine effortless.
- 4
Sharing photos with Windows or Linux users without HEIC support
HEIC won't open on many Windows/Linux setups. Wrapping in PDF gives you a universally-openable file that preserves the photo at full quality.
- 5
Archiving photos in a long-term-stable format
HEIC requires HEVC decoders, which may not always be available 30 years from now. PDF/A is an ISO archival standard that's guaranteed to render in the future.
Troubleshooting common HEIC to PDF problems
Pinch outward doesn't expand the print preview
Pinch ON the photo thumbnail at the bottom of Print Options, not on the printer dropdown at the top. Use both fingers spreading apart from a starting position close to the thumbnail center. If your iOS version is very old (pre-iOS 10), the trick doesn't exist; use Files app's Create PDF instead.
PDF pages are in the wrong order
iPhone uses your selection order (the order you tapped photos), not chronological order. To get chronological: tap photos in the order you want them in the PDF, with the first one becoming page 1. Mac's Quick Action uses alphabetical order — rename files first.
Windows says 'Cannot open HEIC' even after installing HEIF extension
Check both: Microsoft HEIF Image Extensions (free) AND HEVC Video Extensions from Device Manufacturer ($0.99). Some HEIC files use HEVC encoding inside; both extensions are needed for full compatibility. Reboot after install.
PDF file is huge (50+ MB for a few photos)
Default settings preserve full HEIC resolution (~3-5 MB per HEIC = ~15 MB PDF for 5 photos). To shrink: in iPhone, edit each photo first → Crop → Reset (sometimes recompresses). In ImageMagick: `magick *.heic -resize 50% -quality 85 -density 150 combined.pdf` reduces resolution and quality. For email-friendly: target under 5 MB total.
Photos taken sideways appear rotated incorrectly in the PDF
iOS reads EXIF orientation for display but some converters strip orientation when generating PDF. Fix the source first: Photos → tap the photo → Edit → tap rotate icon → Done. Then redo the PDF. ImageMagick: add `-auto-orient` flag.
Some photos fail to embed (PDF has blank pages)
Could be HEIC variant the converter doesn't support (HEIC vs HEIF Sequence vs HEIC with Live Photos). For Live Photos, iOS sometimes wraps with motion data the PDF generator can't handle. Edit each photo first (Photos → Edit → Done) which flattens to a static HEIC. Re-run the PDF conversion.
Why convert HEIC to PDF?
iPhone shoots HEIC by default; the rest of the world expects PDF or JPG. Converting HEIC to PDF is the most common iPhone photo workflow that turns photos into business-shareable documents.
iOS hides several methods for this — the Print → pinch trick is the fastest but most undiscovered. Files app's Create PDF is cleaner. Shortcuts can automate repeated conversions. The browser tool is the right choice for sensitive content where you don't want to upload anywhere.
Windows requires the free HEIF extension before any HEIC method works. Mac handles HEIC natively since 2017. Linux requires libheif which most modern distros include.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Is converting HEIC to PDF free on iPhone?
Can I create a multi-page PDF from many HEIC photos?
Will I lose image quality?
Why doesn't my PC open HEIC files?
Can I add HEIC photos to an existing PDF?
Does converting HEIC to PDF strip EXIF metadata?
What's the best way to convert many HEICs to PDF on Windows?
Will Apple ever drop HEIC support?
No account. No upload. Works in any browser.