The code is correct (Identity-H is always embedded) but you must check if your source code has a compatibe encoding with the Java compiler. Note that iText doesn't do the shapping of Indic languages, as it does with Arabic.
Paulo ________________________________________ From: dilttha [EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 7:34 AM To: [email protected] Subject: [iText-questions] Display multiple languages using itext in java 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); Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
