Re: [iText-questions] Conversion of Encoding

2009-10-05 Thread newoutlook
that. > > Leonard > > -Original Message- > From: newoutlook [mailto:newoutlo...@yahoo.com] > Sent: Tuesday, September 15, 2009 6:00 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Conversion of Encoding > > > I reviewed the s

Re: [iText-questions] Conversion of Encoding

2009-09-15 Thread Leonard Rosenthol
irect. 4) for differences, you need to get the base encoding and then start from that. Leonard -Original Message- From: newoutlook [mailto:newoutlo...@yahoo.com] Sent: Tuesday, September 15, 2009 6:00 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Conversi

Re: [iText-questions] Conversion of Encoding

2009-09-15 Thread newoutlook
I reviewed the section 9.10.2Mapping Character Codes to Unicode Values from PDF ISO-32(1.7) document. I came up with the following segment of code to get encodings for font for a text string. I am kinda of struck on getting differences array for font dictionary. I am not sure how to find uni

Re: [iText-questions] Conversion of Encoding

2009-09-14 Thread 1T3XT info
newoutlook wrote: > I was wondering how do I get the encoding for text string using iText API > before I interpret the text string. Get the content stream of the page. Find the operator that changes the font and get the operand that refers to the font (e.g. /F1). Look for the corresponding entry i

Re: [iText-questions] Conversion of Encoding

2009-09-14 Thread newoutlook
I was wondering how do I get the encoding for text string using iText API before I interpret the text string. Bruno Lowagie (iText) wrote: > > Christian Kirchhoff wrote: >> Are there high level classes or functions in iText that would allow to >> change the encoding? > > No. > If you want to i

Re: [iText-questions] Conversion of Encoding

2009-06-11 Thread Bruno Lowagie
Christian Kirchhoff wrote: > Are there high level classes or functions in iText that would allow to > change the encoding? No. If you want to interpret Strings of text depending on the encoding, you need to use the functionality provided by the JDK. br, Bruno