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

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Venkatesh

    Hi - I will try to make a new export today of the app after some of the code cleanup i want to do, if you have a way of using a 20.4 app.  Keep in mind that this isn't so much a way to use "HTML formatted text", as it is a way to do the appropriate corresponding text formatting directly in the WordML language.  It includes basic formatting like bold, italics, underline, and then also creating of tables.  I've used it for generating word files for years now, so I can assure you that at least this much of it works.

Children