Filling Form Dropdown with PHP/PDFtk
Hello, I would like to know if it is possible to dynamically fill a dropdown/list of a PDF Form using PHP or PDFtk.
I've used PHP in order to fill in some fields, I've been able to fill in text fields, select a radio button and even check boxes. (Using
/php-pdftk)
The only thing I can't fill is the list with a lot of values, I've just been able to "write" somehow into the field but it is not an item of the list.
I've also tried using PDFtk to export data from a FDF and a XML, it doesn't work at all.
Is it possible to fill a list using PHP or PDFtk? even a FDF or XML file would be also nice (since I can use these to use the PDFtk commands)
