working with dynamic images in Acrobat DC
I am trying to create a cross platform .pdf file that I can add a picture into.
This is a form for a class project. The icon is clicked and I should be able to get a dialog box asking me to import my picture.
Originally I did this with a very simple line of Java code. event.target.buttonImportIcon()
but this doesn't work for non-pro apps. How do I get this function to show up in reader>?
frustrated.
Thanks for any advice.