cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying the Images on the Adobeform

Former Member
0 Kudos

Hi,

I want to display the image on Adobe form using URL option.  I have the URL obtained from the function module

'ALINK_RFC_DOCUMENT_URLS_GET' (dynamic).  The URL will be varied for different orders.

Can you please provide me some example to full fill the above requirement.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

in adobe livecycle you can use two types of image containers( "Image" and "image Field"). The first one does not have a binding field, you just input an static url, the second one have a binding but its usualy binary data, not an url.

Do you want to

     pass the url and let the runtime get the logo from that url (this involve dynamicly changing the url using javascript and the adobe has to be able to acess the url).

     or get the binary from url using abap, and pass the binary for the adobe to just show it?

I never tried the first option but i guess its feasible

Regards

Miguel

Former Member
0 Kudos

Hi,

my requirement is to

pass the url and let the runtime get the logo from that url

Florian
Active Contributor
0 Kudos

Important is that the ADS has access to the url. But to bind the logo direct is not a big deal in AIF.

Do you got a problem by using the correct field? Just pass your url to the interface and do the databinding.

Regards

Florian