- 安装epstool
sudo apt-get install epstool
- 去除白边
epstool --copy --bbox input_file.eps input_file_temp.eps
- 转成pdf
epstopdf --hires --outfile=output.pdf input_file.eps
sudo apt-get install epstool
epstool --copy --bbox input_file.eps input_file_temp.eps
epstopdf --hires --outfile=output.pdf input_file.eps