Expand my Community achievements bar.

PDF form data extraction question

Avatar

Level 2

Hi all,

I've a PDF form and i want to extract the selected text value from a drop-down list control, to pass it to a JAVA servlet class. Is there any API that allow me to access the form and retrieving the value of this control.

Thanks in advance.

1 Reply

Avatar

Former Community Member

You could submit the data (it will contain that value) to your servlet and then extract the node you need....or you could turn your servlet into a web service and send it in that way. You will not be able to do it from inside of the form.

Paul