I'm looking to port Oren Tirosh and Thomas Boege's excellent patent2pdf script (http://www.tothink.com/pat2pdf/pat2pdf) into a few languages, the first one being C#, so that it can more easily utilize it in my school research and so I can use it if I build other applications.
The script requires an http fetcher and some libraries to manipulate TIFFs.
I think I am familiar enough with the C# libraries to handle the http fetching aspect of things, however, the I'm not sure about how to best convert the TIFF files to PDFs. This SO question (http://stackoverflow.com/questions/336466/free-tool-or-library-to-convert-tiff-files-to-pdf-in-net) suggests using PDFSharp or iTextSharp. Has anyone had any experience with those libraries? Are there other recommendations?