Re: [iText-questions] Does IText support xml data merging/binding intoxfa form

2011-03-16 Thread DonRule
I got the form to merge but found that there was no way to flatten the form so the functionality was not useful for my scenario. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Does-IText-support-xml-data-merging-binding-into-xfa-form-tp2154556p3382659.html Sent from t

[iText-questions] How to populate a Table in an existing form

2011-03-12 Thread DonRule
I have followed the example in chapter 8 to fill out the text fields of a template form and things are workng well. Now I want to fill out the cells of a Table that is part of the template. AcroFields do not seem to include the table but I am not sure how to get a reference to it to add cells. Tha