cancel
Showing results for 
Search instead for 
Did you mean: 

Adding the Logo in the SAP BTP Adobe Form in S/4 public cloud

Swarup04
Newcomer
0 Kudos
205

Hi Team,

While creating a custom adobe form using RAP Model approach, we are unable to pass the logos or any images in the Adobe form. We tried by adding the image in the Adobe Life Cycle Designer (ADLC) and uploaded through the template store in BTP, but we were unable to get the logo through this approach.

Kindly provide us a solution to add logos in the Custom BTP Adobe Forms.

 

Thanks,

Swarup

 

 

View Entire Topic
PascalBremer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Swarup,
if you want to embed a logo to the template directly, make sure the embed image data option is checked for the image field in Adobe LiveCycle Designer for sap solutions.

If you want to embed images during runtime, create a new data field of type abap.rawstring(0) (internally represents xstring) and fill it. The reuse class for receiving xml data tree (https://help.sap.com/docs/btp/sap-business-technology-platform/rap-data-services-for-print-forms?ver...) will resolve the xstring to base64 automatically.

After this, create a binding to this data field in your image field in Adobe LiveCycle Designer.

Best regards
Pascal