In my server i have a pdf. I want to view the pdf in html. But i want only show the first 3 pages only. If user select next it should show next 3 pages. Is it possible in HTML, JavaScript, Jquery?
Asked
Active
Viewed 242 times
1
-
see http://stackoverflow.com/questions/16232916/displaying-pdf-in-jsp – Deepu--Java Mar 28 '14 at 08:49
1 Answers
4
Yes, it is possible. You can go to this link.
https://github.com/mozilla/pdf.js/
This library is for reading PDF and and built with HTML5.
There is another Stack Overflow question regarding this issue.
-
Hi @Reza. THanks for the answer.. But i am getting little confuse. Where i can give the no of pages to display?? – Seipl Mar 28 '14 at 09:57
-
Visit this link : http://www.worldwidewhat.net/2011/08/render-pdf-files-with-html5/ – Reza Mar 28 '14 at 10:52
-
That's what I can see, thanks for pointing it out. Though the documentation said it would support chrome and safari. – Reza Mar 28 '14 at 14:22