We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Support for RTF format

Hi,

We are evaluating Syncfusion Doc IO to do some processing in our RTF files.

We would like to know whether your product support RTF format or any conversion from RTF format to DOC format.


Thanks,
Babu Kannan

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon