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
  • Thanks . I really appreciate your taking the time to write.

    I could able to Generate Word doc and convert it to PDF with my sample template by passing required data through Appian Open Office writer doc method in Process Model.

    My only concern is to render the HTML text in a formatted way in Word doc. For example I would like <strong>Hello</strong> to display as Hello instead.

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



    It would be great if you have any solution or a demo app. 

Children