TIFF to PDF
Convert a TIFF image into a downloadable PDF — multi-page TIFFs use their first page. Pick a page size and convert; the file is processed on our own servers and never handed to a third party.
Input
Converted server-side — this uses one credit. Multi-page TIFFs use their first page.
“Fit to image” makes the page exactly the size of the TIFF.
Output
Guides
What this does
Converts a TIFF image into a downloadable PDF. Multi-page TIFFs use their first page — the PDF is a single, static page.
How to use it
- Upload your TIFF image.
- Optionally pick a page size (fit-to-image, A4, or US Letter), orientation, and margin.
- Click Convert to PDF — this runs server-side and uses one credit.
- Download the resulting PDF.
Why "fit to image"?
By default the PDF page is exactly the size of your TIFF, so nothing is cropped, letterboxed, or stretched. Switch to A4 or US Letter if you need a standard print size instead.
Need a different format?
For a GIF, WebP, or plain PNG/JPEG image instead, see GIF to PDF, WEBP to PDF, or Image to PDF.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/tiff-to-pdf \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file": "<file>"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `tiff-to-pdf` tool (TIFF to PDF) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.