Skip to content

Free tools · PDF

HEIC to PDF

The format your iPhone shoots, straight into a document anyone can open.

Free · no sign-up · no watermark · up to 40 MB · uploads deleted after 24 hours, results after 7 days.

How to heic to pdf

  1. Drop the HEIC photos.
  2. Order them.
  3. Press Convert and download the PDF.

What happens to your file

HEIC is decoded on Fylane’s servers — browsers other than Safari cannot read it — and each photo becomes a page at full resolution, with the camera’s orientation applied.

Live Photo motion, depth maps and other HEIC extras are not carried into the PDF; the still image is.

Questions

Why can’t Windows open my iPhone photos?

Apple devices save HEIC by default and Windows needs a paid extension to read it. A PDF opens everywhere.

Is HEIC quality lost?

The photo is decoded once and embedded; you will not see a difference.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "image.to-pdf",
    "options": {
      "file_ids": [
        "<second file id>"
      ]
    }
  }'

The same operation, image.to-pdf — One or more images become one PDF, a page per image at its own size. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.