I have a form that I'm going to have users fill out and then I want the results to be printed in a pdf format so they can print it out. Can I do this? Please help!
DrDoc
6:36 pm on Mar 8, 2004 (gmt 0)
Do a search for FPDF. It's a great and easy to use (and free) library for PHP that lets you create PDFs on the fly.
Shuvi
6:45 pm on Mar 8, 2004 (gmt 0)
what about with asp?
DrDoc
6:49 pm on Mar 8, 2004 (gmt 0)
No idea if there's something like that for ASP. This page might have something for you...