You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Fabio Salvi <sa...@gmail.com> on 2018/03/16 20:07:50 UTC

Fill an Adobe Designer Table

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