I have a PDF with an embedded form. This form has inputs and drop-downs. I want to read the data out of the form, so that I can create my own HTML form from it. This works fine for the most part - I can get the field names and labels - however, I have no way of reading the available options in a drop-down field in the form. Is there any way to do this using ColdFusion?
Here's what I have working so far:
<cfpdfform
action="read"
source="myPDF.pdf"
result="pdfFormFields" />