Hello All,
I am trying to create an Interactive PDF (forms) for users that should insert:
- Name
- Surname
- Profile picture
These information are then used to generate a badge and print it.
So far I was able to figure out the textfields and the button that runs the print() function within Javascript.
I am looking for a flexible solution that allows user to choose a profile picture on their local machines through a file dialog window (or something similar).
Does anybody know how can I do it?
Thanks