home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / postscri / 6486 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.8 KB

  1. Path: sparky!uunet!think.com!rpi!gatech!prism!comlab.gatech.edu!bob
  2. From: bob@comlab.gatech.edu (Bob Baggerman)
  3. Newsgroups: comp.lang.postscript
  4. Subject: Duplex printing
  5. Message-ID: <81943@hydra.gatech.EDU>
  6. Date: 26 Jan 93 22:39:18 GMT
  7. Sender: news@prism.gatech.EDU
  8. Organization: GTRI Communications Lab
  9. Lines: 33
  10.  
  11. Greetings PostScript gurus.  I am a relative newcomer to PostScript
  12. programming so this question is probably an easy one.
  13.  
  14. I have an HP IID laser printer with the HP PostScript cartridge (not the
  15. Plus cartridge).  The HP IID has a duplex mode where it will print on
  16. both sides of the page.  The user guide gives some directions for putting
  17. the printer into duplex mode.  Evidently the "statusdict" dictionary
  18. is pushed onto the dictionary stack with the "statusdict begin" command.
  19. Then duplex mode can be set with the "'boolean' setduplexmode" command
  20. where 'boolean' is true or false.
  21.  
  22. I've been studying "PostScript by Example" by McGilton and Campione, and
  23. it seems to me that a simple
  24.  
  25. statusdict begin
  26. true setduplexmode
  27.  
  28. ought to do the trick.  I've moved these statements around, used 0 and 1 for
  29. false and true, put slashed in front of things but so far no joy.  The 
  30. result is always the same; a bunch of light blinking on the printer, a long
  31. delay, and then....  no printout at all.
  32.  
  33. Any ideas?  Have I included enough info to troubleshoot this or should I 
  34. post more of the PostScript header stuff?  The file I am playing with is
  35. a pretty simple one generated by pstext with a three page printout.
  36.  
  37. Thanx in advance,  Bob
  38.  
  39. -- 
  40. Bob Baggerman                         !  bob.baggerman@gtri.gatech.edu
  41. Communications Laboratory             !  bob@comlab.gatech.edu
  42. Georgia Tech Research Institute       !  qseclrb@prism.gatech.edu
  43. Atlanta, GA  30332  USA               !  404-894-3525
  44.