1PSTOPDF(1) ConTeXt PSTOPDF(1)
2
3
4
6 pstopdf - convert EPS to PDF
7
8
10 pstopdf [ OPTION ... ] FILE [ ... ]
11
12
14 pstopdf converts EPS (encapsulated PostScript) to PDF.
15
16
18 --help Print usage and version information.
19
20 --convert
21 Convert EPS to PDF. This option is assumed if none is given.
22
23 --method=string
24 What method to use for bounding boxes when converting to PDF.
25 Specify one of crop, bounded (the default), or raw. Older ver‐
26 sions of ConTeXt used numerical methods (1, 2, or 3).
27
28 --resolution=string
29 The resolution to use when when converting to pdf. Specify one
30 of low, normal, medium, high, printer, print, screen, ebook, or
31 default.
32
33 --request
34 Handle exa request file.
35
36 --watch
37 Watch folders for conversions (untested).
38
39
41 To make cow.pdf:
42 pstopdf cow.eps
43 or (one of several equivalents):
44 pstopdf --convert cow.eps cow.pdf
45
46
47
49 epstopdf(1), mptopdf(1), ps2pdf(1), texexec(1).
50
51 ConTeXt wiki ⟨http://www.contextgarden.net⟩.
52
53
55 This (incomplete) manual page was written by Sanjoy Mahajan <san‐
56 joy@mit.edu>. It is in the public domain.
57
58
59
60pstopdf 2.0 December 2006 PSTOPDF(1)