Iron Software. C# & .Net Component Library Developers
  • Products
    Read, edit, and sign PDFs Image to text in 127 languages Read and write QR & Barcodes No Office Interop required Extract structured data from websites 40% off Bundles Purchase a license for one product, get the second 40% off Contact our Team
  • About Us
  • Home
  • Licensing
  • Get Started
  • Features
  • Code Examples
  • Tutorials
  • FAQ
  • Support
IronPDF Library for C#
  • Home
  • Licensing
  • Docs
    • Get Started
    • Features
    • Code Examples
    • Tutorials
    • FAQ
    • Support
  • Install with NuGet
Iron Pdf
IronPDF
Code Examples
  1. IronPDF
  2. Code Examples
  3. Multi-Frame TIFF to PDF
nuget   download  help
Iron Pdf
HTML to PDF HTML Files to PDF URL to a PDF ASPX Pages to PDF ASPX To PDF Settings Images To PDF TIFF to PDF Rasterize a PDF to Images PDF Generation Settings Async PDF Generation Set Temp PDF File Path
Headers & Footers HTML Headers & Footers PDF Forms Responsive HTML to PDF Backgrounds & Foregrounds
Passwords, Security and MetaData Editing PDFs Outlines & Bookmarks Annotations Digital Signatures Stamping New Content Watermarking Reading PDF Text Paper Printing PDFs

TIFF to PDF

           
// Install IronPdf with Nuget:  PM> Install-Package IronPdf

using IronPdf;

//Load a TIFF with 1 or more pages            
var pdf = IronPdf.ImageToPdfConverter.ImageToPdf("MultiFrame.tiff");

//Export as a PDF
pdf.SaveAs("MultiPagePdf.pdf");
' Install IronPdf with Nuget:  PM> Install-Package IronPdf

Imports IronPdf

'Load a TIFF with 1 or more pages            
Private pdf = IronPdf.ImageToPdfConverter.ImageToPdf("MultiFrame.tiff")

'Export as a PDF
pdf.SaveAs("MultiPagePdf.pdf")
Read more
Try IronPDF free for development
Download Free
C# Object Reference and Get Started Tutorials
Object Reference
C# Library Licensing
Licensing
.Net Developer Support
Ask a Question

TIFF to PDF

IronPdf can automatically convert multi-paged TIFF files into PDF documents using the IronPdf.ImageToPdfConverter.ImageToPdf method.

Previous Example
Next Example

The C# PDF solution you've been looking for.

.Net Developer Support

Support

Open a support ticket with our development team.

Ask a Question
C# Object Reference and Get Started Tutorials

Documentation

View code examples and tutorials.

Get Started
C# Library Licensing

Licensing

Free for development. License from $399.

See Licenses
Install The C# PDF library

Try IronPDF Free

Get set up in 5 minutes.

Download
Try IronPDF for Free
Get Set Up in 5 Minutes
C# Nuget Library for PDF
Install with NuGet
Version 2021.1
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 2021.1
Download Now
Manually install into your project
  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 $399

Have a question? Get in touch with our development team.

Install with Nuget
C# Software Library Developers

Copyright © 2013-2021
Iron Software Company

Terms | Privacy

    Iron Software LLC

    205 N. Michigan Ave.
    Chicago, IL 60611
    USA

    +1 (312) 252-3088

    Contact Team Iron

    Products

    • IronPDF
    • IronOCR
    • IronBarcode
    • IronXL
    • IronWebScraper

    Information

    • Ask a Question
    • Documentation
    • Tutorials
    • Object Reference
    • About Us