Skip to Content
0
Aug 03, 2023 at 10:20 AM

Unable to make fields interactive in Form Service by Adobe in ABAP Environment on BTP

202 Views

I am using ABAP environment on BTP to render the PDF form template stored in the template store.

The form template is rendered with the xml data successfully with the help of the rest API '/v1/adsRender/pdf' and the output is received in pdf base 64 encoded format. Unfortunately, when i generate the preview of the pdf using the base 64 encoded data, i could see the static pdf form generated.

I remember, In case of on premise interactive forms we need to pass the fillable property to make the form interactive.

Do we have any such options from the ABAP environment on BTP or the fillable feature is handled in some different way?