Hello,

I am facing an issue as mentioned below,

Greek characters are not getting displayed in the PDF created by iText
i am not able to display greek characters into PDF file, as my application
using Fonts arial.ttf, arialbd.ttf

the properties file using for greek language is properly encoded
format(UTF-8).

when i am trying to read the properties file by using iText getting output
as "?????"

for ex:
Cell cell = new Cell(new Phrase(pageBundle.getString("event_name"), helv));
cell.setHeader(true);
System.out.println("event_name"+pageBundle.getString("event_name"));

output: event_name????? ?????????

same thing is diplaying in the PDF file.

Please help us in this problem.

Can u please tell me how to post into this site as well?

Thanks in advance.

Best Regards
Suresh Duvvada
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to