Convert PDF to JPG automatically when uploading to Drupal

I was wondering if anyone knows how to automatically convert PDF to JPG in Drupal, when user uploads, I can create a script to actually convert, but my dilemma is able to catch the file on upload and process it. (or if there is a script / module that already does this, it would be even better!).

+2


source to share


2 answers


I think you can do it with ImageMagick raw action and ImageCache .



+1


source


CDN modules , the accompanying file transporter daemon will probably do what you want (although this is not technically Drupal)



0


source







All Articles