Search found 7 matches

by Namari
2014-01-12T17:37:33-07:00
Forum: Users
Topic: magickException: Postscript delegate failed IIS
Replies: 11
Views: 13472

Re: magickException: Postscript delegate failed IIS

I finally found out what was the problem !
The problem is the temporary folder of windows (c:\windows\temp) has to be read and write for the user IUSR or IIS_IUSRS (depending of your ISS version) Thank you guys for your help
by Namari
2014-01-12T16:54:32-07:00
Forum: Users
Topic: magickException: Postscript delegate failed IIS
Replies: 11
Views: 13472

Re: magickException: Postscript delegate failed IIS

I changed the code below by the other one but nothing :( <delegate decode="eps" encode="pdf" mode="bi" command=""@PSDelegate@" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -sDEVICE=pdfwrite "-sOutputFile=%o" -- "%i&...
by Namari
2014-01-08T21:56:42-07:00
Forum: Users
Topic: magickException: Postscript delegate failed IIS
Replies: 11
Views: 13472

Re: magickException: Postscript delegate failed IIS

I'm not sure there is something I can do in php.ini.
by Namari
2014-01-08T16:13:30-07:00
Forum: Users
Topic: magickException: Postscript delegate failed IIS
Replies: 11
Views: 13472

Re: magickException: Postscript delegate failed IIS

It seems that it's not finding ghostscript :(
It is working if I'm using a shell_exec(gswin64 ...) but that's not what I'm looking for.
by Namari
2014-01-06T21:27:44-07:00
Forum: Users
Topic: magickException: Postscript delegate failed IIS
Replies: 11
Views: 13472

Re: magickException: Postscript delegate failed IIS

the path I gave him was D:\inetpub\website\sites\default\files\image_2.pdf I also tried the url but no success. for the url http://mywebsite/sites/default/files/image_2.pdf it gives me : ImagickException: Unable to read the file: http://mywebsite/sites/default/files/image_2.pdf in Imagick->__constru...
by Namari
2014-01-06T20:56:09-07:00
Forum: Users
Topic: magickException: Postscript delegate failed IIS
Replies: 11
Views: 13472

magickException: Postscript delegate failed IIS

Hey Guys! I'm trying to use theses lines to convert a pdf to a jpg but I got an error $img = new imagick($url.'[0]'); $im->setImageColorspace(255); $im->setCompressionQuality(95); $im->setImageFormat('jpeg'); I have install imagick 3.1.0RC2 with the soft ImageMagick 6.7.7-10 2012-06-27 Q16 (x86). I ...