cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get image using dynamic URL in ADOBE forms.

Former Member
0 Likes
7,332

Hi Guys,

I have a requirement to show a dynamic image on ADOBE forms.

The image supplied will be via a URL.

I tried to do it by creating an image in the context node and selecting "Graphic Reference" and passing the URL in the URL section, but no luck.

I also tried writing a java script  Imagename.value.image.href = "Some URL", but again no luck.

I have gone through many documents present on SAP help and other site where they have said that it can be done using the "Graphic Reference" way.

I know we can do it with the "Graphic content" option and passing the image in binary format but my requirement here is to do it with URL.

Any help will be highly appreciated.

View Entire Topic
prajeshdesai
Contributor
0 Likes

I guess there was no authorization to access HTTP Extension,

have a look at below,

Integrating Graphics into the Form Context - SAP Interactive Forms by Adobe - SAP Library

Inserting a Graphic - SAP Interactive Forms by Adobe - SAP Library

and do not forgot to bind created graphics node to image field.

Hope this helps.