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

Did anyone find any solution for Vertical image alignment in HTML-Renderer?

question

Hi, I am using the method PdfGenerator.GeneratePdf method. I send the html and css to the function and it works okay and all the styles are being applied to the...

bug

I have this line of code in my application Line 268: var cssData = PdfGenerator.ParseStyleSheet(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Content/bootstrap.min.css")); and I am getting an exception ![image](https://user-images.githubusercontent.com/2217926/99636673-c0d43f00-2a69-11eb-99b1-88f4f00b57fb.png) I would like to enclose the version...

… an IndexOutOfRangeException. When dealing with a property value with a trailing comma, the code would try to start from that comma, and increase the start index by one. This...

bug

If I render the image in the HtmlToolTip control (winforms) using this code below, my application hangs. `` There is no problem with other embedded images or when this image...

bug

Hi, all. I have problem with creating *.pdf file for table with rowspan and colspan. In Html browser formating is: In *.pdf formating is: Table formating for text 3, text...

bug
PDF

I am new in HTML-Renderer. I tried many times to fix the table size in html edited in VS html editor in HTML 4.01. However, the table is scaled up...

bug

Hi, is it possible to add input text field to get user input? If not, how can I implement it?

Works fine when I revert back to PDFSharp version 1.32.3057. However, as soon as I update to version 1.50 I get type initializer error for: var pdf = TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.GeneratePdf("text", PdfSharp.PageSize.A4);...

I have installed PdfSharp + HTML-Renderer. Both are of the latest possible versons. PdfSharp has a new FontResolver since of version 1.50 beta 2 http://www.pdfsharp.net/wiki/FontResolver-sample.ashx If to create and apply...

enhancement
PDF