webform write to PDF

jawilli1

New member
Joined
Jul 6, 2006
Messages
4
Programming Experience
3-5
Hi Folks - Does anyone know of a good, free, component that will allow you to write out a webform to pdf programmatically. I have a client that wants to report out to PDF format from the database, and I'm at a loss as to how to do it. I'm using VB.net and Visual Studio.net 2005. I don't have the ability to install a service on the web server, so it must be 100% managed code...

any help is appreciated!

Thanks,
jawilli1
 
Not sure of your scenario here, but if client is browsing your ASP.Net page she could install one of the many free PDF printers available and just print the page to this printer to produce a PDF printout, for example CutePDF.
 
If it were that easy I wouldn't worry about that much, but they want to press a button and be presented with a pdf to save to their computer, generated by information in their database..... any other suggestions?

Thanks for any and all assistance!!!!!!!
 
Back
Top