New Post: Image Load Handler
If understand correctly your question is when the HTML Renderer will be able to render the web as good as IE or Chrome. In that case there are two parts to the answer:Fully supporting HTML and CSS on...
View ArticleNew Post: Using Html Renderer
Hello everyone, I would like to use Html Renderer to convert .html to .jpg file. But i'm begginer with C#, and i dont know how to do that. I want to use System.Drawing.Html in my project, but it cant...
View ArticleNew Post: SVG compatibility
Hello, I am trying to convert an html file that contain an SVG image, to an image. Its apparently not working : on the resulting image i have all the datas, but not the drawings. Html Renderer doesnt...
View ArticleNew Post: SVG compatibility
Unfortunately .NET doesn't support SVG format and so HTML Renderer doesn't, I might add it in the future by means of external library. Currently you can use external solutions to convert the SVG to...
View ArticleCommented Unassigned: Text white spaces dissappear when styling [8772]
White spaces in text dissappear when we are using the <font> tag Or if we use <span style> with font-family and font size.Also, <font size""> is not respected.Can you provide a fix...
View ArticleCommented Unassigned: Cannot wrap lines in Chinese. [8763]
Try this in HtmlPanel (Contians Chinese characters without any...
View ArticleNew Post: Links to Anchors
Is there a possibilty to get links to standard html anchors working? or how do i manage navigating in the same document? thanks! very nice project, by the way!
View ArticleCreated Feature: Support Links to Anchors [8834]
https://htmlrenderer.codeplex.com/discussions/448317
View ArticleNew Post: Links to Anchors
Currently it is not supported. It's not complicated but I'm not sure when I will be able to work on it. Added an issue for it: https://htmlrenderer.codeplex.com/workitem/8834
View ArticleCreated Feature: Support image align\floating [8840]
http://www.w3schools.com/tags/att_img_align.asp
View ArticleNew Post: Image Alignment (Centering) not working
According to w3c this should center an image: img.center { display: block; margin-left: auto; margin-right: auto; } In HTML Renderer, it instead floats the image underneath the other DIVs. Any pointers...
View ArticleNew Post: Image Alignment (Centering) not working
Interesting. Here's some sample HTML/CSS. If I remove (or move the property to the IMG tag) the width: 120px; attribute it works as desired. Should that be happening? Also, need to view source of the...
View ArticleNew Post: Thanks
I would like to say thanks, this is a great job! I want to use it in my open source software.
View ArticleNew Post: Image Alignment (Centering) not working
Regarding image center there is currently bug setting display: block on the image, also "margin-left: auto; margin-right: auto;" doesn't seems to work in IE and Chrome so I'm not sure how it should...
View ArticleNew Post: white-space: nowrap
first of all, its a great project! i found a bug: "white-space: nowrap" not rendered correctly at resizing. Here is the sample code:"<html><body><div><p>...
View ArticleCreated Issue: white-space: nowrap [8907]
first of all, its a great project!i found a bug: "white-space: nowrap" not rendered correctly at resizing.Here is the sample code:"<html><body><div><p>This:<br/><span...
View ArticleEdited Issue: white-space: nowrap [8907]
first of all, its a great project!i found a bug: "white-space: nowrap" not rendered correctly at resizing.Here is the sample code:"<html><body><div><p>This:<br/><span...
View Article