使用 Ghostscript 将 PDF 转换为 TIFF 时未生成输出文件

Posted

技术标签:

【中文标题】使用 Ghostscript 将 PDF 转换为 TIFF 时未生成输出文件【英文标题】:no output file generated when using Ghostscript to convert PDF to TIFF 【发布时间】:2014-02-17 06:56:37 【问题描述】:

这是我使用的命令:

gs -r300 -q -dNOPAUSE -sDevice=tiffgray -sOutputFile=sample1.tiff sample1.pdf -c quit

我在当前工作目录中没有看到 sample1.tiff。我正在运行 OS Mavericks。

【问题讨论】:

【参考方案1】:

尝试不带 -q 运行,以免消息被抑制,Ghostscript 可能试图告诉你出了什么问题。

【讨论】:

以上是关于使用 Ghostscript 将 PDF 转换为 TIFF 时未生成输出文件的主要内容,如果未能解决你的问题,请参考以下文章

使用 Ghostscript 将 TIFF 转换为 PDF

Ghostscript将pdf转换为方向错误的pcl

使用 PHP(ghostscript) 将 PDF 转换为图像耗时太长

Ghostscript:将 PDF 转换为 CMYK EPS

无法使用 ImageMagick 和 GhostScript 将 PDF 转换为 JPG

使用 Ghostscript 将 PDF 转换为 PDF/A 时出错