HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

External CSS and Images not showing up

Open danhastings opened this issue 8 years ago • 1 comments

I have a html string and I want to convert this to an image. The code is simple and it works, but the image that is generated does not contain any images or css. It has some basic html markup, but nothing else.

Bitmap bitmap = HtmlRender.RenderToImage(pagehtml) as Bitmap;

danhastings avatar Jul 24 '17 15:07 danhastings

Provide the HTML that you are trying to render?

bjorn-ali-goransson avatar Jan 10 '18 21:01 bjorn-ali-goransson