New Post: How to use custom fonts with HtmlRenderer?
Hi all, I'm trying to use HtmlRenderer with an HTML that uses customized font, but with no success at all when hosted on the IIS7 server. I have several scenarios I would like to share with you guys:1-...
View ArticleCommented Unassigned: Table with colspan doesn't work [9086]
A simple html table below with colspan throws "ArgumentOutOfRangeException" in event "RenderError" e doesn't render the html...
View ArticleCreated Unassigned: Creating PDF on webserver (Win 2008) [9089]
Does anybody know the tweaks required to get HtmlRenderer.PdfSharp to work on a Windows 2008 webserver. I have the web application working without issue on my development machine but getting errors...
View ArticleCreated Unassigned: Selection does not work properly when using dir='rtl' [9090]
if using attribute dir='rtl' with div or p tag, then selection does not work properly.Not able to select target text using mouse.Please have a look on this.
View ArticleCreated Unassigned: Acrobat only displays first page of Mult-page PDF [9091]
I generated a PDF using the demo project. When I open the generated PDF in Adobe Acrobat 11.0.11 the first page displays fine, but when scrolling down, the second page displays completely blank and an...
View ArticleNew Post: How to render checkbox in the pdf
I am using HtmlRenderer.PdfSharp to create a pdf file from html string. I have tried this and is not rendering the checkbox in the pdf.<input type='checkbox'>Some Text Has anyone got this...
View ArticleCommented Unassigned: Acrobat only displays first page of Mult-page PDF [9091]
I generated a PDF using the demo project. When I open the generated PDF in Adobe Acrobat 11.0.11 the first page displays fine, but when scrolling down, the second page displays completely blank and an...
View ArticleNew Post: CSS Property 'font-size' Ignored
I'm not sure if this is a bug or if I'm just doing something incorrectly, but it appears that the font-size property within my css is being ignored. My project allows a user to enter text in markdown...
View ArticleNew Post: Event for hover over links
Hi, I would like to show the link destination in a statusbar like some browsers do. Is there an event when the mouse hovers over a link? Regards, Scott
View ArticleNew Post: Scrolling to end
I'm having trouble implementing https://htmlrenderer.codeplex.com/discussions/442448. There is no property called AutoScrollPosition, or AutoScrolling as described in the demo. How do I scroll an...
View ArticleCreated Unassigned: animation .gif don't play animation [9092]
i see image, but it don't play anumation <img width="48" height="48" src="http://www.kizoa.com/img/e8nZC.gif" />
View ArticleCommented Feature: support CSS :hover selector [9015]
Would it be possible to get the CSS hover selector implemented in HtmlRenderer, specially for the anchor tag (a:hover)?Comments: Me, too! Any chance to get this implemented? Or maybe a pointer into...
View ArticleCreated Unassigned: How do you set the resolution (dpi)? [9093]
I wonder if it's possible to set the resolution of the picture generatedion by HtmlRenderer, without changing the font size of the html content.Thank you in advance!Jeromerg
View ArticleCreated Unassigned: HTML to PDF: Putting any tag inside a will stop the next...
When I put a tag inside a <td></td> only the first page is converted to PDF, for example:```<table><tr><td>test1<br>test2</td></tr></table>```
View ArticleEdited Unassigned: HTML to PDF: Putting any tag inside a will stop the next...
When I put a tag inside a <td></td> only the first page is converted to PDF, for example:```<table><tr><td>test1<br>test2</td></tr></table>```Does...
View ArticleNew Post: Debugging Generated PDFs
How should one go about debugging PDF errors? When I open the PDF I get "an error exists on this page, Acrobat may not display the page correctly. Please contact the person who created the PDF document...
View ArticleCreated Unassigned: Strong Name Assemblies Error [9095]
I am trying to use PDFSharp in our project but it seems that the assemblies are not signed and we get compile error in our projectError 3 Assembly generation failed -- Referenced assembly...
View ArticleCreated Unassigned: It seems that line-height doesn't work in solution [9096]
I'm very beginner in WPF, but it seems that line-height (inline css) impossible to implement in this beautifull library. Isn't it?
View ArticleCommented Unassigned: It seems that line-height doesn't work in solution [9096]
I'm very beginner in WPF, but it seems that line-height (inline css) impossible to implement in this beautifull library. Isn't it?Comments: The issue can be closed. It works with <div style=...>....
View Article