Reputation: 93397
On our current site we offer our clients some brochures as pdf.
To keep our interaction in-site we were advised to use a conversion tool that converts pdf to flash.
Such a flash utility is basically an slideshow with some fancy effects and buttons.
This looks like a job jquery (or other frameworks) have mastered by now. There are a metric ton of jquery slider plugins.
Is there an existing solution that we can offer our marketing team that accepts a pdf and converts it to a (jquery) slider?
EDIT
The functionality should somehow be integrated in our Drupal content management interface so our Marketing and Communication department can use it.
Upvotes: 4
Views: 1829
Reputation: 3184
If you want a PDF2HTML conversion tool, you could also have a look at our new Java app to do this pdf_to_html_conversion.
Upvotes: 0
Reputation: 791
You can use ImageMagick to convert a pdf to a bunch of images, then feed those images to a (jquery) slider anyway you want.
Upvotes: 2