I need to extract form field names and all possible values.
I have fillable PDFs for a project. But through piloting, we made changes to the forms. To make sense of the data, I need to compare all of the fields and their related response options (I have several drop-down fields) across all versions of the form. I have lots of versions, so comparing one form to the next manually is going to take forever. I've tried using python to extract all of this, but I can't seem to get it to work the way I need it to. I know how to extract data from the form, or extract the field names by merging to an Excel file. I don't just need the option that's selected in the form, I need ALL of the possible options. I feel like this should be a built-in tool. Can anyone help, please?
