Are you sure you have appearances for that fields? Some form fillers, not
Acrobat or iText, don't generate the appearances.
You can do a simple test using version 1.02b.

PdfStamper stp = ...
AcroFields af = stp.getAcroFields();
String s = af.getField("field");
af.setField("field", s);

This will refresh the appearances.

Best Regards,
Paulo Soares

----- Original Message ----- 
From: "Lino Helms" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 26, 2004 21:01
Subject: [iText-questions] Multiline AcroFields


> Hi,
>
> i have been trying to fill and flatten a multi Line AcroField for
> several weeks now.
> It Simply doesn't work. iText flattens the other fields perfectly, but
> the multiline field is always
> empty. Is there a workaround for this problem or do I have to wait for a
> fix?
>
> Lino



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to