HTML to FRT conversion

Received : 2007/09/17 10:11:03
Message : Hi, we are evaluating you product now. We are looking for a tool for conversion HTML to RTF.
Im using code

Document doc = new Document(@"c:\temp\test.html"); 
doc.Save(@"c:\temp\output.rtf", SaveFormat.Rtf); 

but the result document does not use any of the css formationg from the html file. The css is referenced by

do you support css?

This message was posted using Aspose.Live 2 Forum

Hi
Thanks for your request. Unfortunately, Aspose.Words does not support styles during importing html. Also see the following file to learn more about converting files using Aspose.Words.
https://docs.aspose.com/words/net/supported-document-formats/
Best regards.