Using pdfcreator to convert tiff files
I am 开发者_StackOverflow中文版using pdfcreator com sdk to convert files to pdf. Most of the time its htmls or images, so i use the printURL method, but if the file is tiff pdfcreator wont create the file as pdf. When i use printFile its open a printDialog which of course its bad because its a background process. Any thoughts?
Use ImageMagick instead. It does a fantastic job of converting between many image formats, including TIFF and PDF. Use one of the C# interfaces.
精彩评论