0

Using iTextSharp, I want to convert PDF documents into Tiff. Is there any example? Thanks for your time.

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
mrd
  • 2,095
  • 6
  • 23
  • 48
  • According to this solution it is achievable with iText7 :) [https://stackoverflow.com/questions/49414913/itext7-creating-pdf-from-tiff-multipage-image-using-itext](https://stackoverflow.com/questions/49414913/itext7-creating-pdf-from-tiff-multipage-image-using-itext) – arden Oct 18 '19 at 16:20

1 Answers1

1

I think you can't do that with iTextSharp and someone agrees with me.
Take a look at Ghostscript: with a little work you can achieve your goal.

Marco
  • 56,740
  • 14
  • 129
  • 152