I am a new developer on web application.
Now I am doing an upload file (PDF) to my server, and I need a picture of the cover of the PDF that user uploaded.
I try to find jquery plug-in for that.
Do you know any relevant JQuery plug-in or technique to do so??
Regard,
You are going to need to have to do this server side using something like PHP. PHP has PDF and Image libraries that will allow you to do this. I would instead search for that rather than jQuery