Extract fillable PDF form fields data
I have a fillable PDF form with a lot of fields on it. I need to extract the answers to 8 of the fields to use in Google sheets. Is there an option to do this without uploading the PDF to an external site. The PDF contains very sensitive data. It would be ideal if I could click a button on the PDF and send (using export or submit a form) the 8 non-sensitive fields that I need to a server or existing spreadsheet to use.
How to hide fields based on dropdown value?
I have different kind of field I would like to hide based on a dropdown selection. There is one image : “Image1”; two buttons : “Button1” and “Button2”; ont text field : “Text8”; two checkboxes on the same name : “CB1”. There is three option in the dropdown : 1, 2, 3. I would like to know what is the code to make all the field dissapear if 3 is selected.