Op 20/02/2012 7:41, phanichaitanya schreef:
> the reply as iText 3.1. So I guess I am using iText 3.1
That's not an official version.
It must have been made by somebody who is not affiliated to iText.
We do not support rogue versions of iText.
Could you tell us where you found it?
Hi,
Thank you for your reply. I have tried using Document.getVersion() and I got
the reply as iText 3.1. So I guess I am using iText 3.1.
Coming to the code encoding, this is what my code looks like.
DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(new
Locale("ja", "JP"));
St
Hello,
I use PdfContentStreamProcessor and a listener to extract text from
certain rectangles on pdf pages, for instance a customer number always
appearing at the same position on the pages of a file.
I assumed I could use a single PdfContentStreamProcessor object and call
ProcessContent() wit
The null is a bug in the sense that the pdf has an empty ToUnicode map and
iText expected a good map. It's fixed in the SVN.
Paulo
- Original Message -
From: 1T3XT BVBA
To: itext-questions@lists.sourceforge.net
Sent: Saturday, February 18, 2012 3:19 PM
Subject: Re: [iText-que