Converting Base64 to jpeg or binary
Hi all,
I want to convert a base64 encoded image in binary or jpeg.
Could someone help me?
Is there a link or a code for this?
Thank you!
Hi all,
I want to convert a base64 encoded image in binary or jpeg.
Could someone help me?
Is there a link or a code for this?
Thank you!
You need an appropriate library class. Apache commons codec has one. (see http://jakarta.apache.org/commons)