cancel
Showing results for 
Search instead for 
Did you mean: 

iamge in pdf

Former Member
0 Kudos

iam having an rfc which contains url in r/3 in the front in a view it was showing as image but if i display that same image in pdf it was not showing image send me the coading soon its urgent

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi Kishore,

1. Create a Static Image Field in ur PDF designer

2. In the Value Node create an Attribute to store the URL coming from the Backend.

3. In the WebDynpro write the following code:

-


>wdContext.node<NodeName>.current<NodeName>element.set<AttributeName>(modelAttribute)

4. in the PDF designer bind the image field to the value node attribute

5. In the FormCalc coding area write the following code:

-


>this.value.image.href=<path of the Image>.formattedValue

Regards,

Poojith MV