Question
How to get the Image Path in adobe acrobat po?
I am able to get the Image Path in adobe acrobat pro. I am able to upload image with below code. But not getting image path of the same uploaded.
var f = this.addField(fieldName, "button", p, r);
f.setAction("MouseUp", "event.target.buttonImportIcon();");
