RTF to Html

I am looking for a demo that will show me how to use the Aspose.Word to convert RTF to HTML

Cheer Ash

Hi Ashley,

Thanks for your inquiry. You can easily convert any Word document (DOC, DOCX, RTF etc) to HTML format by using the following two liner code:

Document doc = new Document(MyDir + "Document.rtf");
doc.Save(MyDir + "Document.ConvertToHtml Out.html");

Please let me know if I can be of any further assistance.

Best Regards,