This is what I want to do:
.this.getField('imageField').importImage('path_to_img');
I know this code is not correct, but is there a way to do this? I couldn't find the solution in Acrobat's documentation.
I need to do it using javascript because path_to_image
is a variable I'm pulling from a database...