Field Types
The SetaPDF-FormFiller component
is able to handle all available form field types in a PDF document.
These PHP demos show how to access various form field types.
Further information on the available
field types
and how to access them can also be found in the official SetaPDF-FormFiller manual.
Access simple text fields in a PDF document.
Access simple multiline text fields with PHP.
Access check box fields in a PDF document.
Access radio button groups in a PDF document.
Access list fields in a PDF document.
Access combo box fields in a PDF document using PHP.
Access signature and push button fields in a PDF document.
Access all form field types in a PDF document and fill them.