Reply to Re: php_printer printer_get_option($my_printer, PRINTER_PAPER_WIDTH) function
Posted by rf on 01/12/06 20:20
Well, you got my hopes up there for a second thinking I missed
something but alas, I set the format to custom using
printer_set_option($my_printer, PRINTER_PAPER_FORMAT,
PRINTER_FORMAT_CUSTOM);
then the width
printer_set_option( $my_printer,PRINTER_PAPER_WIDTH, 340);
But it still did the same thing. I am wondering what settings php
changes and f they are compatitable with my printer.