I want to know How to upload pdf file by caputring first page of the pdf file??
using jquery.
thank you.
I want to know How to upload pdf file by caputring first page of the pdf file??
using jquery.
thank you.
You have to extract the first page using some server side technology and display this image in the page. The browser itself can't open the PDF without any plugin so don't expect jQuery to be of any help here...
You can't do it with jquery. You must upload the whole pdf and process it at server by extracting the page and sending back to client as an image.