Re: [iText-questions] Hindi unicode PDF files are not displaying properly

2014-01-13 Thread Kostas
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=119420431iu=/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=119420431iu=/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

Re: [iText-questions] Hindi unicode PDF files are not displaying properly

2014-01-10 Thread bijoyjp
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=119420431iu=/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

Re: [iText-questions] Hindi unicode PDF files are not displaying properly

2013-01-30 Thread patelmite...@gmail.com
Thank youblowagie [via iText - General] 
ml-node+s2136553n4657478...@n4.nabble.com wrote:It's company policy not to 
accept questions from people who aren't registered on the mailing-list (see 
http://lowagie.com/nabble and the warning you get when posting this question on 
Nabble). 

If you reply to this email, your message will be added to the discussion below:
http://itext-general.2136553.n4.nabble.com/Hindi-unicode-PDF-files-are-not-displaying-properly-tp2145629p4657478.html
To unsubscribe from Hindi unicode PDF files are not displaying properly, click 
here.
NAML



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Hindi-unicode-PDF-files-are-not-displaying-properly-tp2145629p4657485.html
Sent from the iText - General mailing list archive at Nabble.com.--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
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

Re: [iText-questions] Hindi unicode PDF files are not displaying properly

2006-09-18 Thread bruno
[EMAIL PROTECTED] wrote:

 I want to generate PDF file for Hindi uniocde text
 it shows simple hindi character in PDF but when word consist of halant 
 uniocde character 094D it shows wrong word in PDF display, I am using 
 mangal font which is with XP

iText has difficulties making correct ligatures in Hindi; see:
http://itext.ugent.be/itext-in-action/examples/chapter12/results/hindi.pdf
No developer from India has helped us by contributing code that
solves this problem; I you can help us you are very welcome.
If you don't have the time, or don't want to do this for free, you
could work around the problem using PdfGraphics2D:
http://itext.ugent.be/itext-in-action/examples/chapter12/HindiExample.java
best regards,
Bruno

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions