Hello, I’m trying to convert some html to base64 as in this issue .Net Core - Converting HTML to Image (base64) but I’m not able to save the image in a stream with the “ConvertHTML” method. How should I use MemoryStreamProvider to do it?
Thank you in advance