Docx to doc

hi all,
for some specific requirements i have to convert docx to doc with Java. i know aspose.words could figure it out. i just dont know the specific api or code. anyone could help?
thx

Hello
Thanks for your interest in Aspose.Words. Please try using the following code:

// Open document
Document doc = new Document("in.docx");
doc.Save("out.doc", SaveFormat.Doc);

Also please see the following link for more information:
https://docs.aspose.com/words/net/loading-saving-and-converting/
Best regards,

hi AndreyN,
thanks to ur support, my problem has been figured out. thnak u very much.

hi AndreyN,
could u tell me if the version for testing have time limitation.
thx

Hi

Thanks for your inquiry. Aspose.Words evaluation version has only two limitations: it limits the maximum number of paragraphs in the document and adds a watermark at the top of the document.

Also, if you want to test Aspose.Words performance without the evaluation version limitations, you can request a 30-day Temporary License. Please refer to:
https://purchase.aspose.com/temporary-license

Best regards,

Greetings all, my name is Ann. Hope I can make a contribution to the forum