Page 1 of 1

Posscript Delegate fails

Posted: 2014-01-20T07:08:52-07:00
by nils@iqweb.se
Hi, try to convert pdf to images but get this Postscript delegates error. It worked on my Unix dev server but not in my Windows production server:
PostscriptDelegateFailed `D:\Inetpub\wwwroot\IQPagerTest/app/webroot/book/pdf/iqpager@1390226822.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/678
Error: An Internal Error Has Occurred.
Stack Trace
APP\Controller\SettingsController.php line 645 → Imagick->__construct(string)
[internal function] → SettingsController->pdfupload()
CORE\Cake\Controller\Controller.php line 485 → ReflectionMethod->invokeArgs(SettingsController, array)
CORE\Cake\Routing\Dispatcher.php line 186 → Controller->invokeAction(CakeRequest)
CORE\Cake\Routing\Dispatcher.php line 161 → Dispatcher->_invoke(SettingsController, CakeRequest, CakeResponse)
APP\webroot\index.php line 92 → Dispatcher->dispatch(CakeRequest, CakeResponse)

Thanks for help finding the error

Re: Posscript Delegate fails

Posted: 2014-01-20T10:19:40-07:00
by fmw42
It looks like you may not have Ghostscript installed (or Imagick cannot find it)

What version of IM?

Does

convert -version

list gs or gslib.

Or

convert -list configure

and look at the line starting with Delegates

Re: Posscript Delegate fails

Posted: 2014-01-21T02:55:46-07:00
by nils@iqweb.se
We have
ImageMagick 6.8.0-7 2012-11-23 Q16 http://www.imagemagick.org
and Ghostscript is installed on the server
Nils

Re: Posscript Delegate fails

Posted: 2014-01-21T03:01:10-07:00
by nils@iqweb.se
GhostScript is installed in c:program files
it is gs9.10

Re: Posscript Delegate fails

Posted: 2014-01-21T10:51:33-07:00
by fmw42
But does Imagick, PHP and Imagemagick see it?

Re: Posscript Delegate fails

Posted: 2014-01-22T00:57:54-07:00
by nils@iqweb.se
Hi,
Do I need a specific setting in Imagick,

Nils

Re: Posscript Delegate fails

Posted: 2014-01-22T10:32:56-07:00
by fmw42
Sorry, I know little about configuring Imagick. But search the archives (top right on this page). Seems like this issue has been reported and answered in other posts.

Re: Posscript Delegate fails

Posted: 2014-01-24T01:17:20-07:00
by nils@iqweb.se
Thanks for theinfo and it was solving my problem. GREAT