J
Jignesh D. Patel
Hello
I have created word document in C#.Net using
Microsoft.Office.Interop.Word.
I have used some functionality of Microsoft.Office.Interop.Word for
display header,Footer,Page number etc...
Generated Word document contain html code so i need to decode it.
If I use below format than html is decoded but other functionality
is not working like header,Footer,Page number.
object o_format =
Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatEncodedText;
If i use below format than header,Footer,Page number is working but
html is not decoded.
object o_format =
Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatDocument;
How i will do for decode the html and use word functionality also.
Please give me reply.
I have created word document in C#.Net using
Microsoft.Office.Interop.Word.
I have used some functionality of Microsoft.Office.Interop.Word for
display header,Footer,Page number etc...
Generated Word document contain html code so i need to decode it.
If I use below format than html is decoded but other functionality
is not working like header,Footer,Page number.
object o_format =
Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatEncodedText;
If i use below format than header,Footer,Page number is working but
html is not decoded.
object o_format =
Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatDocument;
How i will do for decode the html and use word functionality also.
Please give me reply.