SharpDocx
SharpDocx copied to clipboard
Insert image from bitmap
I want dynamically generate image and without saving, insert in document. It's possible?
I have the same issue, need to upload base64 string image directly to the docx file
I worked on that and made a feature to add image from base64 string variable using Image64(base64stringVariable) send pull request and wait for the author of this repository to update it
Version 2.4.0 now has ImageFromBase64, ImageFromUrl and ImageFromStream methods.