How to convert a TIFF file to PDFThe code sample below creates a PDF using a tiff image. If the tiff image has multiple pages to a multi-page PDF document will be created. c# sample: PDFDocument MyDocument = new PDFDocument("TiffSample.pdf"); MyDocument.TiffToPDF("sample.tiff"); MyDocument.Save(); |
PDF .NET Library for .NET Software Developers - PDF Component Library for C#, VB.NET and ASP.NET developers Copyright © PDF Technologies Inc., 2013. |