IRONSOFTWAREHOME
TIFF to PDF with Multi-Page Support
import {PdfGenerator} from "@ironsoftware/ironpdf";

(async () => {
    // File path
    const filePaths = "multipage_tiff_example.tif";
    
    // Convert a TIFF with 1 or more pages to a PDF
    const pdf = await PdfGenerator.imageToPdf(filePaths)
    
    // Export to a file or Stream
    await pdf.saveAs("multi-page-pdf.pdf");
})();
npm i @ironsoftware/ironpdf
TIFF to PDF with Multi-Page Support

TIFF to PDF with Multi-Page Support

Converting from a single or multiple pages TIFF to PDF can be accomplished in a single line of code.

Utilize the PdfGenerator.imageToPdf method to convert a single or multiple pages TIFF to PDF. This method is not limited to TIFF alone; it is also compatible with other image formats such as PNG, JPG, and JPEG.

Additionally, the method accepts an image buffer, which can be useful for receiving images from a network source.

This C# code snippet demonstrates how to convert a TIFF image (or any supported image format) into a PDF document. The PdfDocument.ImageToPdf method reads the image file and converts it into a PDF, which is then saved to a specified path on the file system.

Learn to Convert PDFs to Images with Python
View on GitHub

Ready to Get Started?

Version:2026.8just 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 IronPDF
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
Node.js Module Download for PDF
Install with npm

Version: 2026.8

  1. Download and install Node.js 12+.
  2. Execute the above command in the terminal.

Licenses from $999