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

Created Unassigned: HtmlPanel: Links don't work when starting offset from the...

When a link is not within the current client rectangle of the html panel, e.g. have to scroll to see it, the link doesn't show as clickable (mouse cursor doesn't change) and isn't clickable either.It...

View Article


Commented Unassigned: HtmlPanel: Links don't work when starting offset from...

When a link is not within the current client rectangle of the html panel, e.g. have to scroll to see it, the link doesn't show as clickable (mouse cursor doesn't change) and isn't clickable either.It...

View Article


Created Unassigned: PDF doesn't render tables or divs properly [9073]

If you have a table with tags within the td's, it doesn't render the contents of the inner tags. Also style="float:left" does not work on div or any other tags so there is currently no way to place 2...

View Article

Created Unassigned: Scrolling problem [9074]

I am using HtmlPanel. When I bind an html content, scrolling is very very slow. There is a problem about scrolling. Can you check it?

View Article

New Post: Barcode Not rendering when use RenderToImage

Hi I am converting an html with a barcode to an bitmap image. The text comes out fine but the barcode does not appear. Any suggestions?

View Article


Created Unassigned: Wrongly rendered as white on white [9075]

Hello,By playing around with different web sites web snippets I realized that sometimes html code is rendered as white font on white background despite the fact the original page renders normally. See...

View Article

New Post: HtmlRender.RenderToImage crashing

I'm trying to integrate HtmlRenderer with an existing project. I have references to HtmlRenderer and to HtmlRenderer.WinForms. Right now I am producing some very simple HTML, for example: sHtml =...

View Article

Created Unassigned: ArgumentException when a font does not support a specific...

When running "HtmlRenderer Mono Demo.exe" or "HtmlRenderer WinForms Demo.exe" and selecting "Test Samples > Fonts decorations", application shows following exception in MessageBox.Running...

View Article


Released: 1.5.0.6 (Oct 09, 2014)

For the long version see my blog post.Update 1.5.0.6Minor fixes and updates from pull requests.FeaturesMulti-framework supportWinForms WPF Mono PdfSharpWPFNative - no WinForms interop or hacks Native...

View Article


Updated Release: 1.5.0.6 (Oct 09, 2014)

For the long version see my blog post.Update 1.5.0.6Minor fixes and updates from pull requests.FeaturesMulti-framework support WinFormsWPFMonoPdfSharpWPF Native - no WinForms interop or hacksNative WPF...

View Article

New Post: How to have custom controls "with-in" the web page?

I ended up doing this by exposing the DOM to get the cords of the element I wanted to put it in and doing it after the control was painted... Don't understand why the DOM not exposed? Kris

View Article

New Post: Multiple pages from HTML

I have a number of seperate HTML pages that I would like to convert to one single PDF Document. How can I do that? At the moment I'm creating a seperate PDF for every page, save it to MemoryStream,...

View Article

Created Unassigned: IndexOutOfRangeException in HtmlParser.ExtractAttributes...

I have some html that has a valueless attribute at the end of a tag which crashes the parser. A minimal snippet to reproduce it is "<img alt>"I have created a pull request with a fix at...

View Article


Commented Unassigned: Wrongly rendered as white on white [9075]

Hello,By playing around with different web sites web snippets I realized that sometimes html code is rendered as white font on white background despite the fact the original page renders normally. See...

View Article

New Post: Azure Websites

Hey guys, I'm getting the same problem whereby our images are showing up black after we migrated a custom site across to Azure. I've noticed that the code is using the GDI and we are on a Standard...

View Article


New Post: 2 columns

Hi, Is there a way to get 2 fixed width columns side by side? I've tried float left and right and inline-block but they are not implemented. I've tried a table but the widths of the cells are ignored.

View Article

New Post: 2 columns

I've tried again and succeeded with a table.

View Article


Created Unassigned: Word-spacing not working... [9078]

I can see that the control tries to implement word-spacing:``` _actualWordSpacing = CssUtils.WhiteSpace(g, this); if (WordSpacing != CssConstants.Normal){ string len =...

View Article

New Post: PdfGenerator.GeneratePdf don't work

Good afternoon, I will discuss my situation ... I use HtmlRenderer and PDFsharp to generate pdf from my application. Specifically use versions: HtmlRenderer v1.5.0.6 PDFsharp v.1.50.3638.0 My problem...

View Article

Created Unassigned: Thread safe use of HTML Renderer (using PDFSharp) [9079]

I'm the author of a multi-threaded Windows service that renders HTML to PDF using HtmlRenderer and PDFSharp. It quickly became apparent that these libraries are not thread safe when exceptions started...

View Article
Browsing all 693 articles
Browse latest View live