Quantcast
Channel: HTML Renderer
Browsing all 693 articles
Browse latest View live
↧

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 Article


New 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 Article


New Post: Using Html Renderer

Nevermind problem solved ! :)

View Article

New 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 Article

New 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 Article


Commented 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 Article

Commented Unassigned: Cannot wrap lines in Chinese. [8763]

Try this in HtmlPanel (Contians Chinese characters without any...

View Article

New 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 Article


Created Feature: Support Links to Anchors [8834]

https://htmlrenderer.codeplex.com/discussions/448317

View Article


New 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 Article

Created Feature: Support image align\floating [8840]

http://www.w3schools.com/tags/att_img_align.asp

View Article

New 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 Article

New 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 Article


New Post: Thanks

I would like to say thanks, this is a great job! I want to use it in my open source software.

View Article

New 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 Article


New Post: Thanks

My pleasure :)

View Article

New 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 Article


New Post: white-space: nowrap

Thx, will fix for next version (2-4 weeks).

View Article

Created 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

Edited 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
Browsing all 693 articles
Browse latest View live