how do i print a php generated document to a printer from another php script?
i have a php script that can generate a pdf file and would like a php script that is able to send the pdf directly to a printer connected to the computer running the script.
the script can be ran on either a machine with redhat linux or windows 2k.