HEIC-to-PDF API for iPhone and Apple image conversion

Use Nutrient DWS Processor API to convert HEIC image files from iPhone and Apple devices into PDF output. Start a free trial, test with Postman, and move to production with credit-based pricing.

iPhone HEIC format support

Convert HEIC images from iPhone and Apple cameras to PDF for document packaging, archival, and sharing workflows.

API-first integration

Use REST, Postman, curl, JavaScript, Python, Java, C#, PHP, or HTTP to automate conversion inside larger document processing pipelines.

Part of the DWS Processor platform

This conversion is one action in the DWS Processor API. Combine it with other conversions, OCR, extraction, and editing in a single request.

Used by Lufthansa, Disney, Autodesk, UBS, Dropbox, IBM
Lufthansa
Disney
Autodesk
UBS
Dropbox
IBM

Try it out

This example will convert your uploaded HEIC file to a PDF.


Try it out in three steps

  1. Add a HEIC file named document.heic to your project folder.
  2. Run the code from the same folder.
  3. Open result.pdf to see the output.
curl -X POST https://api.nutrient.io/processor/convert_to_pdf \
-H "Content-Type: application/octet-stream" \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
--data-binary @document.heic

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →

API comparison

BASIC

Convert to PDF API

Straightforward API for converting to PDF. Perfect for most use cases.


FEATURES

  • Simple request format
  • Minimal configuration required
  • Purpose-built for specific tasks
ADVANCED

Build API

Maximum flexibility and advanced features for complex workflows.


FEATURES

  • Multipart document support
  • Advanced actions and transformations
  • Workflow orchestration


Frequently asked questions

What does the HEIC-to-PDF API do?

It converts HEIC photos from iPhone and Apple devices into PDF over a REST call. The conversion is one action in the Nutrient DWS Processor API, so you can run it inside larger document workflows.

Is there a free trial for the HEIC-to-PDF API?

Yes. You can start free with Nutrient DWS credits and run conversions without a credit card. Then move to Processor API pricing as your volume grows.

Which languages and tools can I use to call it?

It’s a REST API you can call from any language, with ready-to-use examples in Python, Java, C#, PHP, and JavaScript. The fastest way to send a first request is the Postman collection.

Can I convert HEIC to PDF and run OCR or extraction in one workflow?

Yes. Because the conversion is part of the Processor API, you can chain it with OCR, extraction, and editing actions in a single request. The getting started guide shows how to combine actions.

How do I get started converting HEIC to PDF?

Create an account, generate an API key, and follow the Processor API getting started guide to send your first HEIC-to-PDF conversion request.

Is HEIC-to-PDF conversion secure?

Documents are processed over encrypted connections and aren’t retained after processing. See the security documentation for data handling and compliance details.

Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.

Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.