I have a PDF file that include JavaScript code for validation of the data entered in the PDF. This runs Adobe Reader. I would like to include the same functionality in my iPad App.
If I load this PDF in a UIWebView, will the JS code run or the JS runs only in Adobe Reader?
You cannot execute JavaScripts from within a PDF in UIWebView, but you might be able to implement those functions externally