How to add an Image field to a PDF that can be programmatically be populated?
Using Acrobat DC 21.0, how does one go about adding an Image into a PDF form that I can populate programatically?
I have text fields that I can do this with no problem. I'm using coldfusion's cfpdfform tag to populate data. When building the form, I add the Image to the document, give it a variable name, etc, but when trying to populate it from coldfusion with base64 image data, nothing happens.
Is there a property I am not setting or a different control I should be using?
Whats the correct way to do this?
