المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Convert HTML to DOC in C#.Net



C# Programming
04-24-2009, 03:40 PM
Hi all,
How can I convert a HTML file to .Doc file in C#.net? Currently i am using ghtmldoc.exe with arguments "--webpage -f " + DocFile + " " + html file". However the conversion is successful but the resulting Doc file is missing images in it. Can somebody help me out or knows some other workaround to convert HTML to DOC.

Happy Coding,
Vivek Rathore