Hi,
Can anyone help me get the code to convert Microsoft word(.docx) to WordML or WML format using Aspose.words for java.
Thanks
Hi,
Can anyone help me get the code to convert Microsoft word(.docx) to WordML or WML format using Aspose.words for java.
Thanks
Hi,
Document doc = new Document(getMyDir() + “in.docx”);
doc.save(getMyDir() + “out.xml”, SaveFormat.WORD_ML);