0

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?

moinudin
  • 134,091
  • 45
  • 190
  • 216
Guy
  • 11
  • 1

1 Answers1

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