I want to add icons to my report so I used the icon font "FontAwesome".
I added it to Jaspersoft Studio and generated the icons with the unicode from the cheat sheet.
For using it, I exported the font in the Studio to jar file and added it to my project libraries.
When showing the generated report with JRViewer the icons appear and everything looks fine.
But when saving the report form JRViewer to PDF, the icons are all missing.
Is there a way to export icon fonts to pdf or is this not possible?
Thanks in advance.
UPDATE: I found the error. It was the the pdf endcoding which was CP1252, which does not support unicode. After changing to Identity-H it worked fine for me.
Hi Tobi
I 'm trying to add FontAwesome icons to my reports developed with Jaspersoft Studio. Can you explain me which are the steps to correctly import the library and to use the icons?
Thanks in advance