RE: [iText-questions] Russian as TextBox value

2005-05-30 Thread Paulo Soares
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]> >

Re: [iText-questions] Russian as TextBox value

2005-05-30 Thread Leonid Kleiner
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

RE: [iText-questions] Russian as TextBox value

2005-05-30 Thread Paulo Soares
] > [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

Re: [iText-questions] Russian as TextBox value

2005-05-30 Thread Leonid Kleiner
: "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

RE: [iText-questions] Russian as TextBox value

2005-05-30 Thread Paulo Soares
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

[iText-questions] Russian as TextBox value

2005-05-29 Thread Leonid Kleiner
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

[iText-questions] Russian as TextBox value

2005-05-29 Thread Leonid Kleiner
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.