Embedding pdf into html5 pages with a customed interface, still being interractable
问题 So, I need a way to simply implement .pdf into html5 pages. Unfortunatly, , , etc. renders messy and unpractical pdf. (And it's ugly). I tried to use pdf.js, but it seems too big, and too heavy for what I intend to do. Plus, the lack of documentation makes it very hard to implement correctly. What I need is: A way to show one pdf page at a time (which means, no scrolling possible). As pdf.js seems to turn each pdf page into a picture, it can't be zoomed in without the pdf becoming blurry.