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

[iText-questions] Need info : iTEXT File size limitation

2014-01-10 Thread Bedekar, Vivek(AWF)
Hi Team,

We are looking at iTEXT capabilities and limitation around 
processing PDF file. We have large PDF file  5 GB, having  100 K bookmarks. 
We are looking for process the PDF and split it for each bookmark.

PdfReader pdfReader = new PdfReader(pdfFileName);
ListHashMapString, Object bookmarks = 
SimpleBookmark.getBookmark(pdfReader);
...

We are having iTEXT version 2.1.7. Let us know, if this version 
is capable of processing such a large file and if there is any way to process 
file in data chunk.

Thanks in advance !!

Warm Regards ..
Vivek V. Bedekar

--
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] Need info : iTEXT File size limitation

2014-01-10 Thread iText mailing list
On 1/10/2014 3:07 PM, Bedekar, Vivek(AWF) wrote:
 We are having iTEXT version 2.1.7. Let us know, if this version is 
 capable of processing such a large file
No, you need at least iText 5.3.
See http://itextpdf.com/salesfaq in case you have further questions 
about using obsolete versions of iText.

--
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