Bob wants to know how to set a 2" page length in PostScript:
I'm not positive, but try:
<< /PageSize [612 144] >> setpagedevice
All of the funny characters are literal. This is a "dictionary"
having one key "PageSize" whose value is the array of two numbers
which are 8.5" and 2" (in 1/72th of an inch) for X and Y. The
dictionary is passed to the command "setpagedevice"
Let me know if it works.
Bill
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************