Does PDF to TIFF conversion require GS install?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
timhurring
Posts: 1
Joined: 2013-12-29T16:21:19-07:00
Authentication code: 6789

Does PDF to TIFF conversion require GS install?

Post by timhurring »

Can someone please confirm if I need to have Ghostscript installed in order for ImageMagick to successfully convert PDF files to TIFF, or is the necessary Ghostscript functionality included in the ImageMagick install?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Does PDF to TIFF conversion require GS install?

Post by snibgo »

I believe you need GS.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Does PDF to TIFF conversion require GS install?

Post by fmw42 »

I do not know about Windows, but for Unix you will need GS. You should post your version of IM and especially your platform in the future.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Does PDF to TIFF conversion require GS install?

Post by snibgo »

The same is true for IM 6.8.8-0 on Windows 8. On a machine without Ghostscript the command ...

Code: Select all

convert tom.pdf t.png
... gave the message:

Code: Select all

convert.exe: Postscript delegate failed `tom.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/682.
After installing GS from http://www.ghostscript.com/download/gsdnld.html, the command succeeded.
snibgo's IM pages: im.snibgo.com
Post Reply