Avatar

Level 2

I am using Livecycle Designer ES 8.2

I need to create a table with capability to add / delete rows dynamically and i should be able to parse the content on the server side using java ( iText)

I managed to create the PDF form using designer. Added a script that is called on click of a button

Script is as follows:Table1.Row1.instanceManager.addInstance(1)

At run time, i am able to add new rows.

Issue: 

a) When i try to parse the contents of the PDF (using java), i dont get the additional rows that i added. 

b) When i open the saved PDF ( with additional rows), i dont see them in Designer

Can you please help on the above.

Thanks

Ram