GerhardKreuzer wrote:
Now I Need a table with 4 or 5 columns and 1 to 5 rows.
Is there a Chance to define the column Count via Software? If not one colume will be empty, not that Problem.
How can I fill out the PdsListBoxField?
I'm a bit irritated by the mixing of the terms "Table" and "ListBox".
A ListBox has only one single column.
I think you need a single ListBox for each Column you want.
The items of the ListBoxes are the "Rows" of your Table.
There is currently no (easy) way for adding ListBoxes programmatically to the Pdf, so you will have to define them in your template.
Items of the ListBoxes can be specified with the /Opt Entry of the ListBox.
I recommend looking up the Pdf Reference available on Adobe's website and reading Chapter 12.7.4.4 (Choice Fields) for a detailed description.
You may also have to resize the fields to be able to display all items of the ListBox without having to scroll.