Hi, I’ve a requirement to convert any type of file(.txt, .doc, .html etc) to pdf file. I have a web page ConvertToPDF.aspx. It contains a text box and a button control on it. I’ll type the full path of the file name(let it be C:\krushna.txt) in the text box and hit the button. Then it should convert to krushna.pdf and store in My Document folder automatically. I’m using visual studio 2005. I’ve also Adobe PDF Printer installed in my system and set it as default printer. Also, in the PDF printer the default port is set to My Document\*.pdf Can it be possible with iTextSharp or I need to go for some other method ? Please guide me in this with detail code. Thank you.
--Krushna Chandra Sahu prfkrushna@gmail.com