Created Unassigned: HtmlPanel: Links don't work when starting offset from the...
When a link is not within the current client rectangle of the html panel, e.g. have to scroll to see it, the link doesn't show as clickable (mouse cursor doesn't change) and isn't clickable either.It...
View ArticleCommented Unassigned: HtmlPanel: Links don't work when starting offset from...
When a link is not within the current client rectangle of the html panel, e.g. have to scroll to see it, the link doesn't show as clickable (mouse cursor doesn't change) and isn't clickable either.It...
View ArticleCreated Unassigned: PDF doesn't render tables or divs properly [9073]
If you have a table with tags within the td's, it doesn't render the contents of the inner tags. Also style="float:left" does not work on div or any other tags so there is currently no way to place 2...
View ArticleCreated Unassigned: Scrolling problem [9074]
I am using HtmlPanel. When I bind an html content, scrolling is very very slow. There is a problem about scrolling. Can you check it?
View ArticleNew Post: Barcode Not rendering when use RenderToImage
Hi I am converting an html with a barcode to an bitmap image. The text comes out fine but the barcode does not appear. Any suggestions?
View ArticleCreated Unassigned: Wrongly rendered as white on white [9075]
Hello,By playing around with different web sites web snippets I realized that sometimes html code is rendered as white font on white background despite the fact the original page renders normally. See...
View ArticleNew Post: HtmlRender.RenderToImage crashing
I'm trying to integrate HtmlRenderer with an existing project. I have references to HtmlRenderer and to HtmlRenderer.WinForms. Right now I am producing some very simple HTML, for example: sHtml =...
View ArticleCreated Unassigned: ArgumentException when a font does not support a specific...
When running "HtmlRenderer Mono Demo.exe" or "HtmlRenderer WinForms Demo.exe" and selecting "Test Samples > Fonts decorations", application shows following exception in MessageBox.Running...
View ArticleReleased: 1.5.0.6 (Oct 09, 2014)
For the long version see my blog post.Update 1.5.0.6Minor fixes and updates from pull requests.FeaturesMulti-framework supportWinForms WPF Mono PdfSharpWPFNative - no WinForms interop or hacks Native...
View ArticleUpdated Release: 1.5.0.6 (Oct 09, 2014)
For the long version see my blog post.Update 1.5.0.6Minor fixes and updates from pull requests.FeaturesMulti-framework support WinFormsWPFMonoPdfSharpWPF Native - no WinForms interop or hacksNative WPF...
View ArticleNew Post: How to have custom controls "with-in" the web page?
I ended up doing this by exposing the DOM to get the cords of the element I wanted to put it in and doing it after the control was painted... Don't understand why the DOM not exposed? Kris
View ArticleNew Post: Multiple pages from HTML
I have a number of seperate HTML pages that I would like to convert to one single PDF Document. How can I do that? At the moment I'm creating a seperate PDF for every page, save it to MemoryStream,...
View ArticleCreated Unassigned: IndexOutOfRangeException in HtmlParser.ExtractAttributes...
I have some html that has a valueless attribute at the end of a tag which crashes the parser. A minimal snippet to reproduce it is "<img alt>"I have created a pull request with a fix at...
View ArticleCommented Unassigned: Wrongly rendered as white on white [9075]
Hello,By playing around with different web sites web snippets I realized that sometimes html code is rendered as white font on white background despite the fact the original page renders normally. See...
View ArticleNew Post: Azure Websites
Hey guys, I'm getting the same problem whereby our images are showing up black after we migrated a custom site across to Azure. I've noticed that the code is using the GDI and we are on a Standard...
View ArticleNew Post: 2 columns
Hi, Is there a way to get 2 fixed width columns side by side? I've tried float left and right and inline-block but they are not implemented. I've tried a table but the widths of the cells are ignored.
View ArticleCreated Unassigned: Word-spacing not working... [9078]
I can see that the control tries to implement word-spacing:``` _actualWordSpacing = CssUtils.WhiteSpace(g, this); if (WordSpacing != CssConstants.Normal){ string len =...
View ArticleNew Post: PdfGenerator.GeneratePdf don't work
Good afternoon, I will discuss my situation ... I use HtmlRenderer and PDFsharp to generate pdf from my application. Specifically use versions: HtmlRenderer v1.5.0.6 PDFsharp v.1.50.3638.0 My problem...
View ArticleCreated Unassigned: Thread safe use of HTML Renderer (using PDFSharp) [9079]
I'm the author of a multi-threaded Windows service that renders HTML to PDF using HtmlRenderer and PDFSharp. It quickly became apparent that these libraries are not thread safe when exceptions started...
View Article