php_printer printer_get_option($my_printer, PRINTER_PAPER_WIDTH) function
Where does the printer_get_option($my_printer, PRINTER_PAPER_WIDTH) get
the value from? I am trying to print to a Genicom 4490XT (a line
printer) and the width is off. I try to set the width with
printer_set_option( $my_printer,PRINTER_PAPER_WIDTH, 340); but it
doesn't work. When I print with printer_write($my_printer,
"1234567890...1234567890"') it only prints to about 215.
Another problem I am having is that it is printing the first character
or two at the end of the lines and in the front such as:
123456789 12
456789012 45
And I have no idea what would be causing that.
Any ideas?
Thanks
.
Relevant Pages
- php_printer printer_get_option($my_printer, PRINTER_PAPER_WIDTH) function
... Another problem I am having is that it is printing the first character ... And I have no idea what would be causing that. ... Prev by Date: ... (comp.lang.php) - Print current page macro not working
... half of the time it's printing the entire document. ... Any ideas on what might be causing this problem would be ... Mike ... Prev by Date: ... (microsoft.public.office.misc) - Re: php_printer printer_get_option($my_printer, PRINTER_PAPER_WIDTH) function
... I am trying to print to a Genicom 4490XT (a line ... > Another problem I am having is that it is printing the first character ... > And I have no idea what would be causing that. ... Prev by Date: ... (alt.php) - Re: Template Displayed on Screen Differs From what Prints on Paper
... And in the second place, you don't need the text box; if you apply the appropriate wrapping to your logo, you have exactly the same placement options as a text box. ... But the reason it isn't printing as you want probably has to do with the printer's unprintable area. ... Word Template has teh following characteristics ... When printing the first character of the logo in the text box is cut off. ... (microsoft.public.word.pagelayout) - Re: line suppression with c:forEach
... Is it possible to suppress a line from printing out if the a falue is ... Thing prev = null; ... Thing curr = it.next; ... as a valid element. ... (comp.lang.java.help) |
|