Would like to print a PDF of a web page.

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
nsoto
Posts: 1
Joined: Mon Jun 27, 2011 3:50 pm

Would like to print a PDF of a web page.

Post by nsoto »

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 doesn't work correctly however as I can not do this programatically it seems.

The problem I am reading has to do with the Print method of the WebBrowser control itself. My question is, has anyone here had to do this before and if so, how did they go about it? It would make like much easier for us here in the office and it was kind of dissapointing when I ran across this technicality. Bullzip seems like a great product though. Please advise.
Post Reply