EPSTOPDF is a simple utility for converting an eps file to a pdf file.
You can read the following message whenever just typing
EPSTOPDF and pressing the return key.

------------------------------------------------------------------------
epstopdf:
written by Kong Hoon Lee, konghoon@hyowon.cc.pusan.ac.kr <4/1/1999>
changes by Juergen Bausa, bausa@lfpt.rwth-aachen.de <1/11/2000>

It converts an EPS file to an encapsulated PDF File and is written
based on the perl script 'epstopdf' by Sebastian Rahtz on
http://tug.org/applications/pdftex/epstopdf .
It works like the perl script without 'perl' but requires 'Ghostscript'.

This program invokes 'gs' and the path including 'gs'
should be included to the environment variable 'PATH'.

Usage: epstopdf [options] filename-of-an-eps-file
Options:
  --help:           print usage
  --outfile=<file>: write result to <file>
  --(no)gs:         run ghostscript                (default: true)
  --(no)compress:   use compression                (default: true)
  --(no)debug:      debug informations             (default: false)
  --gsexec=<gs>:    use <gs> to invoke ghostscript (default: gs)
