Advice needed to convert the template file (.dot) to .doc using .net

Hi,
I have a requirement to convert the template file to .doc format… how i can do it in .net?
Please help me in that, your immediate help in this is highly apprceciable.
Thanksfor your consideration on this.
Nick

Hi Nick,
Thanks for your request. You can use the following simple code to achieve this:

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

Best regards,

Hi Alexey.noskov,
Appreciating your quick response.
If i use the above code to convert, will i get all the header and footer information what ever i have in my template unaltered?
Thanks a lot,
Nick

Hello
Thanks for your inquiry. Yes, all content should be preserved during processing with Aspose.Words. Please let me know in case of any issues, I will be glad to help you.
Best regards,