>PrData *** Postscript printer configuration ***

version:        1               ;Don't change this. It is used to detect
                                ;  incompatible old "PrData" files.

Defaults
========

Default resolutions
pxres:          300             ; dots per inch
pyres:          300
pxres_halftone: 300/8
pyres_halftone: 300/8

features:       16_02000000     ; supports arbitrary transformation
prologue2:      PSprolog2

Define these next two as empty strings if the printer does not have the
appropriate facility.
auto_feed:      %%BeginFeature: ManualFeed False|Jstatusdict begin /manualfeed false store end|J%%EndFeature
manual_feed:    %%BeginFeature: ManualFeed True|Jstatusdict begin /manualfeed true store end|J%%EndFeature

Real printer definitions
========================

printer_name:   Monochrome PostScript
                               ;max 40 chars in name
printer_number: 0

printer_name:   Colour PostScript
printer_number: 1
features:       16_02000001     ; produce colour PostScript please


Page size settings
==================

These are written back to this file when the "Save" entry is clicked;
therefore they are all fixed size fields.

page_number:    0 ; the number of the page size table entry we want to do
                  ; don't need to write this back!
page_name:      A4 paper;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; pad names to 80 characters with ;
page_width:     0000595000; Pad (decimal) numbers to 10 chars with leading 0s
page_height:    0000842000
page_bottom:    0000023000
page_top:       0000819000
page_left:      0000018000
page_right:     0000577000
page_selection: %%BeginFeature: PageSize A4|Ja4|J%%EndFeature

page_number:    1
page_name:      Letter;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
page_width:     0000612000
page_height:    0000792000
page_bottom:    0000019000
page_top:       0000774000
page_left:      0000018000
page_right:     0000593000
page_selection: %%BeginFeature: PageSize Letter|Jletter|J%%EndFeature

page_number:    2
page_name:      Legal;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
page_width:     0000612000
page_height:    0001008000
page_bottom:    0000042000
page_top:       0000966000
page_left:      0000065000
page_right:     0000547000
page_selection: %%BeginFeature: PageSize Legal|Jlegal|J%%EndFeature

Configured options
==================
start_page_number: 00  ;page description - pad to two chars with 0
printer:           00  ;  printer number - pad to two chars with 0
page:              00  ;     page number - pad to two chars with 0

location:       2 ;1 - parallel, 2 - serial, 4 - net
baud:           6 ; 0 -   75,  1 -  150,  2 -  300  ,  3 -  1200 
                  ; 4 - 2400,  5 - 4800,  6 - 9600  ,  7 - 19200
                  ; 8 -   50,  9 -  110, 10 -  134.5, 11 -   600
                  ;12 - 1800, 13 - 3600, 14 - 7200
data:         &20 ;serial data format - pad to two chars with 0
                  ;b0-b1 0,1,2,3 => 8,7,6,5 bits
                  ;b2 0=>1 stop bit, 1=>2 stop bits OR 1.5 stop bits if 5
                  ;bits without parity, OR 1 stop bit if 8 bits with parity
                  ;b3 0/1 => parity off/on
                  ;b4-b5 0,1,2,3 => parity odd, even, 1 on Tx, 0 on Tx
xon:            1 ;XON/XOFF 0 off 1 on
server:   0.235;;; either [<net>.]<station>   eg `235;;;;;` or `123.235;`
                  ;or up to 6 char name       eg `blue;;;;` or `yellow;;`
                  ;must be padded to 8 chars with ; in either case
file: null:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;filename to use, padded to 80 characters.

All the following fields may get written back by the printer driver, so must
be single character fixed length fields.

feed:           0 ;0 - automatic, 1 - manual
format:         0 ;0 - portrait,  1 - landscape
title:          0 ;0 - no title,  1 - title
columns:        1 ;1,2,3,4,5,6,7,8 or 9
line_numbers:   0 ;0 - don't number lines, 1 - number lines
line_term:      0 ;0 - only LF terminates lines, 1 - CR, LF, CR/LF and
                         LF/CR terminate lines
print_ccs:      1 ;0 - don't print control chars, 1 - print control chars
