cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading a logo

Former Member
0 Kudos

Hi Gurus,

I want to know how to upload a logo to an adobe form dynamically from the document server instead of uploading directly from desktop.

Thanks,

Raj.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Raj,

The solution depands upon the scenario for which you are using the form. Also, which document server you are talking about. Is it an SAP KM server, an SAP DMS server or an external server?

Anyway, you need to use Image field element in your Adobe form and bind it to the data source that will provide the reference to actual image at runtime:

- For online forms using KM, you can write code for prefilling your web dynpro context using KM APIs. SAP DMS server content can be accessed using RFCs and for external servers, you may need Web Services or other things.

- Offline form, required to be emailed on submit, needs to have a connection to database and corresponding bindings.

- Standalone forms to start a GP process need a prefilling service which will again be scenario depandent.

Take help of Help Document in your Adobe Life cycle designer to refer for connections and bindings and be more specific if you don't want genralized answers.

Regards,

Aditya Srivastava