I am using JasperReport 6.1.0 for creating PDF
report in Java
. In JasperReport's standart configuration has some problems. Some characters does not appear after exporting to PDF. For example Ə,İ,Ğ and Ş.
After googling I found that I must add different font. Also JasperReport show this message: PDF Font name is now deprecated. You should use a font extension when using non-standart font.
Now I want to add Windows Comis Sans MS for displaying hidden letters in PDF
. When I added any *.ttf
to JasperReport I got Unable to file the file: null
.
How can I fix this peoblem?