欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ubuntu, eps转pdf以及切除白边

程序员文章站 2022-06-19 08:24:57
...
  1. 安装epstool
sudo apt-get install epstool
  1. 去除白边
epstool --copy --bbox input_file.eps input_file_temp.eps
  1. 转成pdf
epstopdf --hires --outfile=output.pdf input_file.eps