New Post: Render partial PDF
You have 3 options:Render html to image and then set the image to the pdf document.Use HtmlRenderer.PdfSharp to create the pdf document. Create HtmlRenderer.MigraDoc by looking how...
View ArticleNew Post: know when htmlpanel is fully rendered
Thq! There is no event now, but it's a good scenario so I will add it in the coming v1.5 release in a week or so.
View ArticleNew Post: Centering tables
Hello, first, thanks for this awesome project. I am having a little problem with centering tables. Here is an example of an HTML document that I'd like to render:<!DOCTYPE html PUBLIC "-//W3C//DTD...
View ArticleNew Post: know when htmlpanel is fully rendered
That's great thank you, and thank you for this awesome tool!
View ArticleNew Post: Clear Selection
Excellent - I see it now. I really appreciate how proactive you are being with little issues like this. :-) Thanks again!
View ArticleCreated Unassigned: PDF generation - blank pages [9050]
The PDF generation doesn't seem to work properly with multiple pages.When I try the WinForms demo (1.5.0.4) on my Windows 7 x64 computer, there are blank pages at the end of the PDF document.For...
View ArticleCommented Unassigned: PDF generation - blank pages [9050]
The PDF generation doesn't seem to work properly with multiple pages.When I try the WinForms demo (1.5.0.4) on my Windows 7 x64 computer, there are blank pages at the end of the PDF document.For...
View ArticleNew Post: Centering tables
I committed a fix. let me know if everything works as it should.
View ArticleCommented Unassigned: PDF generation - blank pages [9050]
The PDF generation doesn't seem to work properly with multiple pages.When I try the WinForms demo (1.5.0.4) on my Windows 7 x64 computer, there are blank pages at the end of the PDF document.For...
View ArticleCommented Unassigned: PDF generation - blank pages [9050]
The PDF generation doesn't seem to work properly with multiple pages.When I try the WinForms demo (1.5.0.4) on my Windows 7 x64 computer, there are blank pages at the end of the PDF document.For...
View ArticleClosed Unassigned: PDF generation - blank pages [9050]
The PDF generation doesn't seem to work properly with multiple pages.When I try the WinForms demo (1.5.0.4) on my Windows 7 x64 computer, there are blank pages at the end of the PDF document.For...
View ArticleCreated Unassigned: html tags getting mixed up [9051]
I'm using the code below to create an image of a html string.```string htmlString = "<html><body><p style='font: 11pt Arial'>" + strAbstract + "</p></body>"; Image image =...
View ArticleEdited Unassigned: html tags getting mixed up [9051]
I'm using the code below to create an image of a html string.```string htmlString = "<html><body><p style='font: 11pt Arial'>" + strAbstract + "</p></body>"; Image image =...
View ArticleCommented Unassigned: html tags getting mixed up [9051]
I'm using the code below to create an image of a html string.```string htmlString = "<html><body><p style='font: 11pt Arial'>" + strAbstract + "</p></body>"; Image image =...
View ArticleClosed Unassigned: The libraries should have a strong key name. [9052]
I am a big fan of this library.However, it would be great if the binaries were signed with a strong key name. I am currently facing "Assembly Generation Failed" error.
View ArticleNew Post: Select text programmatically
Hi, I've recently discovered HtmlRender and have a quick question. Specifically I'm using HtmlPanel in a WinForms application. For my use case, I want to have a button on the form that automatically...
View ArticleCreated Unassigned: Absolute positioning not working [9054]
Is absolute positioning supported? Here's basically what I'm trying to do, but the text is not getting overlaid.```<div id="thisisrelative"><img /><div id="thisisabsolute">text i want...
View Article