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.
Sometimes when calling: TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.GeneratePdf I get this exception: at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at TheArtOfDev.HtmlRenderer.Core.Parse.RegexParserUtils.GetRegex(String regex) in d:\source\github\HTML-Renderer\Source\HtmlRenderer\Core\Parse\RegexParserUtils.cs:line 192 at TheArtOfDev.HtmlRenderer.Core.Parse.RegexParserUtils.Search(String regex, String source, Int32& position) in d:\source\github\HTML-Renderer\Source\HtmlRenderer\Core\Parse\RegexParserUtils.cs:line...
Hey, As a Preamble I want to clarify that well aware of the huge amount of time it takes to maintain a large open source project and that this for...
I am just converting HTML to PDF using HTML Renderer. However i am getting bold letters when we generate PDF in Demo Application. However it works correctly browser though Show...
I'ts not possible to combine these in the winforms version, is this a known issue?
https://github.com/ArthurHub/HTML-Renderer/blob/a004aefeb87b5226aece75c49e84040dbaf9f3e0/Source/HtmlRenderer.PdfSharp/Adapters/PdfSharpAdapter.cs#L47 I'm using .net core 2.0. I have installed pdfsharp and htmlrendererSharp latest versions. Exactly at the pdfGenerator.GeneratePdf() method it is throwing an exception. When I debugged the code, In...
Team, I am referring HtmlRender towards parsing HTML for PDFSharp. When sharing the details in a related issue (https://github.com/ArthurHub/HTML-Renderer/issues/177) I found out there are two similarly named DLLs in the...
Hey, i have a HTML Label inside a standard winforms Panel, and i've set the label property `AutoSizeHeightOnly` to true This works perfectly on normal text, but when i insert...
I just observed a typo in the word 'implemented'. It is spelled as implemted.  Context: [InvalidOperationException: Obsolete and not implemted any more.] PdfSharp.Drawing.XFontFamily.get_Families() +46 TheArtOfDev.HtmlRenderer.PdfSharp.Adapters.PdfSharpAdapter..ctor() in d:\source\github\HTML-Renderer\Source\HtmlRenderer.PdfSharp\Adapters\PdfSharpAdapter.cs:44 TheArtOfDev.HtmlRenderer.PdfSharp.Adapters.PdfSharpAdapter..cctor() in...
Hi, I have an application utilizing the HtmlRenderer.PdfSharp library to generate PDFs and send them by email. For some reason, these PDFs are showing up as blank, but only in...
When html content contains an empty anchor like the following `some other thing` an error is thrown: `The value cannot be null. Parameter name: elementId ( at TheArtOfDev.HtmlRenderer.Core.HtmlContainerInt.GetElementRectangle(String elementId) at...