I have a requirement to generate the PDF document with “Calibri” font through the JRI. But the default installation does not run using the same.
Error --> “Font Calibri is not available to the JVM. See the Javadoc for more details.”
I tried using jasper font extensions through ireport 5.6. But it did not help.
- Installed the Calibri font ttf file in ireport 5.6. Used the font in the jasper template.
- Exported the font jar file.
- Put that in the lib folder (/jri-2.7.0-jasper-6.16.0/lib)
Any idea how can I solve this error. I usually get requirement for different customized fonts in PDF reports as per client requirements.