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#]Options include:
[-uUnittype] [-oOutputfile] inputfile
-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.pswill produce file.eps as output. The -o<outfile > option can override this behaviour.