View Full Version : Print PDF From .NET WebBrowser Control?
ddonahue
07-20-2007, 12:09 PM
My department has a need to develop an application that will connect to our web server with a given URL, render the resulting dynamic page (doesn't have to render to the screen, it just needs to internally know the page), and save/print it to a PDF. Does anyone know of a way to accomplish this using PrimoPDF?
Lance Kayashima
07-23-2007, 10:15 AM
PrimoPDF could do it if, the page is manually opened by IE (or other browser) and printed to the PrimoPDF printer. A better programmatic solution which can also handle high volume, is to activePDF WebGrabber.
WebGrabber is our programmatically controlled product that will render dynamically created pages into PDF files. For more detail please refer to:
http://www.activepdf.com/products/serverproducts/webgrabber/index.cfm
A link on this page will allow you do download a full function version of WebGrabber for a free evaluation. There are also links to application code samples, showing how to use WebGrabber.