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