Print is useful for quick printing whenever speed is more important than formatting. For instance, Print produced a press file from [Indigo]<Cedar5.1>Documentation>Dependencies.txt!1, a 192478 byte file, in 29 seconds on a Dorado. Print may be especially useful for non-Dorado users.
The file extension defaults according to the SourceFileExtensions entry in the current user profile. If the file is already in press format, it is simply sent to a printer. (Print can also produce a press file without sending it to a printer; see the -h switch.)
Switches:
-p print in portrait mode.
-l print in landscape mode (this is the default).
-n nCols number of columns (default is 2 for landscape, 1 for portrait).
-s sizeFont
size of font in points (default is 6 for landscape, 8 for portrait).
-f textFont
font to use for the text of each page (default is Gacha).
This font must be fixed-wdith.
-F headingFont
font to use for the heading of each page (default is Gacha).
-h {hostName}
By default, Print uses hostName = Hardcopy.PressPrinter
entry of user profile. The -h switch with an empty hostName
makes a .press file but does not send it to a printer. The -h switch
with a nonempty hostName makes a .press file and sends it to the
printer with that name.
-r {pfName}
By default, Print makes a temporary Foo.press file from
Foo.source. The -r switch with an empty pfName says retain
the .press file; the -r switch with a pfName specified says give
the file the specified name and retain it. A specified pfName
of Baz does not default to Baz.press.
-c nCopies
By default, Print prints one copy. The -c switch allows you to specify
more copies.
-t By default, Print indents to indicate nesting of Tioga nodes (exactly as in the
WriteMesaPlain command, exported from TiogaExecCommands). The -t switch
suppresses this (and makes Print run somewhat faster if nodes are present in
the source file).