Hi All,
When I am trying to use the following code , not able to display the Thai
characters in PDF.
Can you plese send me the code to display Thai characters in PDF using
itext.

BaseFont helvetica = BaseFont.createFont("D:\\Fonts\\arialuni.ttf",
BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
Font font = new Font(helvetica, 8, Font.NORMAL);
Chunk chunk = new Chunk("ชื่อพนักงาน", font);
document.add(chunk);
-- 
View this message in context: 
http://www.nabble.com/Display-multiple-languages-using-itext-in-java-tp19642819p19642819.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to