2levelsabove Posted March 4, 2008 Share Posted March 4, 2008 What is the simplest way guys ? I have tried Imagemagick and am running into all sort of issues. I tried exec("convert ".$uploadFile." test.jpg"); but that does not seem to be working as I get a error 500. any ideas ? Thanks Link to comment https://forums.phpfreaks.com/topic/94247-convert-a-pdf-upload-to-an-image/ Share on other sites More sharing options...
shocker-z Posted March 4, 2008 Share Posted March 4, 2008 Have you got a ocmmand line tool installed which does this? as i dont beleive there is any PHP classes out there for such a thing. Possibly pdf to HTML then HTML to image? Think that's the closest you'll get. Regards Liam Link to comment https://forums.phpfreaks.com/topic/94247-convert-a-pdf-upload-to-an-image/#findComment-482738 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.