Copyright Digital Equipment Corp. All rights reserved.

Qualifiers

 

/BOTTOM_MARGIN
      /BOTTOM_MARGIN=margin

   This is the distance, in points, from the bottom of the sheet of
   paper to the bottom of the last line of text which is to appear
   on the page. The default is 72 points (1 inch).
 

/CALCULATE
   When supplied with a value for /LINES, /CALC will calculate the
   font size so that your output will fill the page less the top and
   bottom margins. /CALCULATE will only make the font size large (or
   small) enough to fit the number of lines you specified onto the
   page. It will not check to see whether the horizontal length of
   your lines will fit within the left and right margins.

   This command must be used with the /LINES qualifier and cannot be
   used with the /SIZE qualifier.
 

/CHARSET
      /CHARSET=charset_name

   The character set used in the input text. Many character
   sets are supported; see the complete list in the file PMDF_
   TABLE:CHARSETS.TXT. PMDF PS will construct an appropriate
   encoding vector to render the character set as well as possible
   in PostScript.

   Note that the selection of fonts can affect whether or not all
   characters can be correctly displayed. The Courier font works
   quite well; other fonts can lack some accented characters.
 

/COLUMNS
      /COLUMNS=columns_per_page

   /COLUMNS allows you to select the number of columns that your
   text will be printed in on a single sheet of paper. The default
   is 1 column per page.
 

/END_PAGE
      /END_PAGE=page_number

   This is the page number of the last page that will be included
   in the PostScript output file. The default is to print the entire
   file.
 

/FONT
      /FONT=font

   By default, PS will set the document in the Courier font. With
   this qualifier, an alternate font can be selected. The name of
   the font to be used must be selected from the list shown in the
   table below-the thirty-nine fonts listed in the table include
   the standard "Adobe 35" plus four additional fonts representing
   four faces of the Charter font family from Bitstream. Note that
   not all of these fonts are available on all printers; consult the
   printer documentation for information about what fonts a given
   printer supports.

   Table 3 Font Names Recognized by the PS Utility

   AvantGarde-Book, AvantGarde-Demi, AvantGarde-Oblique, AvantGarde-
   DemiOblique
   Bookman-Light, Bookman-Demi, Bookman-LightItalic, Bookman-
   DemiItalic
   Charter-Roman, Charter-Bold, Charter-Italic, Charter-BoldItalic
   Courier, Courier-Bold, Courier-Oblique, Courier-BoldOblique
   Helvetica, Helvetica-Bold, Helvetica-Oblique, Helvetica-
   BoldOblique
   Helvetica-Narrow, Helvetica-Narrow-Bold, Helvetica-Narrow-
   Oblique, Helvetica-Narrow-BoldOblique
   NewCenturySchlbk-Roman, NewCenturySchlbk-Bold, NewCenturySchlbk-
   Italic, NewCenturySchlbk-BoldItalic
   Palatino-Roman, Palatino-Bold, Palatino-Italic, Palatino-
   BoldItalic
   Symbol
   Times-Roman, Times-Bold, Times-Italic, Times-BoldItalic
   ZapfChancery-MediumItalic
   ZapfDingbats
 

/FORM
      /FORM=form_type

   Specifies a form type that the output device is currently using.
   The possible values are given in the table below. A letter size
   form (8.5 inches wide by 11 inches long) is the default. The size
   of the output page can also be set using the /HEIGHT and /WIDTH
   qualifiers.

   Table 4 Form Names Recognized by the PS Utility

   Form name      Dimensions (vertical height x horizontal width)

   LETTER         8.5 x 11 inches
   LEGAL          8.5 x 14 inches
   LEDGER         11 x 17 inches
   GLETTER        8 x 10 inches
   GLEGAL         8 x 13 inches
   FOLIO          8.3 x 13 inches
   A0             841 x 1189 millimeters
   A1             594 x 841 millimeters
   A2             420 x 594 millimeters
   A3             297 x 420 millimeters
   A4             210 x 297 millimeters
   A5             148.5 x 210 millimeters
   A6             105 x 148.5 millimeters
   B0             1000 x 1414 millimeters
   B1             707 x 1000 millimeters
   B2             500 x 707 millimeters
   B3             353 x 500 millimeters
   B4             250 x 353 millimeters
   B5             176 x 250 millimeters
   B6             125 x 176 millimeters
   A              8.5 x 11 inches
   B              11 x 17 inches
   C              17 x 22 inches
   D              22 x 34 inches
   E              34 x 44 inches
   LP             13.7 x 11 inches
   VT             8 x 5 inches
 

/HEIGHT
      /HEIGHT=form_height

   Specifies the height in inches of the form to use. The default
   is 11 inches (792 points). The height is also set by the
   /FORM qualifier. The /HEIGHT qualifier will override the /FORM
   qualifier if both are specified.
 

/ITALIC
   /ITALIC mode is used with Runoff files. /ITALIC will replace all
   text that is flagged for underlining with italicized print. The
   default is to underline text flagged for underlining.
 

/LANDSCAPE
   This option produces output that is wider than it is tall. This
   may or may not actually rotate the image; it depends on the size
   of the form that is used. With letter size output (the default),
   the output is rotated. Choose this option when you have very long
   lines to print, but do not want to set the size of your font very
   small or when using /COLUMNS=2.
 

/LEFT_MARGIN
      /LEFT_MARGIN=margin

   With this qualifier, you can specify, in points, the distance
   from the left edge of the sheet of paper to the left margin of
   your text. The default is 72 points (1 inch).
 

/LINES
      /LINES=lines_per_page

   This is the number of lines to appear on a page, starting at the
   top margin. By default, PS merely attempts to place as many lines
   on the page as possible; each line displaced vertically below the
   previous line by amount font_size * spacing_factor; font_size has
   the default value of 12 points (10 points for FAXes) and spacing_
   factor has the default value of 1.
 

/MAIL
   This qualifier instructs PS that no file is to be processed.
   Instead, the qualifiers specified on the command line will
   modify any text-to-PostScript conversions performed by the PMDF
   message distribution system (e.g., messages processed by the
   PMDF-FAX channels). This is achieved through the use of the
   PMDF_X_PS_QUALIFIERS logical which PS will set. Currently, the
   only application which makes use of this logical is the optional
   layered product PMDF-FAX.

   Any mail subsequently sent that gets converted into PostScript
   will be converted in the manner specified. Any settings made
   by a previous use of the /MAIL qualifier are lost. Settings
   only last for the life of a given login session; they must be
   re-established in subsequent sessions (this can be done in a
   LOGIN.COM file if desired).
 

/NUMBER_PAGES
      /NUMBER_PAGES
      /NONUMBER_PAGES (default)

   Pages will automatically be numbered when the /NUMBER_PAGES
   qualifier is specified. By default, pages are not numbered.
 

/PORTRAIT
      /PORTRAIT (default)

   This option produces output that is taller than it is wide. This
   may or may not actually rotate the image; it depends on the size
   of the form that is used.
 

/SIZE
      /SIZE=font_size

   This is the size, in points, of the font to be used. The default
   size is 12 points for converted documents; mail system text-to-
   PostScript conversion defaults to 10 points. The minimum size
   is 4 points; the maximum size is limited to the size of a normal
   letter size sheet of paper.

   Note that /SIZE is not restricted to integer values-a font size
   of 10.5 is both acceptable and often times useful.
 

/SPACING
      /SPACING=spacing_factor

   This qualifier specifies the vertical line spacing. /SPACING=2
   yields double-spaced output while /SPACING=3 results in triple-
   spaced output. Spacing factor can be any positive number and is
   not limited to integral values. The actual spacing in points
   between lines is giving by the product font_size * spacing_
   factor.
 

/START_PAGE
      /START_PAGE=page_number

   This is the page number of the first page that will be included
   in the PostScript output file. The default is to print the entire
   document.
 

/TOP_MARGIN
      /TOP_MARGIN=margin

   This is the distance, in points, from the top of the sheet of
   paper to the first line of text. The default is 72 points (1
   inch).
 

/UNDERLINE
      /UNDERLINE (default)

   /UNDERLINE mode is used with Runoff files. To generate PostScript
   to underline the text in a Runoff .MEM file that is flagged for
   underlining, use the /UNDERLINE qualifier.
 

/WIDTH
      /WIDTH=form_width

   Specifies the width, in inches, of the form to use. The default
   is 8.5 inches. The width is also set by the /FORM qualifier. The
   /WIDTH qualifier will override the /FORM qualifier if both are
   specified.