PDf.js canvas scroll bar missing -


i using pdf.js display pdf documents in jsf page. input blob pass pdf.js . works fine documents single pages if document has more 1 page see first page , unable scroll. tried encapsulating <div> overflow:scroll; property cannot navigate next page.

<div id="the-container" style="width:1000px;height:600px;overflow-y:scroll;">   <canvas id="the-canvas"></canvas> </div> 

a sample link have used below. please !

https://jsfiddle.net/qj9tau8e/ 

the sample document has 2 pages 1 displayed


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -