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

Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.

Results 143 HTML-Renderer issues
Sort by recently updated
recently updated
newest added

I'm starting with this component and I had this doubt. Thanks in advance!

question

I wouldn't mind pitching in to help here as I would love to be able to use this for a project I am working on. One of the things I...

enhancement
CSS

This is a feature request. It would be awesome to have multithreading support (make methods as like HtmlRender.RenderToImage thread-safe). I mean possibility to use current library methods for generating batches...

enhancement

Specifying height and width for images works correctly only when the unit is `px`.

bug
CSS

Hi, is there a simple sample Project, showing how to print a string variable containing simple html to a pdf file? Thanks for helping With best regards Gerhard

We're hoping to use this library in a future iteration of Snarl, but we're having some challenges rendering scaled PNG images - in summary, images don't appear to be anti-aliased...

@ArthurHub I'd like to take the helm on this project. I've got nearly 20 years of development experience, much of it in C#, and I'd like to not see this...

This is an odd case. To support SVG I am using the imageLoad event. Basically it queries the URL supplied, constructs an instance of SvgDocument and gets height and width...

bug

When creating a div with the follow class: `.divClass{ height: 40px; line-height: 40px; }` The text inside the div should appear to be centered vertically. Currently in HTML-Renderer it renders...

bug
CSS