Hi,
I am trying to read form fields e.g. combo boxes,
text fields, checkboxes etc from a pdf document. I have checked the
dumpfields and listFields sample which gives me the name, dictionary information
etc of the fields.
I need to know whether there are any functions
to get field location and type without parsing the dictionaries our selves.
Ideally some function e.g. getTextFieldsinfo etc which returns an object
containing the field name, type (text field, combo box, radio button), default
values etc instead of parsing the dictionaries that would be similar to
the addComboBox function of PdfAcroForm where we simply call the
function to create the fields rather than specifying the
dictionaries.
Regards,
Wahaj
