Hi all, first off compliments on your wonderful API :-)
I have a static pdf form where I defined a table linked to an external
datasource (an xml file). Is it possible to insert new rows and set the
corresponding values by means of your API? I mean kind of
PDField field = (PDField) acroForm.getField( "fieldName" );
field.setValue("new field value");
but for table's cells...
Thank you very much for any tip!
Bye
Fabio

