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:
http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/loading-saving-and-converting.html
Best regards,
hi AndreyN,
thanks to ur support, my problem has been figured out. thnak u very much.
could u tell me if the version for testing have time limitation.
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: http://www.aspose.com/corporate/purchase/faqs/temporary-license.aspx Best regards,
Greetings all, my name is Ann. Hope I can make a contribution to the forum