it may be possible to make a call to cups or lpr
maybe something like this...
exec("lpr pdf2ps `php generate_pdf.php`",$results);
this might work in linux, but how would i do this in windows? it seems we might want the windows server to initiate the print job because we will have more control over the printers connected to it.