cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form image display

Former Member
0 Kudos

How to upload an image on Adobe form and add some condition for image display?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

enter sfp transaction and choose form builder. Inside the layout tab, you will find palettes->library.

In the library section you will find a image field to display the image onto the master page.

Drag and drop the image field onto the master page and in palettes->object choose the url path and select the embed image checkbox..

This will help to display the image

OttoGold
Active Contributor
0 Kudos

hello,

you need to use Image field, not only and image to display the picture chosen in backend. For a simple image you need only image field. Check there is a checkbox "embed image data" and set it to true.

You need to pass the picture as a XSTRING from backend if I remember it well. Please check How to integrate Adobe form

on WD ABAP. Link: http://www.docstoc.com/docs/2540673/How-To-Integrate-ADOBE-form-on-WebdynPro-for-ABAP-and-Deploy-it-

this will show you the fast working example of working with pictures in adobe forms. Regards Otto