These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

displaying an image in a form field within a PDF

presuhn
Registered: Sep 14 2009
Posts: 4

Here's a little summary of what I'm trying to accomplish.

I have an image stored in a MySQL database. It is a digital signature. I'm using Coldfusion 8 to query the DB and populate form fields in a PDF with this data.

Is there a way to display the image in the PDF? There is no form field to display an image that I found, and can't seem to find much else on the topic. Just wondering if this is possible?

Thanks!

My Product Information:
Acrobat Pro 9.1.3, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2399
The only form field that can display an image is a button. However, I'm not sure you will be able to import such an image from your DB.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

presuhn
Registered: Sep 14 2009
Posts: 4
yeah I kinda figured. Alternitavely, I'm wondering if there is a way to call a javascript or activex function from the PDF to decode the binary image data and display it that way?

It would be easier to use the digital signature form field(we're getting signatures off an electronic signing device, but we'd have to mess with certificates, and I don't think that's the way they want it done.