Hi All,
I am working on Word XML document for conditional document merging and manipulation. In my application, user converts a MS word document in to XML by saving it as XML document and upload it. My application pick the xml file and save its XML content into the data base. On the basis of some condition, my application this XML and save it as docx.
Now I want to save this XML into PDF. I have the XML content in an object of XMLDocument.
Please suggest me the way to achieve the requirement.
Thanks
Hi,
Using open xml you cannot convert the documents to PDF format. Docx is an xml package. You can convert docx to pdf using Office Interops or sharepoint word automation service.
I have Docx file that has been saved as an XML file. Now i only have xml file and I want to conver its Docx representation as PDF