Re: [iText-questions] Unable to display Japanese Currency 'YEN' in pdf using iText 3.0

2012-02-19 Thread iText Info
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?

Re: [iText-questions] Unable to display Japanese Currency 'YEN' in pdf using iText 3.0

2012-02-19 Thread phanichaitanya
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

[iText-questions] PdfContentStreamProcessor and changes in graphics state

2012-02-19 Thread Peter Schwalm
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

Re: [iText-questions] iText 5.1.4 text extraction issue

2012-02-19 Thread Paulo Soares
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