Or you can use epstopdf
ps2pdf -dEPSCrop jet.eps
epstopdf muonDetail.eps
This command is working only for eps file, which has a bounding box. If you open a ps file, you can see the
%!PS-Adobe-2.0 EPSF-2.0
%%BoundingBox: 0 0 567 552
There is no bounding box in ps file. So you can not get the special size pdf file from a ps file.
You also can use ps2eps to convert ps file to eps. This program will calculate the boundary box for ps file and generate new eps file with a boundary box.
ps2eps electron.ps
PostScript-to-PDF converter
0 comments:
Post a Comment