PDA

View Full Version : how to generate PDF file from ASP file?


NinjaTurtle
09-12-2002, 07:51 AM
how to generate PDF file from ASP file?
i retrieve data from a table(database) and i want it generate to PDF format for vieing... how???

ritap
09-12-2002, 08:42 AM
I have not written PDF from asp but have from jsp. So ignore this post if jsp is not an option.

We have several jsp pages that write pdf documents where I work. It is not a very simple process.

We use the Etymon PJ product.
http://www.etymon.com/pjc/

You have to write jsp and java code for each document you want to create. The jsp code is the presentation part (what the user fills in). The java part formats the data and puts it in the correct order. Then the etymon part actually writes the PDF.

Rita

sawank
10-06-2006, 06:16 AM
thanks very much

sawank
10-06-2006, 06:17 AM
thnks