techker Posted November 21, 2006 Share Posted November 21, 2006 i all,i have a PDF file,.i would like to convert that pdf file into image files.Each page should be converted into an image.Kindly, help me. Cooli heard of an imagemagic appz?i have tryed to study this but it looks pretty complicatedhttp://www.php.net/shell_execor thisexec("convert file.pdf[2] page2.jpg"); Edit/Delete Message Link to comment https://forums.phpfreaks.com/topic/28027-pdf-to-image/ Share on other sites More sharing options...
marcus Posted November 21, 2006 Share Posted November 21, 2006 have you tried[code]<?phpsystem("convert file.pdf file.jpg",$return);?>[/code] Link to comment https://forums.phpfreaks.com/topic/28027-pdf-to-image/#findComment-128205 Share on other sites More sharing options...
techker Posted November 21, 2006 Author Share Posted November 21, 2006 how does it link to the file? Link to comment https://forums.phpfreaks.com/topic/28027-pdf-to-image/#findComment-128206 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.