New Post: issue
I'm going to assume you are interested in something like this:CssData css = HtmlRenderer.CssData.Parse("body{font-family:italic;background-color:Yellow;san-serif;font-size:100px;}", true); Image...
View ArticleNew Post: Misplaced Single Quote at the end of a Word in an RTL Text
Hi! When the RTL text has a word ending with a single quote, that quote is displayed at the beginning of the word. The string passed to the control is:"<!DOCTYPE html> <html lang='he'...
View ArticleCreated Unassigned: Anchors with style display: block don't work [9033]
Hello,I replaced a component that previously inherited from the `WebBrowser` control and irritated me in various ways with a `HtmlPanel`. After making a couple of minor changes so that it would...
View ArticleCommented Unassigned: Anchors with style display: block don't work [9033]
Hello,I replaced a component that previously inherited from the `WebBrowser` control and irritated me in various ways with a `HtmlPanel`. After making a couple of minor changes so that it would...
View ArticleNew Post: Misplaced Single Quote at the end of a Word in an RTL Text
fixed, will be available in next minor release in a few days. I'm curious, what is your project?לא כל יום אני רואה עברית :)
View ArticleUpdated Wiki: Image generation
Generate image from HTML markup HTML Renderer can be used to generate image (pmg, jpeg, bmp, etc.) from HTML markup snippet.Because of technical limitations, rendering to image requires special...
View ArticleReleased: 1.4.14.0 (Mar 10, 2013)
Update 1.4.14.0Fix tooltip max size handling (thx deviantus) Fix parsing error with element containing psedo class and style (thx deviantus)Fix HtmlPanel, HtmlLabel huge text bug (thx deviantus) Fix...
View ArticleUpdated Release: 1.4.14.0 (Mar 10, 2013)
Update 1.4.14.0Fix tooltip max size handling (thx deviantus) Fix parsing error with element containing psedo class and style (thx deviantus) Fix HtmlPanel, HtmlLabel huge text bug (thx deviantus) Fix...
View ArticleClosed Unassigned: Anchors with style display: block don't work [9033]
Hello,I replaced a component that previously inherited from the `WebBrowser` control and irritated me in various ways with a `HtmlPanel`. After making a couple of minor changes so that it would...
View ArticleClosed Unassigned: issues [9032]
Hello.There is exception when HTML text contains```<br />```Any ideas?Stack trace:```System.IndexOutOfRangeException: Index was outside the bounds of the array. at...
View ArticleClosed Unassigned: NullReferenceException when parsing style tag [9031]
Hello,There is NullReferenceException when HTML text contains structure like this:```<v:shape style="color: Red" />```Stack Trace:```System.NullReferenceException: Object reference not set to an...
View ArticleClosed Unassigned: Event overrides + race conditions [9030]
Hello,Typically, if I inherit from a component, I will not bind to that components events unless I must. Instead, I'll override the relative method. For example, assuming I wanted to do some repainting...
View ArticleClosed Unassigned: Style is ignored if surrounded by HTML comment [9029]
The line spacing is to large. Chrome, Firefox and IE don't show these spaces. I pasted a sample document here: [http://pastebin.com/MiiHVQtU](http://pastebin.com/MiiHVQtU)Using HTML Renderer...
View ArticleReleased: 1.4.14.0 (Mar 10, 2013)
Update 1.4.14.0Fix tooltip max size handling (thx deviantus) Fix parsing error with element containing psedo class and style (thx deviantus)Fix HtmlPanel, HtmlLabel huge text bug (thx deviantus) Fix...
View ArticleUpdated Release: 1.4.14.0 (Mar 10, 2013)
Update 1.4.14.0Fix tooltip max size handling (thx deviantus) Fix parsing error with element containing psedo class and style (thx deviantus) Fix HtmlPanel, HtmlLabel huge text bug (thx deviantus) Fix...
View ArticleNew Post: HtmlRender.Render generates unformatted image
Hi I am facing a similar issue. Here is my function to render image:private void SaveImageFromHtml(MvcHtmlString html) { var decodedHtml = html.ToHtmlString(); var cssData =...
View ArticleNew Post: HtmlRender.Render generates unformatted image
tested with "<p class='inner'>hello <p class='left-col'>world</p></p>" and the styles were applied, can you add a sample html.float style is not supported, sorry.you don't need...
View ArticleNew Post: HtmlRender.Render generates unformatted image
Hey, thanks for your reply. I said it was similar in the sense that I was struggling with the css styles. I had no idea that float isnt supported. That was probably the issue, as I saw everything...
View Article