Word and RTF to ePub conversion

hi,
I am looking for API to convert Word and RTF document to ePub. can you point me to the link?
Regards
Prachi

Hi Prachi,


Thank you for your inquiry. Yes we do provide conversion of DOC and RTF files into ePUB format.
Please see following links for more details:

http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/file-formats-and-conversions.html

Regards,

Thanks for the prompt reply. I had looked at the link, but it does not talk about ePub API. In the epub link, it only talks about the readymade application. The high quality file conversion does nt list ePub. Do I do a document.save as any other format for ePub as well?
Regards
Prachi

Hi Prachi,


Thanks for your reply. Please find below the code example of converting rtf file to epub file format.

Document doc = new Document(“yOur file Name.rtf”);
doc.Save(“test.epub”);