i want to extract the available fields as an array from a fillable pdf.
an array like: array('firstname','secondname','address');
i do not need the values for those fields, if they are filled.
what is easiest way to do that using PHP?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
under online documentation for “fdf_next_field_name” the following example is given that you can modify to store the field names into an array