Conversion DocX 2007 to Doc 2003 using Aspose.word

Hi All,

i am very new in Aspose.Word, do you know how to convert DocX 2007 to Doc 2003 using Aspose.Word,using C# 3.5

if you have code sample , please give overview.

Thanks and Regards

Hi

Thanks for your request. You can convert document using two lines of code:

Document doc = new Document("in.docx");
doc.Save("out.doc");

Please see the following link to learn more about document conversions in Aspose.Words

Best regards.

thanks for reply, but in this case where we using Aspose object, Document is openXml Format SDK ?? may i right?

Hi

Thanks for your request. It is Aspose.Words.Document

Best regards,

one more question. if we change format then i ll loose password protection and other settings or not??

Hi

Thanks for your inquiry. Security and other settings will be preserved during converting.

Please let me know in case of any issues.

Best regards,