Rendering text with HTML tags to format text in a Word/PDF table using Appian.

I have a word document with html tags that I need converted to formatted text. For example I would like <strong>Hello</strong> to display as Hello instead.

Currently I'm using Open Office writer doc to generate word document and need to embed html text converted to formatted text which should also preserve coloring and formatting.

Open Office Writer Doc From Template Smart Service

Does anyone know a way to display code in Microsoft Word documents that

preserves coloring and formatting?

I have tried to include code as html to parse <b>, <i>, <a>, <li>, <div> and <p>, for example. But all the tags and formatted styles have ignored and resulted in a single normal text.

But as of now, I could only display it as normal text as Appian ignores all the html formatted code example <div>, <p>, <li>, <b> etc.

  Discussion posts and replies are publicly visible