I am 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?
Asked
Active
Viewed 1,881 times
1 Answers
0
Use ImageMagick instead. It does a fantastic job of converting between many image formats, including TIFF and PDF. Use one of the C# interfaces.

moinudin
- 134,091
- 45
- 190
- 216
-
is it stable for commercials purposes? – Guy Dec 30 '10 at 22:44
-
@Guy It's top-quality. I've never heard anyone say bad things about it's results. – moinudin Dec 30 '10 at 22:48
-
is it com or stand alone dll i could not understand from the site ? – Guy Dec 30 '10 at 22:49
-
@Guy I haven't used the C# library, so you'll have to check to see if it suites your requirements in that regard. But if it does, I couldn't recommend it more. – moinudin Dec 30 '10 at 22:54