Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Svg Inkscape已停止从命令行导入eps_Svg_Inkscape_Eps - Fatal编程技术网

Svg Inkscape已停止从命令行导入eps

Svg Inkscape已停止从命令行导入eps,svg,inkscape,eps,Svg,Inkscape,Eps,也许是inkscape的早期版本,但我曾经能够从命令行将eps文件转换为pdf文件 我喜欢打字 inkscape test.eps --export-pdf=test.pdf 然后我的文件会转换成pdf格式,没有问题。几次系统更新之后,我发现了错误 %!!PS-Adobe-3.0 EPSF-3.0 ^ **(inkscape:3654):警告**:无法打开指定的文档taylor.eps(不存在或不是有效的SVG文件) 有什么建议可以让我重新开始工作吗 Inkscape --version

也许是inkscape的早期版本,但我曾经能够从命令行将eps文件转换为pdf文件

我喜欢打字

 inkscape test.eps --export-pdf=test.pdf
然后我的文件会转换成pdf格式,没有问题。几次系统更新之后,我发现了错误

%!!PS-Adobe-3.0 EPSF-3.0 ^

**(inkscape:3654):警告**:无法打开指定的文档taylor.eps(不存在或不是有效的SVG文件)

有什么建议可以让我重新开始工作吗

 Inkscape --version
Inkscape 0.48.4 r9939(2014年1月22日)

Linux MyMachineName 4.4.0-75-generic#96~14.04.1-Ubuntu SMP周四4月20日11:06:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

这肯定会奏效的
inkscape test.eps--export pdf=test.pdf--without-gui

是否安装了Ghostscript?EPS导入需要它。另外,Inkscape现在的版本是0.92。也许是时候更新了?:)谢谢@PaulLeBeau。我确认ghostscript确实已安装并更新到inkscape的最新稳定版本。仍然没有运气。我应该补充一点,我可以打开inkscape并手动导入eps文件;我就是不能从命令行导入。
 uname -a