Turn an iPhone HEIC into a PDF without uploading the photo
Tool Hub writes a one-page PDF from a HEIC in your browser. Use it when a portal wants PDF and you only have the iPhone still on the computer.
3 min read
A portal that says “PDF only” does not care that your camera roll is HEIC. You already have the still on the computer. The usual fix is print-to-PDF on a Mac, or an upload site that accepts the photo and emails a link. Print-to-PDF is fine when you are on a Mac and the dialog is yours. An upload site is a poor fit when the still is a child’s face, a receipt, or a page of a passport you photographed “just in case.”
HEIC to PDF on Tool Hub decodes the HEIC in your browser tab and writes a one-page PDF. You pick the file on your computer. We do not receive the photo.
When HEIC to PDF is the right tool
Use this page when the destination wants a PDF and the source is still HEIC. Typical jobs: a landlord portal that rejects .heic; a school form that only lists PDF; a Windows PC that will not open the still but will open a PDF.
This is not HEIC to JPG. If the form names JPG or JPEG, use HEIC to JPG — that is the more common school-portal job, and it is a different URL. This is not merge. If you have five HEICs and need one packet, convert each still, then merge the PDFs. This is not an ID-spec tool. Passport millimetres and background rules are a different product, and that product is not live on this host. Do not treat a one-page PDF of a bathroom mirror selfie as a visa photo.
I use HEIC to PDF when I am already on Windows or a Chromebook and I do not want to bounce the file through iCloud “Most Compatible.” I use HEIC to JPG when the human on the other end will open the file in mail.
What “in the browser” means for this job
Client-side means the page sends a decoder (WebAssembly on this hub) to your tab. Your browser reads the HEIC with the File API. It paints the still and wraps it in a PDF. Download goes through the browser download manager. We never had a copy to delete.
You can test that. Load the page, disconnect the network, pick a throwaway HEIC. If a PDF still downloads, the bytes did not need our server for that step. First visit still needs the page and the codec to load. That is a program download, not your photo.
How I convert a HEIC to PDF here
- Open https://tools.sw-commercial.com/heic-to-pdf.
- Pick the
.heicor.heiffrom your computer. On iPhone, AirDrop or Files to a laptop first if you want a desktop conversion. - Wait for the preview. Live Photos and bursts are still containers — convert the still you actually mean to send.
- Download the PDF. Open it in a reader and check rotation. Phones still save some stills sideways.
- If the portal wants several pages, convert the other HEICs the same way, then merge. Do not screenshot the PDF into Word.
You do not create an account. Free conversion does not watermark the page.
Failure cases I hit while using it
A “HEIC” that is already a JPG renamed to .heic will confuse you more than the tool. Look at the file you picked.
Very large bursts take seconds in the tab. That is your CPU. Convert one file at a time for IDs.
A portal that wants a searchable PDF will not get text from a photo page. This job wraps pixels. It is not OCR. On-device OCR from this family is not live yet. Do not upload the PDF to a random “OCR online” site to “fix” it.
When not to use this page
Do not use it as a privacy upgrade over JPG if you then email the PDF to the same people. The picture is still the picture.
Do not use it for a 40-photo event folder. That is a batch archive job. This page is the one-file or small-batch case.
Do not use an upload converter “just this once” because the PDF cap is 5 MB. Convert, then compress a JPG export if size is the real problem — or merge fewer pages.
Related jobs on the same hub
HEIC to JPG and HEIC to PNG are sibling stills. JPG to PDF is for files that are already JPEG. Merge PDF builds the packet after you have pages.
This catalog only publishes how-tos for URLs that return HTTP 200. This one does.