I wrote a java program which will generate a pdf using jasper engine. I chose markup language as html while creating the jxml and when i send data with tags it does'nt print bold output. But it only does for <b>
. What settings i need to change inorder to print bold for strong tags in jasper report?
Asked
Active
Viewed 575 times
0

duffymo
- 305,152
- 44
- 369
- 561

Coool Awesome
- 145
- 1
- 5
- 16
-
You can look at [this answer](http://stackoverflow.com/a/8135922/876298) on similar post – Alex K Jul 16 '12 at 05:44
-
@AlexK thanks for response. But i am actually looking for something like converting , to , so that jasper engine will understand and do the appropriate style. – Coool Awesome Jul 17 '12 at 19:16