New Post: Absolute positioning not working
Is absolute positioning supported? Here's basically what I'm trying to do, but the text is not getting overlaid. (Sorry, I didn't know whether to put this under discussions or issues)<div...
View ArticleNew Post: A generic error occurred in GDI+.
Hi,Platform ASP.NET, C#. System.Runtime.InteropServices.ExternalException was caught HResult=-2147467259 Message=A generic error occurred in GDI+. Source=System.Drawing ErrorCode=-2147467259...
View ArticleNew Post: Select text programmatically
You can use GetHtml() to get the html in the control, then set it to clipboard. See Setting HTML/Text to Clipboard revisited
View ArticleNew Post: A generic error occurred in GDI+.
make sure you have permission to write to the required path on the disk "PhysicalPath", try "File.WriteAllText(FilePathAndName,"test")" to see that it works. what is the purpose of "Coordinator" and...
View ArticleNew Post: Absolute positioning not working
absolute and relative positions are currently not supported. you can play with the html, if you have control over it, by setting the image as background.
View ArticleNew Post: A generic error occurred in GDI+.
Thank you for your response. I forgot to say: a zero size file is created each time I use Image.Save ! In addition, I have the same error when trying to save the image to stream!! So, there is no...
View ArticleNew Post: A generic error occurred in GDI+.
try saving as png, no need to to copy "ToBeSaved" image to "go"
View ArticleUpdated Wiki: Home
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.The library is 100%...
View ArticleUpdated Wiki: Documentation
Cross framework, Multipurpose, 100% managed (C#), High performance HTML Rendering library.NavigationDemo applicationImage generationPDF generationRendering SVG imagesHTML and CSS supportFAQQuick...
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.WPF support?Yep, WPF is fully supported.Mono support?Yep,...
View ArticleUpdated Wiki: Documentation
Cross framework, Multipurpose, 100% managed (C#), High performance HTML Rendering library.NavigationDemo applicationImage generationPDF generationRendering SVG imagesHTML and CSS supportFAQQuick...
View ArticleNew Post: A generic error occurred in GDI+.
I have found a likely cause! I hope I am wrong. When rendering HTML under some conditions this might happens. Please try to render this HTML (Pass the HTML directly from your code to RenderToImage, do...
View ArticleNew Post: A generic error occurred in GDI+.
For more accurate. This issue can be clearly seen when you use more than one span element in the same block and each span has a different class name.
View ArticleCreated Unassigned: Incorrect paragraph alignment when combined with an image...
This is the html I used.<html lang="en"><head><style type="text/css"> .image-wrapper{ position: relative; width: 250px;} .image-wrapper p.line1{ position: absolute; left: 115px; top:...
View ArticleClosed Unassigned: Incorrect paragraph alignment when combined with an image...
This is the html I used.<html lang="en"><head><style type="text/css"> .image-wrapper{ position: relative; width: 250px;} .image-wrapper p.line1{ position: absolute; left: 115px; top:...
View ArticleNew Post: Absolute positioning not working
Thanks! That is what I ended up doing, and it seems to work pretty well.
View ArticleCreated Unassigned: Fails while debugging in VS [9056]
I've just upgraded HtmlRenderer from version 1.4 to the latest 1.5.0.5. I immediately got the problem that instances of HtmlLabel rendered wrong all over my application when I run it in debug mode...
View ArticleCommented Unassigned: Fails while debugging in VS [9056]
I've just upgraded HtmlRenderer from version 1.4 to the latest 1.5.0.5. I immediately got the problem that instances of HtmlLabel rendered wrong all over my application when I run it in debug mode...
View ArticleCommented Unassigned: Fails while debugging in VS [9056]
I've just upgraded HtmlRenderer from version 1.4 to the latest 1.5.0.5. I immediately got the problem that instances of HtmlLabel rendered wrong all over my application when I run it in debug mode...
View Article