Search found 1 match

by kalashri
2013-02-22T03:33:06-07:00
Forum: IMagick
Topic: I want to store output of exec command in array.
Replies: 0
Views: 6230

I want to store output of exec command in array.

I am running following code.In this code i am extracting all images from pdf. In this code i am getting all extracted images in my "site" folder from where i am running my php script. exec("convert -scale 1500x1000 ".$pdf[$i]. " img%d.png"); Now i want to store all the ...