Display Report as PDF

crjunk

Member
I need to create report as a PDF through WebSpeed. I'm new to WebSpeed so this is all one big learning process for me.

This will be an invoice that users will print out and mail in to us. Is it possible to run a CrystalReport through WebSpeed and have it return a PDF to the browser? Are there any other solutions?

Thanks,
CR Junk
 

jongpau

Member
Yep, I'd go with pdfinclude as well. When I installed it on a windows box it almost immediately worked. Running on Unix took a little longer and some hacking in the code but now that the bugs are ironed out it works quite well.
 

BONO

Member
Hello,
If u just want to make a pdf file from a text file without picture, u can also use ghostscript and use pdfwrite output. U juste have to add at the begin of then file u send to GS the ps header (!%) and a CR
 
Top