Click to See Complete Forum and Search --> : Need a web application that can create PDF files.


urquanmaster
12-03-2007, 05:12 PM
Hello,

I need to create a web application that will take user input, then put that input information onto a pre-formatted pdf file.

One option is to create an asp script that will create a postscript file, which will have the input data inserted. But for this option, I need something that can convert the postscript file to a pdf file.

Has anyone done this?