blob: f2dbeb2eccbbf8e1660d37ffb9e410c99df4dda1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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)
|