Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert base64 into BMP

Former Member
0 Likes
1,143

Hi

Is there a way to convert base64 string into bmp using abap?

Thanks

Hi

Is there a way to convert base64 string into bmp using abap?

Thanks

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
850

The question to convert base64 into bmp is non-sense: base64 is simply a way to encode a sequence of bytes via latin characters and numeric digits (and = and /). Whatever the sequence of bytes correspond to a PDF, a JPG, a BMP or whatever format, the decoding into bytes will always give the same original file. Just search the forum, the answer is there.