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

Currently if table row exceeds page's borders, it moves to the next page. And if it is the second row in a table, the whole table moves to the next...

bug
PDF

The following html will not rendered correctly: ```html Line1 Line2 Line3 Line4 ``` I know this is very ugly html. This is from Microsoft Outlook. Output: (the browser on the...

bug
HTML

I made a test HTML from [http://www.gutenberg.org/files/1661/1661-h/1661-h.htm](http://www.gutenberg.org/files/1661/1661-h/1661-h.htm) using SGMLReader as I suggested on issue 90. When I clicked down button on the vertical scroll bar , scrolling took couple seconds....

enhancement
HTML

I had a performance problem displaying huge HTML , then I was looking for huge simple HTML in english. I found [http://www.gutenberg.org/files/1661/1661-h/1661-h.htm](http://www.gutenberg.org/files/1661/1661-h/1661-h.htm) and I tried and got StackOverflow error. I...

enhancement
HTML

Hello, I found that HTML-RENDER can't support word break in Chinese. Like Below Right show: 中文中文中文 中,中文中文 Wrong Show: 中文中文中文中 ,中文中文 please help me to check it. thanks.

bug
HTML

I'm trying to use HtmlRender.RenderToImage in uwp, can you help me please

enhancement

Hello, I have noticed a funny issue with a simple html when using HtmlRender.RenderToImage ``` html Hello World! ``` The styles on for the TR are not being respected and...

bug
CSS

Specifically, it takes hr { border: 1px inset; } and passed 1px into ParseBorderColorProperty

bug
CSS

Due to failing to account for the existence of quoted strings for URL, fails to parse DATA urls due to the existence of a ';' in the string eg url('data:image/gif;base64,R0lGOD');...

bug
CSS

We're looking into using htmlrenderer for our solution and so far we love it, but so far we're unsure of how to add support for bookmarks in pdf. I saw...

enhancement
PDF