1

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?

Seipl
  • 53
  • 1
  • 4

1 Answers1

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.

How to Use pdf.js

Community
  • 1
  • 1
Reza
  • 2,896
  • 4
  • 26
  • 37
  • 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