cancel
Showing results for 
Search instead for 
Did you mean: 

Binary format to BASE 64 for PDF in ODATA Service

former_member219737
Participant
0 Kudos

Hi Team,

I have used the below Function Module in converting the OTF to Binary format for PDF.

But, it throws the Message as "file has Corrupted".

Can I know the way to Convert Binary format to BASE 64 for PDF so that there will not be any issue .

Regards,

Karthik S

Accepted Solutions (0)

Answers (1)

Answers (1)

nomssi
Active Contributor
0 Kudos

try

cl_http_utility=>encode_x_base64( lv_pdf_xstring )


regards,


JNN