SharpDocx icon indicating copy to clipboard operation
SharpDocx copied to clipboard

Insert image from bitmap

Open pblo666 opened this issue 5 years ago • 2 comments

I want dynamically generate image and without saving, insert in document. It's possible?

pblo666 avatar Nov 17 '20 19:11 pblo666

I have the same issue, need to upload base64 string image directly to the docx file

mitnick2012 avatar Mar 17 '22 14:03 mitnick2012

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

mitnick2012 avatar Mar 22 '22 09:03 mitnick2012

Version 2.4.0 now has ImageFromBase64, ImageFromUrl and ImageFromStream methods.

egonl avatar Jan 30 '23 21:01 egonl