cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 sap.m.PDFViewer return interactive form

Niki
Explorer
0 Kudos

Hey experts,

I have an interactive PDF that I want to show in SAPUI5, but the user needs to sign the PDF and send it back to the backend system. It used to work with web dynpro.

I can show the PDF, the user can sign it, but I cannot send the signed PDF back.

Any idea how I can send the changed PDF back? The getSource() returns the odata path $value and not the string value from the pdf.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

jorge_cabanas
Participant
0 Kudos

Hi Niki,

According to the official documentation of "getSource()", this method is possible to use it with BLOB url as long as it was set in the white list of the browser. I don't know if setting it you will be able to get any different value...

I assume that you cannot share the code in GIT or something similar so it's more difficult to look into a solution