It's not that the web page has lots of tables (which it usually doesn't), just that it can be very long, because I'm using it for mail merging letters, so there might be 100 or more pages to print.
Yes, I am using the WebBrowser control both for preview and to allow the user to further edit the letters, in case they want to personalize them or something. So I think I do need to print from it.
Main Topics
Browse All Topics





by: pratap_rPosted on 2008-05-30 at 06:07:35ID: 21677332
how is the html page formatted? does it have lots of tables?
Are you using the webbrowser control as a print preview? If not you could try using SharpPDF or other such utils to print your HTML directly as pdf rather than using the webbrowser control. This would be way faster