I've got a PDF made with Jotform which has fillable fields. Is there some easy way to extract just the data from those fields? I've looked around github but I haven't found a tool that can do that that is specifically for form data.
Do fillable PDF files have some easily extractable format that gives a key and a value for the form?
As a bonus, I'd like to also be able to write to that form as well.
My use case is going through a lot of fillable pdf's which are the same PDF but different values filled into the forms. I want to build a tool to display a single field value from all of the forms combined and then I can edit those form fields.