pstopdf (1) - Linux Manuals
NAME
pstopdf - convert EPS to PDFSYNOPSIS
pstopdf [ OPTION ... ] FILE [ ... ]DESCRIPTION
OPTIONS
- --help
- Print usage and version information.
- --convert
- Convert EPS to PDF. This option is assumed if none is given.
- --method=string
- What method to use for bounding boxes when converting to PDF. Specify one of crop, bounded (the default), or raw. Older versions of ConTeXt used numerical methods (1, 2, or 3).
- --resolution=string
- The resolution to use when when converting to pdf. Specify one of low, normal, medium, high, printer, print, screen, ebook, or default.
- --request
- Handle exa request file.
- --watch
-
Watch folders for conversions (untested).
EXAMPLES
To make cow.pdf:
pstopdf cow.epsor (one of several equivalents):
pstopdf --convert cow.eps cow.pdf
AUTHOR
This (incomplete) manual page was written by Sanjoy Mahajan <sanjoy [at] mit.edu>. It is in the public domain.
SEE ALSO
epstopdf(1), mptopdf(1), ps2pdf(1), texexec(1).
ConTeXt wiki <URL: http://www.contextgarden.net >.