c# - Convert Word Document to XML and back ASP.Net -
I need to convert the word document into XML and once it's returned to editing.
I do not have Microsoft Office installed on my server, and I want my users to edit their documents through their web browser.
I am using C # and ASP.NET
Thanks
Alternatively, you can see if they are tools to convert old .doc format files into .docx, as a result, you should provide an XML based word file.
Comments
Post a Comment