Convert xml file to word document
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Hi Is there any way in which i can convert a xml file to a word document..can u please demonstrate with a small example??
-
Hi Is there any way in which i can convert a xml file to a word document..can u please demonstrate with a small example??
-
You can use word interop to write xml file's content to word document. If you google 'how to create document with word interop' you'll find tons of examples.
Now i am already using the interop object.I just want to know if this can be done in any other way.
-
Now i am already using the interop object.I just want to know if this can be done in any other way.