Does any one know of a free tool or library to convert multi page tiffs to pdf in Asp.Net 1.1?
Steps: Right-click the TIFF file, and press 'Save as PDF (Advanced…)' from the context menu. From the 'Merge All to one PDF in' section, choose any of the destination folder where the PDF file would be saved. E.g., Source Folder if you want to place the PDF in the same folder as that of the source TIFF file.
how about PDFSharp, or iTextSharp? I usually search sf.net first when looking for a free library.
LibTiff.Net library and tiff2pdf utility (comes in source code with the library) can be used to convert TIFF images to PDF documents in .NET
The library and the utility use .NET 2.0 but you probably will be able to build .NET 1.1 version without modifications. The library and utility are free and open source and their code doesn't use generics and other things absent from .NET 1.1.
Disclaimer: I am one of the maintainers of the library.
Use ImageMagick.
convert screenshot.tiff screenshot.pdf
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With