Updated Wiki: Image generation
Generate image from HTML markup HTML Renderer can be used to generate image (pmg, jpeg, bmp...) from HTML markup string.Because of GDI text rendering issue with alpha channel clear type text rendering...
View ArticleNew Post: SVG Image support
ArthurTep, thanks for that quick response, and the workaround using the svg renderer code is ok though it falls short of what I required it for, i.e no support for animations. Still, HTML Renderer...
View ArticleUpdated Wiki: Image generation
Generate image from HTML markup HTML Renderer can be used to generate image (pmg, jpeg, bmp...) from HTML markup string.Because of GDI text rendering issue with alpha channel clear type text rendering...
View ArticleUpdated Wiki: Image generation
Generate image from HTML markup HTML Renderer can be used to generate image (pmg, jpeg, bmp...) from HTML markup string.Because of GDI text rendering issue with alpha channel clear type text rendering...
View ArticleUpdated Wiki: Image generation
Generate image from HTML markup HTML Renderer can be used to generate image (pmg, jpeg, bmp...) from HTML markup string.Because of GDI text rendering issue with alpha channel clear type text rendering...
View ArticleUpdated Wiki: FAQ
Why SVG images are not working?.NET doesn't support SVG format.A workaround is to convert SVG to PNG during rendering, see Rendering SVG images.Will there be WPF support?Yes, I'm planning to extend...
View ArticleCreated Unassigned: render nothing with some htm file [9025]
when i want to render a bigger html content in demo, it render nothing, i try step into the source code, and i found after set Text property, the base.Text value is empty, it is quite strange```public...
View ArticleNew Post: Thinking of Page Support?
I think I understand what is meant here, as I was going to request what I think is the same. As the original author did not seem to elaborate, allow me to do so (I'm from a Delphi community and I'm not...
View ArticleNew Post: img and HtmlRenderer.GetAttributeAt
Hi, I'm trying to use GetAttributeAt method to get the "alt" attribute of an img tag. For testing purpose, I used a very simple peace of...
View ArticleNew Post: 1.4.11.0 HtmlRender.RenderToImage : Problem
First, I have to say that this library is just about the most awesome thing I have ever found. Being able to go directly from my complex HTML straight to an image without having to create an HTML File,...
View ArticleNew Post: 1.4.11.0 HtmlRender.RenderToImage : Problem
Oh boy... I have been sitting with this problem for about 6 hours straight now... and someone looking over my shoulder chuckled and told me to do the following: CTRL + ALT + E deselect the Managed...
View ArticleCreated Unassigned: Strong name [9026]
Hello,Just been having a quick look at your control as I was about to resurrect a truly ancient HtmlLabel control I wrote over a decade ago in VB6! Although yours has many more features and saves me...
View ArticleNew Post: 1.4.11.0 HtmlRender.RenderToImage : Problem
Sorry about that the BitBlt function has incorrect signature. The proper way to fix it is to change the signature to:public static extern bool BitBlt(IntPtr hdc, int nXDest, int nYDest, int nWidth, int...
View ArticleCommented Unassigned: Strong name [9026]
Hello,Just been having a quick look at your control as I was about to resurrect a truly ancient HtmlLabel control I wrote over a decade ago in VB6! Although yours has many more features and saves me...
View ArticleClosed Unassigned: Strong name [9026]
Hello,Just been having a quick look at your control as I was about to resurrect a truly ancient HtmlLabel control I wrote over a decade ago in VB6! Although yours has many more features and saves me...
View ArticleNew Post: Editing
I also need a very simple editor. Can the following be accomplished by HTML Renderer?Display a 'caret' symbol/image at a specified position.Raise keyboard events eg: arrow keysRaise mouse events....
View ArticleNew Post: img and HtmlRenderer.GetAttributeAt
I fixed the problem by modifying DomUtils.GetCssBox. It was also unable to work with td. Here is the code in case anyone faces the same problem: /// <summary> /// Get css box under the given...
View ArticleNew Post: Configuring CSS
Hello. I have a graph which was created with JQPlot and then annotated with some additional axis information. I need to render all of this to a .png file. When I output the display with the code below...
View Article