I have an image stored in my database in base64
format. The first question I want to ask here is that is it the best way to store it ?
Next, I am trying to put this image in a Word document via openxml
. I have already filled the document with simple text but I am unable to convert my base64
string to an image and then put it in the word document.
Any suggestions or guidance would be appreciable.