Penguin
Annotated edit history of epstopdf(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 EPSTOPDF
2 !!!EPSTOPDF
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXAMPLE
8 BUGS
9 SEE ALSO
10 AUTHOR
11 ----
12 !!NAME
13
14
15 epstopdf - convert an EPS file to PDF
16 !!SYNOPSIS
17
18
19 __epstopdf__ [[''options''] ''epsfile''
20 !!DESCRIPTION
21
22
2 perry 23 __epstopdf__ transforms the Encapsulated !PostScript file
1 perry 24 ''epsfile'' so that it is guaranteed to start at the 0,0
25 coordinate, and it sets a page size exactly corresponding to
2 perry 26 the !BoundingBox. This means that when Ghostscript renders
27 it, the result needs no cropping, and the PDF !MediaBox is
1 perry 28 correct. The result is piped to Ghostscript and a PDF
29 version written.
30
31
32 If the bounding box is not right, of course, you have
33 problems...
34 !!OPTIONS
35
36
37 __--outfile__=''file''
38
39
40 write result to ''file'' instead of standard
41 output.
42
43
44 __--__[[__no__]__filter__
45
46
47 read standard input (default: --nofilter).
48
49
50 __--__[[__no__]__gs__
51
52
53 run ghostscript (default: --gs).
54
55
56 __--__[[__no__]__compress__
57
58
59 use compression (default: --compress).
60
61
62 __--__[[__no__]__hires__
63
64
2 perry 65 scan !HiresBoundingBox (default: --nohires).
1 perry 66
67
68 __--__[[__no__]__exact__
69
70
2 perry 71 scan !ExactBoundingBox (default: --noexact).
1 perry 72
73
74 __--__[[__no__]__debug__
75
76
77 debug informations (default: --nodebug).
78
79
80 __--help__
81
82
83 print usage
84 !!EXAMPLE
85
86
87 Examples for producing
88
89
90 epstopdf test.eps
91 produce postscript | epstopdf --filter
2 perry 92 Example: look for !HiresBoundingBox and produce corrected !PostScript:
1 perry 93
94
95 epstopdf -d --nogs -hires test.ps
96 !!BUGS
97
98
99 The only thing I have not allowed for is the case of
100 !!SEE ALSO
101
102
103 gs(1).
104 !!AUTHOR
105
106
107 Sebastian Rahtz, for Elsevier Science. Now with extra tricks
108 from Hans Hagen's texutil.
109 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.