Dear All,
I am not able to write Arabic text in unix os. Arabic text is printed as blank.
below is my java code for same.
Font f = new Font(BaseFont.createFont(fontPath, BaseFont.IDENTITY_H,
BaseFont.EMBEDDED), 8, Font.NORMAL);
Font f1 = new Font(BaseFont.createFont(fontPath, BaseFont.CP1250,
Ba
On 3/31/2014 5:44 AM, Vimal Malani wrote:
I am not able to write Arabic text in unix os. Arabic text is printed
as blank.
below is my java code for same.
Font f = new Font(BaseFont.createFont(fontPath, BaseFont.IDENTITY_H,
BaseFont.EMBEDDED), 8, Font.NORMAL);
Font f1 = new Font(BaseFont.c