Initializing... drag & drop files here
Supports: HEIF
HEIF is the high-efficiency container Apple devices have saved photos in since iOS 11, and it is awkward to hand to anybody else. Browser vendors other than Apple never shipped a decoder, so native .heif / .heic display sits at roughly 15% of global browser usage and is limited to Safari 17 and later, per caniuse. A PDF has none of that problem. This tutorial turns one or many HEIF photos into a PDF you can email, print, or attach to a form that rejects HEIC, and it explains the page-layout controls — paper size, margin, placement, alignment, quality — that decide how the result actually looks.
.heif photos onto the page, or click "+ Add Files" to browse. Add as many as you like; they keep the order you added them in, and that becomes the page order.The defaults produce a clean document: each photo centred on a portrait A4 page with a half-inch border. That is the right starting point for a form upload or a printout, but four controls are worth changing depending on where the PDF is going.
| Control | Default | Other choices | What changing it does |
|---|---|---|---|
| Combine? | Single PDF | Individual PDFs | One multi-page document, or one PDF per photo |
| Paper size | A4 | Original, LETTER, LEGAL, TABLOID, LEDGER, EXECUTIVE, A3, ARCH A, ARCH B, ISO B4, ISO B5, screen size | Sets the page dimensions; "Original" matches the photo instead |
| Page layout | Portrait | Landscape | Rotates the sheet, not the image |
| Margin | Narrow (0.5") | No margin (0"), Moderate (0.75x1"), Normal (1"), Large (2x1") | Size of the white border around each photo |
| Image placement | Contained | Cover | Fit the whole photo inside the page, or fill the page and crop the overflow |
| Image alignment | Center | Top, Bottom | Where the photo sits when it does not fill the page |
| Image Quality (%) | 75 | 1-100 | Re-encode quality of the picture inside the PDF; the main size lever |
| Image Transparency | Unchanged | Removed | Keep any alpha channel from the source, or flatten it |
| Source property | Carried into the PDF? | Notes |
|---|---|---|
| Primary still image | Yes | Rendered onto the page at the placement and quality you choose |
| Pixel fidelity | Re-encoded | The HEVC-coded image is decoded and re-encoded; at 75% and above the difference is not visible on screen or in normal prints |
| Alpha / transparency | Optional | "Unchanged" preserves it; "Removed" flattens it |
| Live Photo motion | No | Only the primary still frame is rendered; a PDF page cannot hold a video track |
| Depth / portrait maps | No | Auxiliary images are dropped; you get the flattened master |
| Selectable text | No | PDFs built from photos are image-only; there is no OCR step |
| Multi-image ordering | Yes | Pages follow the order you added the files in |
.pdf, not .heic. Portals and form builders reject HEIC because their servers have no HEVC image decoder; a real PDF is accepted where HEIC is not..heic routinely grows. Lower "Image Quality (%)", or choose "Original" paper size with no margin so no blank page area is added.If a file fails outright, it is usually not a HEVC-coded HEIF at all — the .heif extension is generic and can hold images encoded with other codecs, or the file may be a partial download. Re-export it from the original device, or convert it to HEIF to JPG and build the PDF from the JPG. If you need to place photos alongside pages of an existing document rather than build a fresh one, Merge Image to PDF is the right tool. And if the finished PDF is still too large for an attachment limit, run it through the PDF compressor rather than re-converting at a lower quality.
Slightly, and you control how much. The HEVC-coded image is decoded and re-encoded on the way into the PDF, so it is not a bit-for-bit copy. We checked the defaults this page ships with — Single PDF, A4, Portrait, Narrow margin, Contained placement, Centre alignment and an Image Quality of 75 — and at that quality the difference is not visible on screen or in a normal print; set the slider to 100 if you want an archival-grade page. There is no setting that makes it truly lossless, because a PDF stores its images with its own compression rather than carrying the original HEVC payload.
HEIF is the container standard, ISO/IEC 23008-12, published by MPEG in March 2015 and built on the same ISO base media file format as MP4. Per the Nokia HEIF reference documentation, .heif is the generic extension for that container using any compatible codec, while .heic specifically means the images inside use HEVC (Main or Main Still Picture profile) — the variant Apple devices produce. In practice the two are used interchangeably, and this page accepts either.
Because Apple is the only browser vendor that shipped a HEIF decoder. caniuse records native support only in Safari 17 and later, around 15% of global browser usage; Chrome, Firefox, Edge, and Opera have none, and Windows needs a separately installed codec extension. Converting to PDF sidesteps the whole problem, because a PDF viewer is built into every modern operating system and browser.
Yes. Leave "Combine?" on "Single PDF" and every uploaded image becomes a page, in the order you added the files. If the order comes out wrong, remove the files and re-add them in the sequence you want. Choosing "Individual PDFs" instead gives you one separate PDF per photo.
Just a picture. Each page contains the rendered photograph, so there is no selectable or searchable text layer and no optical character recognition is applied. If you photographed a document and need the words to be searchable, you will need a dedicated OCR step after the PDF is built.
If the PDF is going to a printer, pick the sheet you will actually print on — A4 or LETTER — and leave "Image placement" on "Contained". If the PDF is only going to be viewed on a screen or uploaded to a form, "Original" is usually better: it makes each page the same shape as the photo, so there are no white bars and nothing is wasted.
That is what the "Image Transparency" control decides. It is set to "Unchanged" by default, which preserves the source's alpha; switching it to "Removed" flattens the image instead. Most camera HEIFs are fully opaque, so the setting only matters for images that were edited to include transparency.
Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours — no sign-up, no watermark, and nothing is shared or made public. The practical limit on a big batch is upload size and time rather than anything on your end. If you would rather not upload personal photos at all, macOS Preview and the Windows Photos app can both print a HEIC to PDF on the machine itself.