I have a client request to look into the capabilities of converting Rich Text Format (RTF) into HTML. This is not regular rich text encoding, it's the older version of it. A sample might look something such as this
"{\rtf1\ansi\deff0 {\fonttbl {\f0 Times New Roman;}} \f0\fs24 Hello, world!}"
I cannot seem to find any information on interactions between Appian and RTF. All of my searches return information relating to Appian's new rich text editor components. Is this something that simply does not exist? Was RTF deemed "too old" for Appian to work with it? Any information on the topic would be a huge help, even if it's just confirmation that there is nothing that currently handles RTF within Appian.
Discussion posts and replies are publicly visible
You can look into Aspose Word Functionalities plugin which enables conversion of RTF documents into HTML using 'Conversion' Smart Service.
Unfortunately, the current use case is that the RTF is not in document format, but instead in marked up plain text format and thus from what I am seeing, this plugin will not be useful for us.
Thank you though! I was not able to find any plugins that mentioned RTF, so I will at least keep this one in mind if any of the scenarios change.