home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / riscos / releases / ro2extra / !PrinterPS / PrData < prev    next >
Text File  |  1989-05-15  |  4KB  |  106 lines

  1. >PrData *** Postscript printer configuration ***
  2.  
  3. version:        1               ;Don't change this. It is used to detect
  4.                                 ;  incompatible old "PrData" files.
  5.  
  6. Defaults
  7. ========
  8.  
  9. Default resolutions
  10. pxres:          300             ; dots per inch
  11. pyres:          300
  12. pxres_halftone: 300/8
  13. pyres_halftone: 300/8
  14.  
  15. features:       16_02000000     ; supports arbitrary transformation
  16. prologue2:      PSprolog2
  17.  
  18. Define these next two as empty strings if the printer does not have the
  19. appropriate facility.
  20. auto_feed:      %%BeginFeature: ManualFeed False|Jstatusdict begin /manualfeed false store end|J%%EndFeature
  21. manual_feed:    %%BeginFeature: ManualFeed True|Jstatusdict begin /manualfeed true store end|J%%EndFeature
  22.  
  23. Real printer definitions
  24. ========================
  25.  
  26. printer_name:   Monochrome PostScript
  27.                                ;max 40 chars in name
  28. printer_number: 0
  29.  
  30. printer_name:   Colour PostScript
  31. printer_number: 1
  32. features:       16_02000001     ; produce colour PostScript please
  33.  
  34.  
  35. Page size settings
  36. ==================
  37.  
  38. These are written back to this file when the "Save" entry is clicked;
  39. therefore they are all fixed size fields.
  40.  
  41. page_number:    0 ; the number of the page size table entry we want to do
  42.                   ; don't need to write this back!
  43. page_name:      A4 paper;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; pad names to 80 characters with ;
  44. page_width:     0000595000; Pad (decimal) numbers to 10 chars with leading 0s
  45. page_height:    0000842000
  46. page_bottom:    0000023000
  47. page_top:       0000819000
  48. page_left:      0000018000
  49. page_right:     0000577000
  50. page_selection: %%BeginFeature: PageSize A4|Ja4|J%%EndFeature
  51.  
  52. page_number:    1
  53. page_name:      Letter;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  54. page_width:     0000612000
  55. page_height:    0000792000
  56. page_bottom:    0000019000
  57. page_top:       0000774000
  58. page_left:      0000018000
  59. page_right:     0000593000
  60. page_selection: %%BeginFeature: PageSize Letter|Jletter|J%%EndFeature
  61.  
  62. page_number:    2
  63. page_name:      Legal;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  64. page_width:     0000612000
  65. page_height:    0001008000
  66. page_bottom:    0000042000
  67. page_top:       0000966000
  68. page_left:      0000065000
  69. page_right:     0000547000
  70. page_selection: %%BeginFeature: PageSize Legal|Jlegal|J%%EndFeature
  71.  
  72. Configured options
  73. ==================
  74. start_page_number: 00  ;page description - pad to two chars with 0
  75. printer:           00  ;  printer number - pad to two chars with 0
  76. page:              00  ;     page number - pad to two chars with 0
  77.  
  78. location:       2 ;1 - parallel, 2 - serial, 4 - net
  79. baud:           6 ; 0 -   75,  1 -  150,  2 -  300  ,  3 -  1200 
  80.                   ; 4 - 2400,  5 - 4800,  6 - 9600  ,  7 - 19200
  81.                   ; 8 -   50,  9 -  110, 10 -  134.5, 11 -   600
  82.                   ;12 - 1800, 13 - 3600, 14 - 7200
  83. data:         &20 ;serial data format - pad to two chars with 0
  84.                   ;b0-b1 0,1,2,3 => 8,7,6,5 bits
  85.                   ;b2 0=>1 stop bit, 1=>2 stop bits OR 1.5 stop bits if 5
  86.                   ;bits without parity, OR 1 stop bit if 8 bits with parity
  87.                   ;b3 0/1 => parity off/on
  88.                   ;b4-b5 0,1,2,3 => parity odd, even, 1 on Tx, 0 on Tx
  89. xon:            1 ;XON/XOFF 0 off 1 on
  90. server:   0.235;;; either [<net>.]<station>   eg `235;;;;;` or `123.235;`
  91.                   ;or up to 6 char name       eg `blue;;;;` or `yellow;;`
  92.                   ;must be padded to 8 chars with ; in either case
  93. file: null:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;filename to use, padded to 80 characters.
  94.  
  95. All the following fields may get written back by the printer driver, so must
  96. be single character fixed length fields.
  97.  
  98. feed:           0 ;0 - automatic, 1 - manual
  99. format:         0 ;0 - portrait,  1 - landscape
  100. title:          0 ;0 - no title,  1 - title
  101. columns:        1 ;1,2,3,4,5,6,7,8 or 9
  102. line_numbers:   0 ;0 - don't number lines, 1 - number lines
  103. line_term:      0 ;0 - only LF terminates lines, 1 - CR, LF, CR/LF and
  104.                          LF/CR terminate lines
  105. print_ccs:      1 ;0 - don't print control chars, 1 - print control chars
  106.