Search found 3 matches

by andyknas
2011-09-01T06:36:48-07:00
Forum: Developers
Topic: PHP IIS Convert pdf to jpg
Replies: 14
Views: 40578

Re: PHP IIS Convert pdf to jpg

So the issue seems to have been permissions. I was able to get both IM and irfanview to work by adjusting perms at the folder level of the exe (applied to all items, not just the exe)

http://www.iis-aid.com/articles/how_to_ ... magick_iis
by andyknas
2011-08-31T09:31:32-07:00
Forum: Developers
Topic: PHP IIS Convert pdf to jpg
Replies: 14
Views: 40578

Re: PHP IIS Convert pdf to jpg

For kicks, I installed irfanview as I found it has some command line support. Having the same issue with it, I can run a conversion from command line but it doesn't execute when called from PHP.

...Next workaround is to try running a batch file to call IM. Ugh.
by andyknas
2011-08-31T09:03:18-07:00
Forum: Developers
Topic: PHP IIS Convert pdf to jpg
Replies: 14
Views: 40578

Re: PHP IIS Convert pdf to jpg

I'm having the same issue with the latest build and IIS6 on Win 2003. When I echo the command line, copy and paste it into terminal and it works properly. Steps I took: - Adjusted CMD.exe perms to include IUSR_* - Adjusted perms for convert.exe in IM folder to include IUSR_* execute perms - Renamed ...