Commented Unassigned: HTML Renderer and PDFSharp [9065]
Hello,I've downloaded HTML Renderer yesterday, awesome job! HTML Panel is working fine, but I'm trying to use it with PDFSharp, and I'm getting the following error:Assembly 'HtmlRenderer.PdfSharp,...
View ArticleNew Post: Generate image with background problem
nbrege wrote: I sort of got it to work. The background image is showing behind the rendered HTML, but it doesn't fill the entire background. It only fills a small portion of the upper-left area. The...
View ArticleNew Post: Code to handle image data URIs
Could it be possible to use a base64 uri as a background image also ?
View ArticleNew Post: Render to Image with Transparent Backgroun
is it possible to render the image with a transparent background? I have tried to modify the alpha on the background but can not seem to get it to be transparent without creating a hacky process of...
View ArticleCreated Unassigned: Pressing space should page down [9066]
Not a major issue, but it would be nice if pressing space caused a page down, as it does in all web browsers.
View ArticleCommented Unassigned: PDF generation fails for tables with span element [9064]
This is an example of table which contains span element inside cell. Function TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.GeneratePdf generates just blank page. In some cases, Adobe Reader even...
View ArticleNew Post: How to load PNG as `byte[]` to HtmlImageLoadEventArgs callback?
I have a PNG from a database as byte[]. How can I set as a HTML image? I use this for PDF creation and the wiki/documentation is sadly lacking... public void HandleImageLoad(object sender,...
View ArticleNew Post: How to generate PDF with footer and page numbers?
TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.GeneratePdfonly takes a HTML document and lets me set page size and margins. How can I also set a page footer or page numbers from HTML?
View ArticleNew Post: How to load PNG as `byte[]` to HtmlImageLoadEventArgs callback?
For future reference: The trick is to create a GDI image from a MemoryStream of the PNG picture. That can then be used to create a XImage as callback parameter.using(var mem = new...
View ArticleCreated Unassigned: Wrong CSS by copy to HTML clipboard [9067]
Hello,if i use the following html code with the following stylesheet and copy it to the clipboard the content is wrong. So the color is also used for the single `p` tag. In the html renderer control...
View ArticleReviewed: 1.5.0.0 (Feb 21, 2015)
Rated 5 Stars (out of 5) - The best library for HTML rendering in .NET world. P.S. It is very sad that project is not supported more.
View ArticleNew Post: TAG HTML inside the is not drawn.
<table> <tr> <td> <span>Text</span> </td> </tr> </table> When I use HTML tag inside the <TD>, TAG is not drawn. I commented on CSS Default the...
View ArticleCreated Unassigned: Support for PDFsharp 1.50 [9068]
Hello. I want use some features of new version PDFsharp, but i also need use HTML Renderer. If i just update PDFSharp, application crash.
View ArticleNew Post: How to have custom controls "with-in" the web page?
Is it possible to have winform controls "embedded" within the pages? Thanks, Kris
View ArticleCreated Unassigned: PDF rendering new page issue [9069]
Faced issue with rendering document. Line is splitted into two pages. See attached image
View ArticleCreated Unassigned: HtmlTooltip doesn't stay open long enough to click a link...
First of all, I love these controls!!! Now to business. I'm using HtmlTooltip to display information including a web link. The controls that are triggering the tooltip are Buttons. The tooltip displays...
View ArticleNew Post: fonts that aren't installed on system
Hi TheRhinoDude, Would this solution to add custom fonts work to render as a PDF? Thanks
View ArticleCreated Unassigned: Paragraph tags in bullet items wrap to newline [9071]
Given the following HTML extract:<ul><li><p>Dark and uninviting.</p></li><li><p>Old fashioned dirty looking...
View ArticleNew Post: Generate PDF with custom Fonts
Hi, I am really interested in using HTML Renderer to produce PDF files out of my html reports. After searching through the code and exemples, I couldn't find any code sample that shows how could I...
View Article