TIFF to PDF Conversion in C#.NET Application

A Professional C#.NET TIFF Image Converter for TIFF File to PDF Document Conversion
C#.NET Tiff Image Conversion Library is a flexible program component that allows you to convert Tiff format file to PDF document in C# class. It has a clean and easy interface to navigate Tiff image conversion to PDF file and batch Tiff image processing is supported. You can also specify PDF output mode (individual file or merged files). During the conversion process, you can also configure your file through size, margin and resolution adjustment.
This C#.NET Tiff Image Conversion SDK runs in .NET environments. Therefore, before using this Conversion SDK, you should make certain that the .NET program requirements are 100% met. You should make sure that you have installed Visual Studio 2005, 2008 or 2010. Then, your computer has installed commonly used Microsoft operating systems, such as Windows XP, Windows Vista, Windows 7 and so on. The C#.NET Tiff Image Conversion Component is completely compatible with .NET Framework 2.0 or later versions.
Our Tiff Image Converter for C#.NET will help you quickly finish a Tiff to PDF conversion task and no external system resource will be used. The high quality of your Tiff file is well maintained in the PDF document. For detailed conversion operations, you may refer to the user guide below.
Single-Page TIFF File to PDF Conversion in C#.NET
For C#.NET developers who are intending to convert Tiff file to PDF document, view this user guide carefully and you can easily finish Tiff to PDF conversion in C# class. It is possible to convert Tiff file to editable PDF document through our mature C#.NET Tiff Image Conversion Library without using additional image plug-in. This section contains information on operation steps and C# demo code for single-page Tiff file to PDF document conversion.
  • Download and unzip the evaluation version of Tiff to PDF C#.NET Conversion Library.
  • Create a C#.NET project in your Visual Studio.
  • Immediately activate the evaluation license key and copy the generated txt file to your created project folder.
  • Find related references ("Yiigo.Imaging.Basic.dll", "Yiigo.Imaging.TIFF.dll", and "Yiigo.Imaging.PDF.dll") in the unzipped package and add them to your C#.NET project.
  • Use the C# sample code below to convert Tiff file to PDF easily.
  • Now, debug and the Tiff to PDF conversion is completed.
     using System.IO;
using System.Drawing.Printing;
using Yiigo.Imaging;
using Yiigo.Imaging.Processing;
using Yiigo.Imaging.TIFF;
using Yiigo.Imaging.PDF;

YiigoImaging TIFF = new YiigoImaging();
public void TiffConvertToPdf();
{
TIFFInputFile = (@"C:/1.tif");
ImageOutputFile = ImageFormat.pdf;
}
TIFF.Save(@"C:/1.tif", 1, @"C:/1.pdf");
Multi-Page TIFF File to PDF Conversion in C#.NET
Our C#.NET Tiff Conversion SDK also allows users to convert multi-page Tiff file to PDF document through C# programming. You can control the size of output PDF document through an image compression component. Multi-page Tiff to PDF conversion is conducted automatically and no Adobe Acrobat software is used.
It is not difficult to convert multi-page Tiff document to PDF file by referring to the guide for converting single-page Tiff file to PDF format. Their outstanding difference is the C# sample code used. We will show you the C# demo code for multi-page Tiff to PDF conversion in the following part.
     using System.IO;
using System.Drawing.Printing;
using Yiigo.Imaging;
using Yiigo.Imaging.Processing;
using Yiigo.Imaging.TIFF;
using Yiigo.Imaging.PDF;

YiigoImaging TIFF = new YiigoImaging();
public void TiffConvertToPdf();
{
TIFFInputFile = (@"C:/1.tif");
TIFFPageNumber = "2";
ImageOutputFile = ImageFormat.pdf;
}
TIFF.Save(@"C:/1.tif", 2, @"C:/1.pdf");
More Supportive Formats of C#.NET TIFF Conversion SDK
We highly recommend this C#.NET Tiff to PDF Conversion SDK to all users because it not only supports converting Tiff file to PDF document, but also supports changing file format from Tiff to HTML, BMP, Text, JPEG and others. For each conversion, there will be a step-by-step help tutorial to guide you.
This Tiff to PDF Conversion Control is entirely developed and built in the managed Visual C# class and it is the best choice for C#.NET developers. For VB.NET developers, we recommend this Tiff Conversion API for VB.NET. It is also a high quality component that enables VB.NET developers to transform both single-page and multi-page Tiff file to PDF document with simple mouse clicks. Please go to related page to download the Tiff Conversion API for VB.NET Trial free of charge.
Products
Other Plugins
Image Viewer CoreBarcode PluginPDF Read & WriteTesseract OCR PluginForm Processing PluginJBIG2 CodecJPEG2000 CodecISIS ScannerTwain ScannerDICOM ReaderCAD Scanner