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.
Did anyone find any solution for Vertical image alignment in HTML-Renderer?
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...
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  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...
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...
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...
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...
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...