AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Russian as TextBox value
>
> Which font do you use in TextBox field?
> I got squares in text box.
>
> - Original Message -
> From: "Paulo Soares" <[EMAIL PROTECTED]>
>
Which font do you use in TextBox field?
I got squares in text box.
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "Leonid Kleiner" <[EMAIL PROTECTED]>;
Sent: Monday, May 30, 2005 11:30 AM
Subject: RE: [iText-questions] Russian as TextB
]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Leonid Kleiner
> Sent: Monday, May 30, 2005 11:25 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Russian as TextBox value
>
> Yes
> It is TextBox form value
>
> PdfReader reader = new PdfRead
: "Leonid Kleiner" <[EMAIL PROTECTED]>;
Sent: Monday, May 30, 2005 11:03 AM
Subject: RE: [iText-questions] Russian as TextBox value
> Is it content, field, what?
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] O
Is it content, field, what?
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Leonid Kleiner
> Sent: Sunday, May 29, 2005 10:40 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Russian as Tex
Hello
Can I insert text in encoding other than Latin (e.g
Russian) into pdf TextBox using iText? I suppose that font of TextBox should
match the encoding.
Example :
String s = "some russian text"; byte
b[] = s.getBytes("Cp1251"); String latin = new String(b, "Cp1252");
doesn't work.
T
Hello
Can I insert text in encoding other than Latin (e.g
Russian) into pdf TextBox using iText? I suppose that font of TextBox should
match the encoding.
Example :
String s = "some russian text"; byte
b[] = s.getBytes("Cp1251"); String latin = new String(b, "Cp1252");
doesn't work.