Hello there,
i want such application that can find out all contol(collectin of control) value those are on PDF page through Javascript( if i have 2 text box then on button click i want to find both text value)
Please help me out
Thanks in advance.
Sarfaraj Sayyad
var oField = xfa.resolveNode("TextField1").rawValue;
app.alert(oField);