Click here to Skip to main content
15,921,884 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
string localpath=DevelopFollow.docx; 
doc.SaveAs("c:" + localPath + ".html", Word.WdSaveFormat.wdFormatFilteredHTML, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing,Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);

it showing error as:
File error has occured.
c://loacalPath.docx.html
Posted
Updated 20-Jun-12 20:38pm
v2

1 solution

See this two post:
word to html 1[^]
word to html 2[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900