Search found 1 match

by nsoto
Mon Jun 27, 2011 10:02 pm
Forum: Programming
Topic: Would like to print a PDF of a web page.
Replies: 0
Views: 12375

Would like to print a PDF of a web page.

Hello, I am struggling to find a good solution to generating a PDF from a webpage. I thought I might be able to do this by having a desktop application that would have a WebBrowser control that navigates to the URL I would like printed to PDF. Then, I would use WebBrowser.Print to print to PDF. This...