My requirement is that I have to display some characters in a string as bold ex " WelcomeTOJasper " Just like this sting I have rendered the output in jprint,
This is what I used,
"<textElement markup="html">
<font fontName="SansSerif"/>
</textElement>
<textFieldExpression><![CDATA["<b>"+$F{COLUMN_4}.substring(0, 5)+"</b>"+$F{COLUMN_4}.substring(5,$F{COLUMN_4}.length())]]></textFieldExpression>"
to achieve my expected output in jprint viewer, While exporting the same as PDF I am not able to get the same expected output in PDF.
Can you Please help me what properties should I set or change in jrxml to get the same output in PDF .