HEIF to PDF Converter

Convert HEIF files to PDF format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: HEIF

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Combine?
Margin
Paper size
Paper size
Page layout
Image placement
Image alignment
Image Compression
Quality Percentage
1
75
100
Image Transparency

Convert HEIF to PDF: What This Tutorial Covers

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.

How to Convert HEIF to PDF

  1. Upload Your HEIF Files: Drag and drop your .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.
  2. Choose Single PDF or Individual PDFs: The "Combine?" control sits on "Single PDF", which merges every image into one multi-page document. Switch it to "Individual PDFs" to get one PDF per photo instead.
  3. Set Paper Size, Margin, and Placement: Open Advanced Options to pick a "Paper size" (A4 by default, with "Original" available to match the photo's own dimensions), a "Margin" preset, a "Page layout" of Portrait or Landscape, and an "Image placement" of "Contained" or "Cover".
  4. Convert and Download: Click "Convert" and download your PDF. Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. No sign-up, no watermark.

Walk-through: The Layout Controls That Actually Matter

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.

  • You want the page to look exactly like the photo, edge to edge. Set "Paper size" to "Original" and "Margin" to "No margin (0")". Each page then takes the source image's own dimensions and aspect ratio, with no white border and no letterboxing.
  • You are printing physical copies. Keep A4 (or switch to LETTER), leave "Image placement" on "Contained" so nothing is cropped at the edges, and raise "Image Quality (%)" toward 100 so fine detail survives the print.
  • You need a small file for an upload cap. Lower "Image Quality (%)" from its default of 75 toward 60. HEIF is already HEVC-compressed, so the image data has to be re-encoded on the way into the PDF; trimming quality is the fastest lever on the output size.
  • The photo is wider than it is tall. Switch "Page layout" to "Landscape". On a portrait page a landscape photo gets shrunk to fit the narrow dimension and wastes most of the sheet.

Option Reference: Defaults and Alternatives

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

What Survives the Trip from HEIF to PDF

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

Common Errors and How to Fix Them

  • "The form still rejects my file." Confirm the download ends 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.
  • "The PDF is bigger than the original photo." Expected. HEVC still-image compression is far more efficient than the image compression available inside a PDF, so a small .heic routinely grows. Lower "Image Quality (%)", or choose "Original" paper size with no margin so no blank page area is added.
  • "My photo is rotated the wrong way." That comes from the source image's EXIF orientation tag. Switch "Page layout" between Portrait and Landscape to match the photo, or convert to HEIF to JPG first and check the rotation before building the PDF.
  • "Several photos came out as separate files." "Combine?" was on "Individual PDFs". Set it to "Single PDF" to merge them into one document.
  • "The edges of my photo are cut off." "Image placement" was set to "Cover", which fills the page and crops the overflow. Switch to "Contained".
  • "There is a huge white border I did not ask for." The photo's aspect ratio does not match the paper. Use "Paper size: Original", or drop the margin to "No margin (0")".

When This Doesn't Work

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.

Frequently Asked Questions

Will converting HEIF to PDF reduce the image 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.

What is the difference between .heif and .heic?

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.

Why do my iPhone photos open on my Mac but not on Windows or in Chrome?

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.

Can I combine many HEIF photos into one PDF, and control the page order?

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.

Is the resulting PDF searchable text, or just a picture on a page?

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.

What paper size should I pick for photos taken on a phone?

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.

Does the PDF keep transparency from a HEIF with an alpha channel?

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.

How are my photos handled while they are being converted?

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.

Rate HEIF to PDF Converter Tool

Rating: 4.9 / 5 - 93 reviews