This bug was fixed in 2.1.3. It was "Fix in DocumentFont: characters in the difference array were deleting others".
Paulo > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of achtal > Sent: Friday, July 18, 2008 3:58 PM > To: [email protected] > Subject: Re: [iText-questions] Specail Symbols > > > Dear ladies and gentleman, > I agree with you that your example is working well. Our > problem is a little > bit diferent to your example. > Wen you look in this pdf > http://www.nabble.com/file/p18531139/010000.pdf > 010000.pdf , you see an pdf which includes textfields. There > is a textfield > called "b12c96nmEmpfaenger" in this I will write the value > "Winzerstraße". > Every symbol will be shown but not the "ß". My code is the following: > reader = new PdfReader(in_pdf); > stamp = new PdfStamper(reader, out_pdf); > > AcroFields afields = stamp.getAcroFields(); > afields.setField("b12c96nmEmpfaenger", "Winzerstraße"); > stamp.close(); > Joachim Sautter. > > quote author="1T3XT info"> > achtal wrote: > > The question now is: how can we fill our forms with a new > iText so that > > also > > special symbols are shown in the browser. > > http://1t3xt.info/examples/browse/?page=example&id=412 > > Input file: > http://1t3xt.info/examples/resources/questions/forms/hello_who.pdf > Output file: > http://1t3xt.info/examples/results/questions/forms/added_field.pdf > On my screen, the form is filled in as expected. > > PLEASE DON'T WASTE OUR TIME LIKE YOU DID LAST TIME BY ASKING QUESTIONS > WITHOUT PROVIDING INFORMATION THAT IS CRUCIAL TO SOLVE THE PROBLEM!!! Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
