A quick synopsis: SendIPMaster transmits an Interpress master to a print service (a piece of software). In actuality, nothing checks to see if the contents of the file is an actual master, so this is actually a slight deception. Furthermore, SendIPMaster knows nothing about Interpress, nothing about the imaging software on the print service side, nor what the intended appearance of the "file" actually is. The job of SendIPMaster is simply to deliver (reliably) the contents of the file in question to the printer. In order to understand what the printer is going to do with this master, you need to look at the print service documentation. It would be wonderful if everything simply printing Interpress 3.0!
% ? SendIPMaster
SendIPMaster <IPMaster> [-0 -1 -2 -a -b -s -c <copies> -h <serviceName> -f <firstPageNumber> -l <lastPageNumber> -m <message> -medium <medium>]
Transmit a master to an XNS based printer.
Switches:
-0 leave plex unspecified
-1 print one-sided
-2 print two-sided
-a correct color (Lamming-Rhodes; includes -b)
-b balance grays
-s staple output
-c <copies> print multiple copies
-f <firstPageNumber>
-h <serviceName> print on that service
-l <lastPageNumber> -m <message> include parameter (possibly quoted) in printer message field
-medium <medium> paper size, e.g., -medium usLetter or -medium ([width~229, length~279])
% SendIPMaster -h Perfector -medium usLetter Log.ip
Sending Log.ip to Perfector
Service: [Perfector:PARC:Xerox]
RequestID: [8564, 147, 0, 956, 21760]
The specification of -medium is really a string, and so gets a little weird for things not in the standard list of names. Examples using two Commander quoting conventions are
-medium ([width~279, length~432])
-medium "[width~279, length~432]"
but
-medium ([width~279, length~432])
will not work because of the extra space. Strange, but true. The sizes are millimeters, so this is example selects 11 by 17 inch paper. Use GetPrintProperties (see below) to find out the legal choices for your printer.