Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create a PDF file in classic ASP?

Is there any way to generate PDF files from classic ASP? I have a bunch of user-entered data that needs to be turned into a PDF that the user can download. How can I do this? OpenOffice allows exporting documents to PDF, so could this somehow be leveraged?

like image 770
cdeszaq Avatar asked Jan 13 '09 21:01

cdeszaq


1 Answers

I played around a bit with this (Persits ASPPDF): http://www.asppdf.com/

like image 166
Diodeus - James MacFarlane Avatar answered Oct 04 '22 21:10

Diodeus - James MacFarlane