views:

35

answers:

2

Is there any way to print HTML page in WinForms without using IE? Some our customers have problems with IE8 at Windows XP and I want to implement printing without dependence on IE.

+1  A: 

Look here.

Or here -> sample

henchman
But it looks like there are some problems with printing: http://geckofx.org/viewtopic.php?id=168
Idsa
hm.. there are workaround when you come to the end of the thread... didn't find any other .net-projects like geckofx. anyway: what kind of problems are there with ie8? and why can't they use an older version of ie?
henchman
+1  A: 

Try converting to a PDF. I'm not sure of the quality of the library, but this looks like it'll do what you need.

jvenema