How can I access to the 'Choice' options? - PDFTK/mikehaertl/PHP/LINUX

262 views Asked by At

Recently I started work with pdftk, all good, but i can't access to all 'FieldType: Choice' (is like a dropdown or a html select tag), Options!, somebody could help me?

my code is:

 $pdf = new mikehaertl\pdftk\Pdf('./files/forms/uploads/imported.pdf');
 $results = $pdf->getDataFields();
echo '<pre>';
echo print_r($results);

enter image description here

then o can't find a solution to be able to access to the dropdown list options :

enter image description here

0

There are 0 answers