We are stuck in situation where we need PDF as end results and we have tiff file available.
I have tried many things but not able to achieve this.
We have tried following things.
1. Ghost script. But we are not going to use that as we found it is vulnerable while scanning.
2. Write code in python and make exe for that and use that one. ( Our last option)
3. We are using lead tool control in v14. And in that version we don't have support for this.
4. Used pdfsharp in C# and use that dll. ( Consuming too much memory when we have high dpi image.)
5. tried to read tiff file in bytes in PB and convert byte to blob and created pdf using that blob. ( not able to read tiff file)