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

-- 
This answer is provided by 1T3XT BVBA

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



-- 
View this message in context: 
http://www.nabble.com/Specail-Symbols-tp18526796p18531139.html
Sent from the iText - General mailing list archive at Nabble.com.


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

Reply via email to