drisate Posted November 28, 2011 Share Posted November 28, 2011 Hey guys i am trying to create a small script using exec() to convert PDF files into images ... The script worked well in the past and for some reasons it staped working. exec('"C:\\Program Files\\ImageMagick-6.7.1-Q16\\convert.exe" -verbose -density 150 D:\\Inetpub\\www.goulet.ca\\Pub\\Web\\new\\media\\other\\'.$value.' -quality 100 -sharpen 0x1.0 D:\\Inetpub\\www.goulet.ca\\Pub\\Web\\new\\media\\pdf_flipbook\\'.$value.'\\img.png', $out); the $out var returns an empty array Link to comment https://forums.phpfreaks.com/topic/251964-exec-problem/ Share on other sites More sharing options...
drisate Posted November 28, 2011 Author Share Posted November 28, 2011 command was good ... i had a patch problem thx anyway ;-) Link to comment https://forums.phpfreaks.com/topic/251964-exec-problem/#findComment-1291859 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.