Yog
Yog

Reputation: 21

JasperReport using iReport not support unicode character while export to pdf format

I am using iRport design tool to create the report in my project. I have created .jrxml and .jasper file, it works fine in the iReport means it supports for the Unicode character and displaying all unicode characters but if I integrated this .jasper file in my java class and exports the report into the pdf format by using itext jar file. Then the program runs well and create the report in pdf format but not showing the unicode characters in the generated report file. So please help me in this case sothat I will able to view unicode characters in the generated report file. Thanks in advance.

Upvotes: 2

Views: 7164

Answers (2)

Alex K
Alex K

Reputation: 22857

Of course the JasperReports has the unicode support.

This articles are about unicode support:

The main concept is to use the Font Extensions mechanism.

Upvotes: 1

nayakam
nayakam

Reputation: 4249

I think, You may need to add uni code font to class path.

Upvotes: 0

Related Questions