Search found 8 matches

by clintsulis
2013-10-17T10:35:15-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Re: Postscript Delegate Failed

WOO HOO!!!! THE ISSUE IS SOLVED!!! All I needed to do was provide both IIS_IUSRS and IUSR with full permissions to the C:\Windows\Temp folder. I had allowed one but not the other. I hope this thread helps someone else in the future overcome this confusing situation. Thanks again for those who ...
by clintsulis
2013-10-17T09:55:56-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Re: Postscript Delegate Failed

I decided to try converting several different PDF input files and accidentally discovered that GS is actually being called! The error is something to do with GhostScript passing information back to ImageMagick! The lines that begin with **** are clearly being output by GhostScript, yet the same ...
by clintsulis
2013-10-17T08:01:35-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Re: Postscript Delegate Failed

Nope, there is only one version. The server is brand new with a fresh OS install. Thanks for trying to help guys. The problem still remains: Postscript delegation fails through php_imagick but works fine command-line with convert utility. I suppose it could be failing at any of the following points ...
by clintsulis
2013-10-16T09:04:13-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Re: Postscript Delegate Failed

Bonzo: Thank you for your help so far, I truly appreciate your efforts! The code you provided worked like a charm. For this test, the script and the publications.pdf are both in the root of the website. Here are the test results: Exec Command - Relative Paths to Input/Output Files: Array ( [0 ...
by clintsulis
2013-10-16T07:19:36-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Re: Postscript Delegate Failed

FWM42: Thanks for the response but the fact that GS is not listed as a delegate doesn't seem alarming to me because is not listed as a delegate on my development server either, which works perfectly in all ways. On my production server: The path in delegates.xml is 100% correct, multiple versions of ...
by clintsulis
2013-10-15T15:20:03-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Re: Postscript Delegate Failed

Thanks for the prompt response! I have performed the Imagick::getVersion() and this is the result: API version number: 1671 API version string: ImageMagick 6.8.7-0 2013-09-18 Q16 http://www.imagemagick.org The exec command didn't generate any output and returned no errors. I can paste the exec ...
by clintsulis
2013-10-15T14:07:57-07:00
Forum: IMagick
Topic: Postscript Delegate Failed
Replies: 12
Views: 17092

Postscript Delegate Failed

Greetings everybody! I am in desperate need of help with troubleshooting using ImageMagick through PHP to convert PDF to GIF. I have this working fine on my development machine. Now I am trying to setup the production server with the latest versions and am receiving the following PostScript Delegate ...
by clintsulis
2013-10-15T12:17:37-07:00
Forum: IMagick
Topic: Postscript delegate failed
Replies: 2
Views: 7709

Re: Postscript delegate failed

Did you manage to find a solution?