RTF to HTML (convert string) ASP Classic

Given the RTF string:

{\rtf\ansi…

I want a quick conversion to HTML format:
<…

I would prefer to do it with streams (in memory), and not actually have to read (load) and write (save) any docs.

Would I suse the ComHelp to do this? Like:
Set license = CreateObject(“Aspose.Words.License”)
license.SetLicense(“Aspose.Words.lic”)
Set objWord = CreateObject(“Aspose.Words.ComHelper”)

Thanks for any help.









Hi Bill,

We are working on this example and will share with you soon.

Best Regards,