HTML-Renderer
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.
When using text-align:justify the renderer leaves spaces before and after every tag for example the text: The HTMLrenderer Lorem ipsum dolor sit amet, per ex melius deserunt perpetua. Sed in...
https://www.w3.org/TR/CSS2/tables.html#border-conflict-resolution > 1. Borders with the 'border-style' of 'hidden' take precedence over all other conflicting borders. Any border with this value suppresses all borders at this location. > 2. Borders...
Special characters like & < © ... are not decoded inside elements with word-break: break-all
Is there any way to set font color from the control? ``` ``` By default, it applies Black as Foreground, (Foreground="White" is not applied)
Hi all, I've added a page-break-after: always attribute to a div element in the HTML string/snippet, to separate content and paging. The PDF converted should produce multiple pages, however, it...
**page-break-inside: avoid** doesn't include `` tag inside `` element during page height calculation. So page break doesn't work properly when `` element is used. e.g. ``Lorem ipsum dolor sit ``...
Hi guys, When I convert my HTML to PDF and try opening it in Acrobat Reader DC, an error dialogue shows, saying "An error exists on this page. Acrobat may...
Hi, It seems like something is off with regular gdi rendering in the current version. Seems like it is being output at an extremely small resolution, even though I'm passing...
Hey guys, I've generated a PDF document with line-height values on a few elements of the original HTML source. I'm also using ckEditor (http://ckeditor.com/) to generate the HTML mark up...
Hey all, I've generated a PDF document where text is not contained within an element tag (label, span, p, etc). If this text is too large and exceeds the max...