Copy link to clipboard
Copied
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();");
Copy link to clipboard
Copied
It's not possible using this method.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now