PR
Poornima R
Syncfusion Team
November 27, 2009 01:05 PM UTC
Hi Babu,
Thank you for evaluating Syncfusion Products.
Currently DocIO doesnot support RTF format.There is no conversion from RTF to Doc format,but there is a conversion from Doc to RTF format.
Following is the coding for your reference
WordDocument doc = new WordDocument();
doc.open(path);
//Export the doc to RTF and save as .rtf file
doc.Save("DocToRtf.rtf", FormatType.Rtf);
Please let me know if you have any queries.
Regards,
Poornima