【发布时间】:2011-09-30 12:38:01
【问题描述】:
我正在 Linux 中使用 Apache FOP 创建 pdf 然后我需要将 pdf 转换为 eps。
我尝试了很多方法,唯一可行的方法是 pdftops。 但, 当我在命令行中将其转换为 Linux 时
pdftops file.pdf -eps file.eps
这个命令为我创建了 eps 但是当我尝试在 Windows XP 的 Adobe Illustrator 中打开它时 它返回错误
EAAFD+HelveticaNeueLTStd-MdCnO_99-Identify-H;
Font not found on the system; missing font has been substituted.
但是 1:字体没有被替换 2:eps不显示文字,里面全是空白而不是图片
我确定在 Windows XP 中我拥有所有字体 因为如果我在 Adobe Illustrator 中将 pdf 转换为 eps 一切正常,Adobe Illustrator 没有显示字体问题。
你能帮帮我吗? 我做错了什么?
【问题讨论】:
标签: linux pdf adobe-illustrator eps