Page 1 of 1

Postscript delegate failed

Posted: 2010-05-10T00:57:50-07:00
by ryanhenrymitchell
Hello

I've just installed the latest versions of imagemagick and ghostscript as I want to convert PDF's to JPG for a little application I'm working on. The idea being that it will create thumbs out of the PDF pages so that they can be displayed inline in the browser.

I'm running it through PHP and the imagick extension, however that is incidental as the error also occurs through the command line.

You can see the error generated at:
http://pdf.rtnetworks.net/InlinePDF.php ... _Trial.pdf

You can change the URL to any web based PDF (please don't abuse, I've only done this so you can test it); however it just continually gives the error "Postscript delegate failed".

Can anyone help? If you need more information just let me know!

Thanks for any help,
Ryan

Re: Postscript delegate failed

Posted: 2010-05-10T03:57:15-07:00
by ryanhenrymitchell
Just ignore this - it would seem I hadn't compiled it with the --with-gslib switch.

Sorry for being such a newbie.

Ryan