Convert HTML to DOC in C#.Net
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
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