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);
then o can't find a solution to be able to access to the dropdown list options :