PDF Font Error with Jasper Report in web client.

Hi All,

I have created a jasper report which include an barcode font FRE3OF9X.TTF. I was able to run the report from thin client and save it as a pdf file. But when I deploy it in another server and run it from web client, it gave the following error.

JavaException: java.lang.Exception: Could not load the following font :
pdfFontName : FRE3OF9X.TTF
pdfEncoding : Cp1252
isPdfEmbedded : true

I tried installing fonts in the fonts folder and also i have put them to the reports folder and plugins folder for servoy. But the result was negative.

Can anyone help me on this matter…

Thanks in advance.
Amal
ReturnPool Support

You have to import that font in ireport, and export it as a jar extension, for example: font_extenstion.jar
upload that jar to your server into plugins and than your jasperreport folder.

than you have to include this jar, in the jasper report.jnlp

Hope this helps