Javascript not working on adobe acrobat reader dc
Hello Everyone,
The code below works perfectly on Adobe Acrobat Pro DC, I'm wondering if there is any way to have this code to work on Adobe Acrobat Reader DC. Any support would be greatly appreciated !
var Field1 = this.getField("Field1").value;
var Field2 = this.getField("Field2").value;
var doc = this.createDataObject({cName: "Your Sequence.txt", cValue: "Please use the sequence from Field1 + " to " + field2});
this.exportDataObject({cName: "Your Sequence.txt", nLaunch:2});
Kind Regards
