When you get the content (via get blob content action) it is base64 encrypted. You can convert it to binary using function base64tobinary(<pass your base 64 content here>)
base64
base64tobinary(<pass your base 64 content here>)
use it in a compose action and pass the output as usual.