hello,
I have to print a v8.5 crystal report via php 4.2.3.
In the moment I create all needed data with a php page, send them to a vb.net client which is filling the data into the report and prints it. that is much to slow and it's not the fault of php.
Now I try to print the crystal report into a pdf file on my php page and send the pdf to the client.
Can anybody tell me if this is possible and how I can do that?