Hi.

I don't know if this helps:
http://stackoverflow.com/a/4488584/2173353


-----Original Message-----
From: bijoyjp [mailto:bijoy.ja...@ril.com] 
Sent: Friday, January 10, 2014 11:37 AM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Hindi unicode PDF files are not displaying 
properly

Hi Friends,

Pls help me as am also facing same problem

When am writing Hindi words to pdf file by using iText, its displaying 
incorrect in pdf

actual word: पोलियो

in pdf its displaying as
<http://itext-general.2136553.n4.nabble.com/file/n4659630/polio.jpg> 

am using below code

unicodeFont = FontFactory.getFont("Arial Unicode MS", 
BaseFont.IDENTITY_H,true); Phrase objPhrase = new Phrase(); objPhrase.add(new 
Chunk(new String("पोलियो".getBytes(), "UTF-8"), unicodeFont)); 
table.addCell(objPhrase);



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Hindi-unicode-PDF-files-are-not-displaying-properly-tp2145629p4659630.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to