I've been looking for some help on this, but can't seem to find any code nor an explanation on how the file types differ (Technically).
Where would I need to start to try and attempt this myself?
Thanks,
Justin
Printable View
I've been looking for some help on this, but can't seem to find any code nor an explanation on how the file types differ (Technically).
Where would I need to start to try and attempt this myself?
Thanks,
Justin
I could've google'd for something I have to pay for... I was looking for something in the free.99 range : /.
So my new and improved question is: What is the process involved in converting a Multi-page TIFF file to PDF?
Justin
Hope some one reply
Are you wanting a .NET managed way of doing it? If not, one way I can think of is downloading and installing CutePDF writer (it's free) and then printing a .tiff file to a .pdf file. I've done similar in code and it works fine.
You can use iTextSharp to convert a multipage tiff to a pdf.
Code examples can be found left and right by Googling. Here is just one of them:
http://atashbahar.com/post/Convertin...ge-to-PDF.aspx
This is kind of an old post lol. But I've been using iTextSharp and PDFSharp/MigraDoc for all my 'on they fly' pdf needs. I've had to change the source some to get the exact functionality I've needed. But it's all good now.