Forum Moderators: open

Message Too Old, No Replies

Server Side HTML Printing with ASP.NET

Server Side HTML Printing with ASP.NET

         

dale burrell

9:57 am on Jun 5, 2003 (gmt 0)

10+ Year Member



I can print from a server side asp.net page using the PrintDocument class from the system.drawing.printing namespace.

What I need to be able to do is to print the HTML page as it will be viewed on the browser.

So I need some way to parse the HTML into something that I can send to the PrintDocument.

Any suggestions?

sharbel

12:38 pm on Jun 5, 2003 (gmt 0)

10+ Year Member



Where do you want the printing to take place, on the server or the client?

dale burrell

2:28 pm on Jun 5, 2003 (gmt 0)

10+ Year Member



Server side - Sorry I thought that was clear.