brianlange Posted May 2, 2011 Share Posted May 2, 2011 I am looking at the ImageMagick library to create thumbnails from about 800 pdf files. I'd like to use php because the information needs to be stored in a database. Is ImageMagick up to the task? Would you recommend an alternative library? Any other advice is appreciated. Thanks, -Brian Quote Link to comment https://forums.phpfreaks.com/topic/235372-script-to-create-thumbnails/ Share on other sites More sharing options...
gizmola Posted May 2, 2011 Share Posted May 2, 2011 The other popular image handling library is GD but it does not handle pdf files, so I think that ImageMagick is probably your best bet. Quote Link to comment https://forums.phpfreaks.com/topic/235372-script-to-create-thumbnails/#findComment-1209590 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.