Hello,
I want to use a Fillable PDF to create a photo ID.
I'm using a form to upload the photo and fill out the person's information. How do I get the photo attachment to fill in on the pdf?
Or is there a better way to do this?
Thank You,
------------
After some thought, perhaps I can store the photo in a database table and pull the photo from the table, which will allow me to include the photo in the fillable pdf.
Any thoughts on how I can automate the uploaded photo (attachment) to be stored in a database table?