PDF vs HEIC for document archival — which preserves best
You snap a photo of a receipt, a government form, or a whiteboard with your iPhone — iOS saves it as HEIC. You need to file it in a shared folder, email it to someone, or hand it to accounting at year-end. Should it stay HEIC, or should it be PDF? The answer depends on whether the archive is for you, for a stranger, or for a piece of software. This guide covers the size difference, the tool-support reality, the search/OCR story, and the three real decisions for long-term archival.
What each format is optimised for
HEIC (High Efficiency Image Container) is a single-image or image-sequence format based on the HEIF specification, using HEVC compression. iPhones save photos as HEIC by default since iOS 11 (2017). The format is designed to store photos at ~50% the size of an equivalent JPG with comparable visual quality, plus per-frame depth data, bursts, and live-photo sequences. It’s a photo format.
PDF (Portable Document Format) is a page-based document format. A PDF can contain one or many pages; each page can hold text, vector graphics, raster images, and searchable text (OCR layer). PDFs preserve document semantics — you can copy text from a PDF, search it, apply a digital signature, and redact regions without re-rastering. It’s a document format.
Side-by-side for the same receipt photo
| Attribute | HEIC (original iPhone capture) | PDF (from HEIC via Files app) |
|---|---|---|
| Typical file size (receipt) | ~800 KB–1.5 MB | ~1.2 MB–2.5 MB |
| Searchable text | No (raster only) | Yes (with OCR layer added by iOS Files or third-party) |
| Multi-page | No (one photo per file) | Yes (concatenate multiple images into one document) |
| Email attachment compatibility | Patchy on Windows, Linux, and older Macs | Universal |
| Archive software compatibility (30-year horizon) | Moderate — HEVC is a licensed codec; decode depends on future support | Excellent — PDF/A is an ISO standard designed for long-term preservation |
| Digital signature support | No | Yes (PAdES, Adobe signatures, iOS Markup signatures) |
| Best tool for browsing 1000+ records | Photos app | Files app + Finder search + grep |
When HEIC wins
Personal photo album that stays on Apple devices. iCloud Photos, Photos app, AirDrop between iPhone and Mac — HEIC is the native format and converts silently to JPG when needed. Storage savings matter across a library of 20,000 personal photos.
You never need to send the file to a non-Apple user. A HEIC file opens natively on iOS, iPadOS, and macOS (Big Sur+). Windows 10+ opens HEIC with a free Microsoft HEVC Extension install. Linux support is patchy; legacy enterprise systems often reject HEIC silently.
The photo is purely visual reference. A snapshot of a product, a pet, or a landmark — there’s no text to search, no signature to add, no metadata to preserve beyond EXIF.
When PDF wins
Anything containing text you might search for later. Receipts, invoices, contracts, government forms, prescriptions, business cards. Adding an OCR layer to a PDF means grep over 10,000 archived receipts finds the one that says “Home Depot 2024” in 200 milliseconds. HEIC has no OCR layer and no search path.
Multi-page documents. A 3-page rental agreement should be one PDF, not three separate HEIC files. PDF preserves page order; HEIC does not.
Anything that crosses organisational boundaries. When you send a file to an accountant, a landlord, a tax authority, or a bank, PDF is the lingua franca. HEIC asks the recipient to install software or convert the file.
Long-term archival (10+ years). PDF/A is an ISO standard (19005-1 through 19005-4) specifically for archival PDF, with restrictions that guarantee the document renders identically decades from now. No equivalent exists for HEIC; HEVC is a licensed codec whose future tooling is not guaranteed.
Digital signatures. A signed PDF (PAdES) is cryptographically verifiable. HEIC has no signing surface.
The three real archival decisions
Decision 1 — Personal memories (birthdays, travel, family). → HEIC in Apple Photos, JPG fallback for sharing. Prioritise storage efficiency and Photos app integration. When sharing outside Apple, iOS offers “Copy as JPEG” in the share sheet, or use our HEIC to JPG tool for bulk conversion. See our detailed how-to guide on converting 100+ HEIC photos for batch workflows.
Decision 2 — Business paperwork (receipts, contracts, IDs). → PDF, always. Take the photo on the iPhone, open in Files (long-press), tap “Create PDF,” then Markup → “Scan with text” to add an OCR layer. The resulting PDF is searchable, shareable, and archive-safe. If you already have a folder of HEIC receipts, convert them: for single files, the iPhone Files app; for hundreds of files, see our bulk HEIC guide then use images to PDF to concatenate.
Decision 3 — Legal documents (signed contracts, court filings, government submissions). → PDF, with a digital signature when required. For long-term legal preservation (court-mandated retention, tax records), save as PDF/A — the format guarantees the document renders identically in 30 years even if every proprietary tool that created it has shut down. HEIC is not acceptable for legal archival in most jurisdictions.
File size trade-off is not what it seems
“HEIC is half the size of JPG” is true for a single photo. PDF wraps the same image in additional structure (page metadata, OCR layer, optional vector content), so a PDF of a HEIC-derived image is typically 1.5× the original HEIC size. But archival isn’t about a single file; it’s about the whole archive. A folder of 500 loose HEIC receipts consumes ~500 MB and is unsearchable. A single 500-page PDF with OCR consumes ~1 GB and finds any word in ~200 ms. Per-file size isn’t the right metric.
Converting HEIC to PDF in the browser
Our HEIC to JPG tool handles the HEIC→image step in-browser with wasm decoding — no upload. Chain it with images to PDF to build a multi-page archival PDF from a folder of HEIC files. For OCR, iOS Files app (Markup → Scan text) handles English and 20+ other languages locally. For scripted workflows on 1000+ files, install Tesseract locally; the in-browser pipeline caps at ~2 GB of RAM per tab.
The decision rule in one sentence
If the file has text, a signature, or a non-Apple recipient, use PDF. If it’s a personal photo staying in your Apple ecosystem, keep HEIC.
Related tools
- HEIC to JPG — convert iPhone HEIC photos to JPG in-browser.
- Images to PDF — stitch multiple images into a single PDF.
- PDF to Images — extract pages back to image files.
- Compose PDF — merge, split, and rearrange PDF pages.
Why trust these tools
- Ten-plus years of web tooling. The freetoolonline editorial team has shipped browser-based utilities since 2015. The goal has never changed: get you to a working output fast, without an install.
- Truly in-browser — no upload. Every file-processing tool on this site runs in your browser through modern Web APIs (File, FileReader, Canvas, Web Audio, WebGL, Web Workers). Your photo, PDF, audio, or text never leaves your device.
- No tracking during tool use. Analytics ends at the page view. The actual input you paste, drop, or capture is never sent to any server and never written to any log.
- Open-source core components. The processing engines underneath (libheif, libde265, pdf-lib, terser, clean-css, ffmpeg.wasm, and others) are public and audit-able. We link to each one in its tool page's footer.
- Free, with or without ads. All tools are fully functional without sign-up. The Disable Ads button in the header is always available if you need a distraction-free run.