Can you direct printing to a specific printer. I'd like to do it in the browser, but doing it from the server would be ok. I'd like to pick the printer by name.
Is this possible. On a Mac OS X.
eelixduppy
3:04 am on May 19, 2006 (gmt 0)
Generally, I believe, printing is accomplished using JavaScript's window.print() function.
HeadBut
1:34 pm on May 19, 2006 (gmt 0)
So it is not possible to print from PHP on the server?
Basically, you save a file to a location then use PHP to call the command line program to print that file.
eelixduppy
1:48 pm on May 19, 2006 (gmt 0)
You may be able to find info about what you are trying to accomplish here [us2.php.net]. If you just want the users to be able to print a page, then i would go with javascript.