Printing Rich Text Format in XML publisher report
Summary
Printing Rich Text Format in XML publisher reportContent
Hi All,
Our requirement is to print Rich Text Format in XML publisher report.
Basically we are storing Rich Text format data in clob type column in database and data is being stored something like below. We are fetching this data and printing into XML publisher report and our requirement is to print the data in the format it was stored in database column like bold, italic, font sizes etc. Any pointers achieving the same would be a great help.
(CLOB) <p>Hi John,</p>
<p>I am working from home today, Everly is not feeling well?</p>
0