I have a printer directly attached to my PC and i am able to print texts using PHP. what I want to know is, how can I print an image using the same php functions?
th
Check the documentation from: http://www.php.net/manual/en/book.printer.php
But I don't see anything for printing image files in the documentation.