Your help is highly appreciated. Have been looking for a way from past two days!!! :(Thankyou.
This message was posted using Aspose.Live 2 Forum
Your help is highly appreciated. Have been looking for a way from past two days!!! :(Thankyou.
This message was posted using Aspose.Live 2 Forum
Hi
Thanks for your request. If you need to convert DOC file to RTF then you should use code like the following:
// Open source document.
Document doc = new Document("in.doc");
// Save output as RTF.
doc.Save("out.rtf");
Please let us know if you need more assistance. We will be glad to help you.
Best regards,