Running Document JavaScript in Android
Hi,
My PDF has a Form field, which gets populated with the current using below document script.
var f = this.getField("Today"); f.value = util.printd("mm/dd/yyyy", new Date());
It works fine in our desktop version of the Acrobat reader. However this script is not running in Samsung Galaxy S4.
From the other posts, I understand that acrobat javascript has limited/no support on android.
Please advise the possible next steps?
1. Does any specific version of android operating system or any specific version of acrobat reader will support this script execution?
2. What are the potential alternatives to set the date field to current date in PDF without using acrobat javascript?
