home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / acorn / riscos2 / apps1 / !PrinterPS / PrData < prev    next >
Encoding:
Text File  |  1989-01-04  |  2.2 KB  |  72 lines

  1. >PrData *** Postscript printer configuration ***
  2.  
  3. Defaults
  4. ========
  5.  
  6. Default resolutions
  7. pxres:          300             ; dots per inch
  8. pyres:          300
  9. pxres_halftone: 40
  10. pyres_halftone: 40
  11.  
  12. features:       16_02000000     ; supports arbitrary transformation
  13.  
  14. Define page size
  15. page_width:     594960
  16. page_height:    841920
  17.  
  18. Define visible area
  19. page_bottom:     22080
  20. page_top:       819840
  21. page_left:       17280
  22. page_right:     577680
  23.  
  24.                                 ;printer class specific options
  25. prologue2:      PSprolog2
  26. manual_feed:                    ; default no manual feed option
  27. auto_feed:
  28.  
  29. Real printer definitions
  30. ========================
  31.  
  32. printer_name:   Apple LaserWriter, A4 paper
  33. printer_number: 0
  34. auto_feed:      statusdict /manualfeed false put
  35. manual_feed:    statusdict /manualfeed true put
  36.  
  37. printer_name:   Apple LaserWriter, B5 paper
  38. printer_number: 1
  39. page_width:     498960
  40. page_height:    708480
  41. page_bottom:      3120
  42. page_top:       705600
  43. page_left:        2640
  44. page_right:     497760
  45. auto_feed:      statusdict /manualfeed false put
  46. manual_feed:    statusdict /manualfeed true put
  47.  
  48.  
  49. Configured options
  50. ==================
  51. printer:       00 ;printer number - pad to two chars with 0
  52.  
  53. location:       4 ;1 - parallel, 2 - serial, 4 - net
  54. baud:           6 ; 0 -   75,  1 -  150,  2 -  300  ,  3 -  1200 
  55.                   ; 4 - 2400,  5 - 4800,  6 - 9600  ,  7 - 19200
  56.                   ; 8 -   50,  9 -  110, 10 -  134.5, 11 -   600
  57.                   ;12 - 1800, 13 - 3600, 14 - 7200
  58. data:         &20 ;serial data format - pad to two chars with 0
  59.                   ;b0-b1 0,1,2,3 => 8,7,6,5 bits
  60.                   ;b2 0=>1 stop bit, 1=>2 stop bits OR 1.5 stop bits if 5 bits
  61.                   ;without parity, OR 1 stop bit if 8 bits with parity
  62.                   ;b3 0/1 => parity off/on
  63.                   ;b4-b5 0,1,2,3 => parity odd, even, 1 on Tx, 0 on Tx
  64. xon:            1 ;XON/XOFF 0 off 1 on
  65. server:   0.235;;; either [<net>.]<station>   eg `235;;;;;` or `123.235;`
  66.                   ;or up to 6 char name       eg `blue;;;;` or `yellow;;`
  67.                   ;must be padded to 8 chars with ; in either case
  68.  
  69. feed:           0 ;0 - automatic, 1 - manual
  70. format:         0 ;0 - portrait,  1 - landscape
  71. title:          0 ;0 - no title,  1 - title
  72.