Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. John Walker

    programatically controlling the stapler

    Do you mean @PJL SET JAMRECOVERY = ON ??
  2. John Walker

    programatically controlling the stapler

    Yes, it had an impact. It effectively staples on the bottom right corner now. For Landscape duplexed on the short edge, it is better than it was before. Not ideal, but better. But, Landscape duplexed on the long edge is bad. What I really need to do is print on the backs of the pages in reversed...
  3. John Walker

    programatically controlling the stapler

    is there a @PJL command to do that?
  4. John Walker

    programatically controlling the stapler

    Yes, I had thought of that, and it did make things better, but I think the problem might be that the printer can only staple in one fixed corner. Whether I print landscape, portrait or duplex, the staple is always in the same corner. But then, I haven't found a command to direct the printer to...
  5. John Walker

    programatically controlling the stapler

    as a side note, would you happen to know how to access a Multi-function HP LaserJet printer's Faxing capability using PCL or PJL? I was hoping I could programmatically send a report to a printer, and use it's faxing capability to send it as a fax somewhere else, as our server has no dialing...
  6. John Walker

    programatically controlling the stapler

    Follow-up: if I change the STAPLEOPTION to: @PJL SET STAPLEOPTION = ONE (instead of ONEANGLED) it does staple, but puts it in the upper right corner instead of the left corner, and is still angled. This is not a big problem, but wondered how to get it in the upper left. Could you please point me...
  7. John Walker

    programatically controlling the stapler

    Now, when I print in Landscape, it doesn't staple at all. I used PCL to go Landscape (~&l1O) but no staple. I then tried to use PJL instead, but setting: @PJL SET ORIENTATION=LANDSCAPE it prints Landscape, but won't staple. Is there another option I need to change at the same time...
  8. John Walker

    programatically controlling the stapler

    Yes, that worked. ~%-12345X@PJL SET OUTBIN=OPTIONALOUTBIN2 @PJL SET FINISH=STAPLE @PJL SET STAPLEOPTION=ONEANGLED @PJL ENTER LANGUAGE = PCL &l2A~&s1C....report goes here.... ~E and the next report is not stapled by default. Thank you so much!!
  9. John Walker

    programatically controlling the stapler

    I'm trying to turn on the stapler for a print job and then reset it afterwards so future prints are not stapled. I've spent months on this and need help. Here's what I've got so far: ~%-12345X @PJL SET OUTBIN=OPTIONALOUTBIN2 @PJL SET FINISH=STAPLE @PJL SET STAPLEOPTION=ONEANGLED @PJL ENTER...

Part and Inventory Search

Back
Top