question

KrantiKumarMahanta-8660 avatar image
0 Votes"
KrantiKumarMahanta-8660 asked

WordML 2003 format to OpenXML format using OpenXML SDK

We have a web service which returns WordML as response. I want to convert that WordML to OpenXML using OpenXML SDK. I am new to openXMl so I don't know how to do it.

I have a web service that generates an MS Word document in the WordML format (a single XML file in Word 2003 XML format with a .xml file extension). I would like to automatically convert this into the newer Office Open XML format so that the document could be saved as a .docx file (which in essence is a zip file containing multiple XML files).

The user cannot be assumed to have MS Word installed.

I have been looking for a C# library/code I could use to do this, but couldn't find any that converts .xml 2003 format to .docx.

office-addins-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers