HTML-Renderer
HTML-Renderer copied to clipboard
External CSS and Images not showing up
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;
Provide the HTML that you are trying to render?