problem display/convert pdf

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
mzp3769
Posts: 2
Joined: 2012-08-25T14:48:24-07:00
Authentication code: 67789

problem display/convert pdf

Post by mzp3769 »

Hello,
I installed IM on my Mountain Lion laptop and can't display/convert pdfs. Can you help? Thanks,
MArk

Mac OS X 10.7.4
Version: ImageMagick 6.7.7-6 2012-07-28 Q16 http://www.imagemagick.org
display: Postscript delegate failed `bias_SO4.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/669.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: problem display/convert pdf

Post by fmw42 »

Looks to me like you might not have ghostscript delegate installed.

What delegates do you have installed? type

convert -list configure | grep -i "delegates"

For example, mine are

DELEGATES bzlib fftw fontconfig freetype gs jpeg jng jp2 lcms2 lqr openexr png tiff x11 xml zlib

gs is ghostscript

I am no Mac OSX Snow Leopard IM 6.7.9.1 Q16
mzp3769
Posts: 2
Joined: 2012-08-25T14:48:24-07:00
Authentication code: 67789

Re: problem display/convert pdf

Post by mzp3769 »

Yes, I did not have gs delegate, after I installed ghoscript I can see the pdfs - but still there is this odd chessboard-like pattern outside of the borders of the main picture?
Any help for that?
Thanks,
MArk
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: problem display/convert pdf

Post by fmw42 »

mzp3769 wrote:Yes, I did not have gs delegate, after I installed ghoscript I can see the pdfs - but still there is this odd chessboard-like pattern outside of the borders of the main picture?
Any help for that?
Thanks,
MArk
Did you reinstall IM after installing ghostscript. Did you include the gs fonts in your ./configure command.

see --with-gslib and --with-gs-font-dir at http://www.imagemagick.org/script/advan ... #configure
Post Reply