Hi,

I have an issue where fields that repeat on each page of a form, like
Name,
have their values disappear after flattening the form.  

The name field is on the top of each page of the form.  Don't want
unique
field names on the form (which I know would solve the problem).   

So here are the field names:

topmostSubform[0].F30476_Page1[0].pname[0]
topmostSubform[0].F30476_Page2[0].pname[0]
topmostSubform[0].F30476_Page3[0].pname[0]
topmostSubform[0].F30476_Page4[0].pname[0]
topmostSubform[0].F30476_Page5[0].pname[0]
topmostSubform[0].F30477_Page1[0].pname[0]
topmostSubform[0].F30491_Page1[0].pname[0]

I go through a process using PdfStamper to set field values.  At the
end, if
I leave form flattening = false before closing the stamper, everything
populates fine.  But I don't want the fields editable after the
population
is complete, so I want form flattening on.   When I turn it on, only one
occurrence of pname retains the value.  all others are blank.   Any
suggestions on how to flatten but keep the value in all instances of the
pname field? 


Thanks

Gregg

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to