on 2024 Dec 03 10:26 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
8 | |
8 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.