Hi
I am trying to convert .doc and .docx format documents into .xml
Please advise if this is possible and how to do this.
I have the below products.
- aspose.word for .net
- aspose.pdf for .net
- aspose.email for .net
regards,
Arvind
Hi
Thanks Imran that’s useful information.
Document doc = new Document(MyDir + "in.docx");
doc.Save(MyDir + "Out.xml", SaveFormat.FlatOpc);
Document doc = new Document(MyDir + "in.docx");
doc.Save(MyDir + "Out.xml", SaveFormat.WordML);