hi experts ,
I have one requirement , I am developing one adobe form where I am getting one paragraph from read_text function module,
and I am passing this table in my form layout
now the problem is in that paragraph there are some highlighted lines . for this lines adobe form is not printing them in bold but
it is printing like this
<H>1.0ABCD</>
output is like that............
1. ABCD
jasjdlkajsldjla
1.1. EFGH
kjgsdjfgsjdgfjsgdjf
1.2.1. IJKL
asdjasgdjagsdjgjasd
in current scenario it is coming like
<H>1. ABCD</>
jasjdlkajsldjla
<H>1.1. EFGH</>
kjgsdjfgsjdgfjsgdjf
<H>1.2.1. IJKL </>
asdjasgdjagsdjgjasd
<H> </> is coming because in long text editor it is highlighted
please tell me how to achieve this in adobe form.................