TIFF-to-PDF API for scanned image and document conversion

Use Nutrient DWS Processor API to convert TIFF image files — including multipage scans, faxes, and document images — into PDF output. Start a free trial, test with Postman, and move to production with credit-based pricing.

Handle multipage TIFF scans

Convert single-page and multipage TIFF files to PDF while preserving image quality and page order for archival, compliance, and document packaging workflows.

API-first integration

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

Part of a broader image conversion platform

TIFF-to-PDF is one action in the DWS Processor API. Combine it with OCR, JPG, PNG, and other image formats 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 TIFF file to a PDF.


Try it out in three steps

  1. Add a TIFF file named document.tiff 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: image/tiff" \
-H "Authorization: Bearer your_api_key_here" \
-o result.pdf \
--fail \
--data-binary @document.tiff

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

Getting started

The following section will walk you through how to best make use of all the functionality our image-to-PDF API provides.


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.

Frequently asked questions

What is a TIFF-to-PDF API?

A TIFF-to-PDF API converts TIFF image files into PDF documents with a single API call. With Nutrient’s DWS Processor API, you can convert single-page and multipage TIFF scans, faxes, and document images to PDF without your own infrastructure.

How do I convert TIFF to PDF programmatically?

Send your TIFF file to the Nutrient DWS Processor API, and it returns a PDF. You can call it via REST, Postman, curl, JavaScript, Python, Java, C#, or PHP.

Can I convert multipage TIFF files?

Yes. Multipage TIFFs — common for scanned documents and faxes — are converted into a single multipage PDF with page order preserved.

Which programming languages does the API support?

You can call the API from any language that can make HTTP requests. We provide quick start examples for JavaScript, Python, Java, C# (.NET), and PHP, plus REST and a Postman collection.

Is there a free TIFF-to-PDF API?

Yes. You can start for free — sign up to receive processing credits and try the TIFF-to-PDF API before choosing a Processor API plan.

Ready to try it?

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