1EPSTOPDF(1)                 General Commands Manual                EPSTOPDF(1)
2
3
4

NAME

6       epstopdf - convert an EPS file to PDF
7

SYNOPSIS

9       epstopdf [options] epsfile
10

DESCRIPTION

12       epstopdf transforms the Encapsulated PostScript file epsfile so that it
13       is guaranteed to start at the 0,0 coordinate, and it sets a  page  size
14       exactly  corresponding to the BoundingBox.  This means that when Ghost‐
15       script renders it, the result needs no cropping, and the  PDF  MediaBox
16       is correct.  The result is piped to Ghostscript and a PDF version writ‐
17       ten.
18
19       If the bounding box is not right, of course, you have problems...
20

OPTIONS

22       --outfile=file
23              write result to file instead of standard output.
24
25       --[no]filter
26              read standard input   (default: --nofilter).
27
28       --[no]gs
29              run ghostscript       (default: --gs).
30
31       --[no]compress
32              use compression       (default: --compress).
33
34       --[no]hires
35              scan HiresBoundingBox (default: --nohires).
36
37       --[no]exact
38              scan ExactBoundingBox (default: --noexact).
39
40       --[no]debug
41              debug informations    (default: --nodebug).
42
43       --help print usage
44

EXAMPLE

46       Examples for producing "test.pdf":
47
48       epstopdf test.eps
49       produce postscript | epstopdf --filter >test.pdf
50       produce postscript | epstopdf -f -d -o=test.pdf
51
52       Example: look for HiresBoundingBox and produce corrected PostScript:
53
54       epstopdf -d --nogs -hires test.ps>testcorr.ps
55

BUGS

57       The only thing I have not allowed for is the  case  of  "%%BoundingBox:
58       (atend)", which is more complicated.
59

SEE ALSO

61       gs(1).
62

AUTHOR

64       Sebastian Rahtz, for Elsevier Science.  Now with extra tricks from Hans
65       Hagen's texutil.
66
67
68
69                               October 30, 1999                    EPSTOPDF(1)
Impressum