Insert an image via PDF Form in a defined field ?
Dear Forum Users,
i am searching for a solution, to create a form, that our customers can fill out and upload an image (or PDF with image in it).
I already found a solution to place a button and insert the image via JS:
var s = this.getField("Button1")
s.buttonImportIcon();
My Problem is now, that our customers are using Adobe Reader and i am not able to load an image in this form via Reader (pop up is workin but no image will show up).
Can you please help me out or give me some advice ?
Thanks in advance
