Creating a PDF report in ASP.

Hello friends,

I would like to create a PDF or any other form of printable document (plain ASCII too) in my ASP script using data from the database based on some parameter inputs submitted by the user, and then provide a link to the report to enable the user to print it out at his end.

Please suggest as to how it can be done with Sun ONE ASP or whether I would need additional resources. Also, please indicate the syntax for file opening, writing formatted text to file, file reading, file closing etc.

An early reply would be highly appreciated.

Regards

SABU

[598 byte] By [SABU] at [2007-11-26 10:18:40]
# 1
Hi,I use a very small bit of shell script as a cgi to call htmldoc (free download). htmldoc can read a web page and convert it to a pdf on the fly. The html page is generated via asp from the database and can therefore be viewed by html or by calling the cgi as a pdf.Duncan
Duncan_Berriman at 2007-7-7 2:15:12 > top of Java-index,Web & Directory Servers,Web Servers...