<tt>ps2eps</tt>: PostScript to EPS translator.



next up previous contents
Next: px2ps: convert to Up: Public Domain Packages Previous: pcal: calendar.

ps2eps: PostScript to EPS translator.

ps2eps is a program which will convert a file from PostScript format to Encapsulated PostScript format which is suitable for insertion into other documents. The format of the command is:

ps2eps [-b#,#,#,#] [-w#] [-h#] [-s#,#] [-r#]
[-uUnittype] [-oOutputfile] inputfile
Options include:
 
      -b#,#,#,#     boundingbox.
      -w#           picture width.
      -h#           picture height.
      -s#,#         space above and below picture.
      -r#           counterclockwise rotation in degrees.
      -uUnittype    measurement unit (in = inches [default] 
                    mm = millimetres, pt = points).
      -oOutputfile  output file name.
      -D            input has Disspla generated centering.
The bounding box specifies the area on the input page to be encapsulated. The height and width options will scale the encapsulated output file so that its printed height and width will be the specified values. If only one of these options is chosen then ps2eps will maintain the aspect ratio of the input file. The output will default to the input name with a suffix of "eps".
ps2eps file.ps
will produce file.eps as output. The -o<outfile > option can override this behaviour.



Super-User
Fri Feb 17 15:55:40 EST 1995