cancel
Showing results for 
Search instead for 
Did you mean: 

URL to ImageField

Former Member
0 Kudos

Hi All,

I have to dynamically assign URL to Image field.

I have gone through past few threads and found that this can be achieved by following steps :

Step-1. create a Image field.

step-2. Go to Initialize method of UI element.

Step-3. Select Form language as formCalc

Step-4. place this code -


> $.value.#image.href = "http://www.eccc.co.uk/images/axa_logo.gif"

I have done all above steps but still no image is coming for me.

Any inputs ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In PDF Preview , its working but not coming when i Execute the Form.

Any INputs ?

chintan_virani
Active Contributor
0 Kudos

Saurav,

Well that because Adobe no longer supports it from Adobe Reader 8.1 onwards for security reasons.

You can check more information & workaround for it [here|http://kb2.adobe.com/cps/405/kb405270.html].

Also check this thread & see if it helps.

Chintan

Former Member
0 Kudos

Hi,

Did u embed the image? its necessary to embed the image. Just tick the check box 'Embed image "

chintan_virani
Active Contributor
0 Kudos

Kshitij,

I tested it and it does not work even in the preview for me. I am using Reader 8.1.

Which version of Adobe did you try because Adobe says it does not work from 8.1 onwards!!

Chintan

Former Member
0 Kudos

thanks alot Chintan.

Former Member
0 Kudos

Hi Chintan,

I suppose ur correct, may be I used a lower version.

Former Member
0 Kudos

Hi,

How did you finally do it ?

Former Member
0 Kudos

Using first approach as mentioned in the link by Chintan :

http://kb2.adobe.com/cps/405/kb405270.html

Former Member
0 Kudos

Hi,

But does that work for images from a URL like google.com ? I tried that it doesnt work..for me or was your requirement just to hide the image in the form design and show it on form execution only ?

Answers (0)