IRONSOFTWAREHOME
TIFF to PDF with Multi-Page Support
from ironpdf import *

# Convert a TIFF with 1 or more pages to a PDF
pdf = ImageToPdfConverter.ImageToPdf("multipleTiffSample.tiff")
 
# Export to a file or Stream
pdf.SaveAs("multi-page-pdf.pdf")
pip install ironpdf
TIFF to PDF with Multi-Page Support

TIFF to PDF with Multi-Page Support

IronPDF for Python's ImageToPdfConverter class supports the conversion of TIFF files into PDF documents. When using ImagePdfConverter.ImageToPdf with a TIFF containing multiple frames, it will place each frame of the TIFF on separate pages.

Here is an example of how you can use the ImageToPdfConverter to convert a multi-frame TIFF image into a PDF document:

Explanation of the Code

  1. Importing Modules:
    • PdfDocument and ImageToPdfConverter are imported from the ironpdf package to handle the PDF conversion.
  2. Function convert_tiff_to_pdf(tiff_path: str, pdf_output_path: str):
    • This function takes a TIFF file (via tiff_path) and converts it into a PDF document, saving it to the specified path (pdf_output_path ImageToPdfConverter).
  3. ImageToPdfConverter Instance:
    • An instance of ImageToPdfConverter is created to utilize its image_to_pdf method for conversion.
  4. PDF Conversion:
    • The method image_to_pdf(tiff_path) converts the multi-frame TIFF by placing each frame on a separate page in the resulting PDF.
  5. Saving the PDF:
    • The converted PDF is saved using the save method of the PdfDocument class at the specified path.

Replace 'path/to/your/tiff_file.tiff' and 'path/to/output/pdf_document.pdf' with your actual file paths to perform the conversion.

Learn How to Convert PDF to Image with Python
View on GitHub

Ready to Get Started?

Version:2026.9just released

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

OR
bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried Iron Suite
Book your free Live Demo
Booking Badge

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required
Python Module Download for PDF
Install with pip

Version: 2026.9

  1. Download and install Python 3.7+.
  2. Install pip from pypi.org if it isn't installed already.
  3. Execute the above command in the terminal.
Python PDF Module
Download Module

Version: 2026.9

Manually install into your project

  1. Download the package
  2. Run this command from the terminal
    pip install ironpdf-2026.9-py37-none-win_amd64.whi

Licenses from $999