epstopdf(1) - Linux man page
Name
epstopdf - convert an EPS file to PDFSynopsis
epstopdf [options] epsfileDescription
If the bounding box is not right, of course, you have problems...
Options
- --outfile=file
- write result to file instead of standard output.
- --[no]filter
- read standard input (default: --nofilter).
- --[no]gs
- run ghostscript (default: --gs).
- --[no]compress
- use compression (default: --compress).
- --[no]hires
- scan HiresBoundingBox (default: --nohires).
- --[no]exact
- scan ExactBoundingBox (default: --noexact).
- --[no]debug
- debug informations (default: --nodebug).
- --help
- print usage
Example
Examples for producing "test.pdf":epstopdf test.eps produce postscript | epstopdf --filter >test.pdf produce postscript | epstopdf -f -d -o=test.pdfExample: look for HiresBoundingBox and produce corrected PostScript:
epstopdf -d --nogs -hires test.ps>testcorr.ps