Hi, i want to display portuguese , italian and spanish language in my pdf document...I am doing it this way..
BaseFont arial = BaseFont.createFont(
"C:\WINDOWS\FONTS\ARIAL.TTF", BaseFont.IDENTITY_H,
BaseFont.NOT_EMBEDDED);
is this method correct...can anyone suggest me character encoding for this languages to use...
Thanks a lot for yor time...
|