Saving as RTF

Received : 2007/08/31 12:43:08
Message : I need to save a document as RTF. I was looking at this help message…
https://forum.aspose.com/t/123404
And it explains to use SaveFormat.FormatRtf in order to do the save. However, the only SaveFormats that seem to be available are Text, HTML, and DOC. I downloaded the latest build and that didn’t seem to help.
Thanks!

This message was posted using Aspose.Live 2 Forum

Hi
Thanks for your request. You should use the following code to save document as RTF file using latest version of Aspose.Words.

doc.Save(@"156_93122_KLETCO\out.rtf", SaveFormat.Rtf);

Best regards.

I am using java.

Hi
Unfortunately, java version of Aspose.Words doesn’t support RTF format yet. Supporting of RTF will be implemented for the end of 2007.
Best regards.

We are happy to tell you that the new version of Aspose.Words for Java was released. Support of Rtf and Odt formats were added in this release!

(18)