Using iTextSharp, I want to convert PDF documents into Tiff. Is there any example? Thanks for your time.
Asked
Active
Viewed 2,326 times
0
-
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 Answers
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