Shadi Almosri
Shadi Almosri

Reputation: 11989

Convert PDF to JPG automatically on upload in Drupal

I was wondering if anyone knows how to automatically convert PDF's to JPGs in Drupal when a user uploads, i'm able to create a script to do the actual conversion but my dilemma is being able to catch the file on upload and the process it. (or if there is a script/module that already does it it would be even better!).

Upvotes: 2

Views: 3211

Answers (2)

Jeremy French
Jeremy French

Reputation: 12187

The CDN modules' accompanying file conveyor daemon would probably do what you want (although this isn't technically Drupal)

Upvotes: 0

ax.
ax.

Reputation: 60167

i think you can do this with ImageMagick raw action and ImageCache.

Upvotes: 1

Related Questions