Does PDF to TIFF conversion require GS install?
-
- Posts: 1
- Joined: 2013-12-29T16:21:19-07:00
- Authentication code: 6789
Does PDF to TIFF conversion require GS install?
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?
-
- 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?
I believe you need GS.
snibgo's IM pages: im.snibgo.com
- 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?
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.
-
- 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?
The same is true for IM 6.8.8-0 on Windows 8. On a machine without Ghostscript the command ...
... gave the message:
After installing GS from http://www.ghostscript.com/download/gsdnld.html, the command succeeded.
Code: Select all
convert tom.pdf t.png
Code: Select all
convert.exe: Postscript delegate failed `tom.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/682.
snibgo's IM pages: im.snibgo.com