I'm using C#. I've been looking and searching for a way to do this. I've found plenty of examples on ADDING actions to PDF form fields using iTextSharp, but none about reading back existing actions.
I have existing PDF's with form validation (alpha, alphanumeric, etc.) I'm creating a program for filling out these forms, and I need to programmatically check what characters are valid (usually done with JavaScript and REGEX from what I've seen.)
Is there a way to GET this JavaScript so my program can validate the input?