IRONSOFTWAREHOME
TIFF to PDF with Multi-Page Support
using IronPdf;

//Convert a TIFF with 1 or more pages to a PDF
var pdf = ImageToPdfConverter.ImageToPdf("assets/multipage_tiff_example.tif");

// Export to a file or Stream
pdf.SaveAs("output/multi-page-pdf.pdf");
Imports IronPdf

'Convert a TIFF with 1 or more pages to a PDF
Dim pdf = ImageToPdfConverter.ImageToPdf("assets/multipage_tiff_example.tif")

'Export to a file or Stream
pdf.SaveAs("output/multi-page-pdf.pdf")
NuGet Download
PM > Install-Package IronPdf
TIFF to PDF with Multi-Page Support

TIFF to PDF with Multi-Page Support

IronPDF's powerful conversion features include the ability to convert multi-paged TIFF (Tagged Image File Format) files into PDF documents through the ImageToPdfConverter.ImageToPdf method. Due to its high-quality conversions, IronPDF ensures that the final PDF will reflect the content from that original TIFF file in a high-quality file format.

Two Easy Steps to Convert TIFF to PDF

Here is a simple code example to demonstrate converting a multi-page TIFF file to a PDF document:

Explanation

  1. Convert the TIFF File to PDF: The first step to converting your TIFF files to PDF is to pass the TIFF file itself to the ImageToPdfConverter.ImageToPdf method. The ImageToPdfConverter class is used to convert image file formats to PDF documents and provides access to the method needed to carry this out, ImageToPdf. This class accepts a range of image file types and Bitmap objects and is capable of converting them all to PDF in just a couple of lines of code, and will handle the conversion of the TIFF file to PDF with ease, whether it's a single-paged PDF or multi-paged.
  2. Save the PDF Document: Once the TIFF file has been converted to a PDF, we store the newly created PDF document in a PdfDocument object named pdf. Our next, and final, step is to save this PDF document. Using the SaveAs method, we specify the file path where we want to save the PDF.
Explore ImageToPdfConverter API for more details.
View on GitHub

Ready to Get Started?

Nuget Downloads 21,105,021Version: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
C# NuGet Library for PDF
Install with NuGet

Version: 2026.9

PM > Install-Package IronPdf
nuget.org/packages/IronPdf/
  1. In Solution Explorer, right-click References, Manage NuGet Packages
  2. Select Browse and search "IronPdf"
  3. Select the package and install
C# PDF DLL
Download DLL

Version: 2026.9

or download Windows Installer here.

  1. Download and unzip IronPDF to a location such as ~/Libs within your Solution directory
  2. In Visual Studio Solution Explorer, right click References. Select Browse, "IronPdf.dll"

Licenses from $999