I want to extract many images from a large PDF and then display those images as thumbnails. Right now we are using TallComponents.PDF dll for accomplished this task, but it takes much time to extract images and need to create some separate automation to reduce overhead from web server.
Is there any Jquery plugin i can use to extract images from PDF which may be fast enough and extract images on th fly.
Thanks for all your help..