Skip to Content
0
Dec 22, 2022 at 07:08 AM

Convert file for upload (RFC)

138 Views

Hello,

I want to upload a pdf file via RFC.

I use function module SO_OBJECT_INSERT. I am using python and pyrfc.

Uploading plain text files works well.

My pdf conent looks like this:

pdf.png

How to I have to convert the pdf binary in python and pass it to the function module?

All functions moduls to convert files are not remote enabled.

Thank you.