ubuntu, eps转pdf以及切除白边
程序员文章站
2022-06-19 08:24:57
...
- 安装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