cancel
Showing results for 
Search instead for 
Did you mean: 

How to render HTML tags on adobe form

Former Member
0 Kudos

Hi,

We are trying to print certain standard texts on Adobe forms. These standard text are nested(one include text into another). Hence we are not able to bind it directly as standard text node in adobe form.

To overcome this issue we are reading the nested texts from interface and then binding them to layout through an internal table.

Here there are certian tags like <-B->...<-/->(pls ignore the '-' without which this page would interpret the text as BOLD) which are existent in SO10 standard texts which appear as plain text on the adobe form output. We want this to be rendered as HTML.

We also tried modifying this from "<-B->...<-/->" to "<-B->....<-/B-> but it didn't work.

The property of the text field in the Form layout is also set as 'XHMTL'.

Could you please suggest how do we proceed on this.

Thanks,

Tirth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We fixed this by declaring a dynamic text instead of include text and then binding the same internal table to it. We also had to specify a smart style where these HTML tags were defined. This we have to give at the time of declaring dynamic text inside the context.

Former Member
0 Kudos

Hi,

Did you transform the HTML tags in xHTML before processing it into Livecycle Designer.

I have a similar requirement in which i need to transform the HTML data to xHTML and display the formatted text in Adobe form.

Regards,

Mohammed Shukoor.