New Post: None of the provided assemblies can be loaded in the Visual Studio...
Hi I was using the HtmlRenderer v1.4.11.0, and now I've tried to update to the last version 1.5.0.6. The first disgusting problem I found is that I was unable to load the winforms dll into the Visual...
View ArticleNew Post: None of the provided assemblies can be loaded in the Visual Studio...
I found the problem. Now the user-control is distributed with one dll dependency, so to be able to load the winforms components the "core" dll should exists in the same directory. So please put a...
View ArticleNew Post: Html Generate Image Symbol sequence of confusion
I found a problem. If I set the Image Size, the generate Image display normal. System.Drawing.Image image = HtmlRender.RenderToImage(html, new System.Drawing.Size(400, 200)); Now the problem is that I...
View ArticleNew Post: How to use the HTML Renderer in Windows 10 UWP?
The start page of this project suggests that the HTML Renderer can be used in Windows "Metro". But I don't find any information on how to use the controls in a Windows 10 UWP App. It seems like the...
View ArticleNew Post: Pagination
I was wondering if HTMLRenderer supports any form of page numbers. Any pointers are welcome, as I could not find anything about that. And Thanks for the great tool!
View ArticleNew Post: Debugging Generated PDFs
Yes! that exatly the problem i having. It manifests only when generating the PDF. In the viewer it looks fine. It just refuses to work :(
View ArticleNew Post: Debugging Generated PDFs
Chagui wrote: Yes! that exatly the problem i having. It manifests only when generating the PDF. In the viewer it looks fine. It just refuses to work :( Nevermind, it worked with the latest version from...
View ArticleNew Post: Binding BaseStylesheet and updating it
Hi there, I am using the WPF version of the HtmlPanel control - and I love it, except for this one problem I have. I have a stylesheet that might change (user configures a different theme), but when I...
View ArticleNew Post: How to embed fonts using HtmlRenderer.PDFSharp ?
Hi, I'm using HtmlRenderer.PDFSharp to render to pdf file but how do I embed the fonts into the pdf? I'm testing using the 02.Text.htm file. The sample WinForm app works fine but when I code it myself,...
View ArticleNew Post: Page Break Always is not functional
Hey guys, I'm inserting a div element with the attribute page-break-always: after to force a page break from that point and separate the content before with the content after. This should result in...
View ArticleNew Post: Left margin applies to second line of bullet
When trying to render the following bullet item the bullet gets a left margin of 20px as it should but when the text goes to the next line, it is again indented.<ul style="width: 100px"> <li...
View ArticleNew Post: CSS3 Support
Are there any plans to support CSS3 and what might be the timeline for its release?
View ArticleNew Post: How to generate PDF with footer and page numbers?
Hello! Thank you for the geat work! I too join the question, is there any tools to customize PDF (header, footer, pages etc)?
View ArticleNew Post: Use an existing PDF as template
Hi there, is it possible to open an existing PDF as a template, and place the html on that template? I can't find a way to do that.
View ArticleNew Post: Script injection threat?
Hi, I'm considering using this project to render HTML coming from an end-user rich text editor into images to display in reports. I'll use the HtmlRender.RenderToImage() method. From a security...
View ArticleNew Post: CSS word-break : break-word vs break-all
I have a situation where I have td elements with a fixed width. If a word happens to be long enough that it will exceed the width of the cell, it will be placed on a new line. However, if there is a...
View ArticleNew Post: Images don't display in PDF
I have a fairly simple HTML page rendered via asp.net. It look beautiful in the PDF after running it through HtmlRenderer.PdfSharp EXCEPT that the images don't appear. Just the red X of a missing image...
View ArticleNew Post: Images don't display in PDF
I ended up using a different pdf library that doesn't have this problem and works perfectly: http://selectpdf.com/community-edition/
View ArticleNew Post: How to Select all text / copy like the right click context menu?
The right click Context Menu allows to select all and copy? Anyway to expose that programmatically? I've seen the references to GetHtml(), but that only gets the html, i'm wanting just the text, like...
View ArticleNew Post: How to get access to path?
hi, i get an error in my project. System.UnauthorizedAccessException: ''C:\Projec\Pdf" access to path denied. here is the details; System.UnauthorizedAccessException occurred HResult=0x80070005...
View Article