Avatar

Level 10

Hi,

The image.value is the actual image.

The "image1" is a static image in the PDF form. For example you might have different images, each placed in the form as invisible static image fields.

The dynamic image field ("ImageField1") starts off as blank. Depending on the users actions, the script assigns the appropriate invisible image to the image field.

My example was based on images that are already inside the PDF form (a sample is uploaded).

In your case you may be assigning the image from outside of the PDF. I do not have a solution for achieving this. While the script I showed handles images that are in the PDF, it may give you a direction when lookign at Cold Fusion.

Good luck,

Niall