TIFF to PDF file

Hi,
I just downloaded a trail version of Aspose.Imaging dll and try to convert TIFF to PDF. I’m getting error message with one of the file.
Before we buy this product, Is there any way you guys can help us please?

Aspose.Imging dll version is 3.0.0.0
RunTime Version = V2.050727
Running on Net 4.0 with Windows 7 Premium computer.
VS 2013

Code Sample and TIff file as zip file is attached
using (Aspose.Imaging.Image image = Aspose.Imaging.Image.Load(@“C:\IFAX20120823000001.tiff”))
{
//Export to JPEG
image.Save(@“C:\output\output.pdf”, new Aspose.Imaging.ImageOptions.PdfOptions());

//Export to JPEG file format using the default options
image.Save(@“C:\output\output.jpeg”, new Aspose.Imaging.ImageOptions.JpegOptions()); // This works

//Export to PNG file format using the default options
image.Save(@“C:\output\output.png”, new Aspose.Imaging.ImageOptions.PngOptions()); // This Works

}

//Export to TIFF file format using the default options
// image.Save(@“C:\Bhoj\TFFTOPDF\PDF\output\output.tiff”, pdfOptions);
}



Hi,

Thank you for considering Aspose APIs.

Please, note that Raster images (TIFF, PNG, JPEG etc) to PDF conversion is not supported by Aspose.Imaging. You can only convert DjVu to PDF format and can export DWG drawings to PDF format. Following are the links to online documentation for further information on DjVu & DWG Drawings


Converting raster images to PDF can be done using Aspose.Pdf. Following is the related URL to the online documentation:


Hope the above information helps. In case of any issues, need further clearance please be sure to let us know, we will be glad to assist you.