There are two problems: Acrobat and iText. For Acrobat you must create your
fields with the right codepage and I suspect that only in the eastern
Acrobat version you can do that. In any case the fields you have are winansi
encoded and will never show polish characters. You can see the polish
characters when you type courtesy of windows but when you leave the field
only the characters supported by the field codepage remain. If the field was
correctly created in Acrobat it would use an Unicode encoding and iText
doesn't support
it. If, on the other hand, the field was created with iText it could be
created with an ISO-8859-2 encoding and would work in iText and in Acrobat.
Confused?

----- Original Message ----- 
From: "Darek Dober" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>
Sent: Sunday, October 30, 2005 1:50 AM
Subject: Re: [iText-questions] Problem in filling Form Text Field with
Polish Chars


> Hi
>
> Money_transfer.pdf is the template used by iText
> There is only one field, which I want to have polish words:$AmountInWords
>
> I read something about acrobat reader, and only in 7.0 you can download
> language packs with fonts.
> It is also said, that if there are embedded fonts in pdf, you don't need
> them.
> So i install CE fonts from adobe site (it doesn't have any difference)
>
> Then when I opened generated file (moneyTransferOutFields.pdf), acrobat
7.0
> asked me to download "extended language support fonts pack", what I did -
> you never knows ...
>
> After installation of that pack, I don't see any difference between adobe
> acrobat 7 and acrobat reader 7:
>
> Polish fonts are missing like on picutere img1.jpg (look at words "sze set
z
> otychas" in the center), but when i check the checkbox (show form fields)
> like in img2.jpg, all fields are highlighted and missing fonts are
visible??
> When I disable "show fields" polish fonts are disappearing.
> When I change anything in text field with polish chars: just to add some
> spaces and save file (adobe acrobat), all polish fonts
> are visible in reader!
>
> Darek
>
> ----- Original Message ----- 
> From: "Paulo Soares" <[EMAIL PROTECTED]>
> To: "Darek Dober" <[EMAIL PROTECTED]>;
<[email protected]>
> Sent: Saturday, October 29, 2005 2:30 AM
> Subject: Re: [iText-questions] Problem in filling Form Text Field with
> Polish Chars
>
>
> > I'll have to see the pdf.
> >
> > ----- Original Message ----- 
> > From: "Darek Dober" <[EMAIL PROTECTED]>
> > To: <[email protected]>
> > Sent: Saturday, October 29, 2005 10:09 AM
> > Subject: [iText-questions] Problem in filling Form Text Field with
Polish
> > Chars
> >
> >
> > Hi
> >  I have some text fields in form prepared by adobe acrobat 5.0/7.0.
> > I put some information to them, but I have problem with polish chars
(iso
> > 8859-2 central europe).
> > English chars are ok:)
> >
> > When I insert text with polish chars into text field using adobe acrobat
> > 7.0, there are visible in reader 7.0
> > But I cannot change/insert polish chars on form with reader 7.0
> >
> > All I want is to put some text into text fields using iText.
> >
> > Forms are generated using adobe forms, not adobe designer.
> >
> > Can you give me some points, what should I do, and where I should look
at?
> >
> > Cheers
> > Darek
> >
>



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to