sayanee / angularjs-pdf

:page_facing_up: An AngularJS directive <ng-pdf> to display PDF files with PDFJS
http://sayan.ee/angularjs-pdf/
MIT License
494 stars 248 forks source link

Option to scroll in place of changing page #172

Closed popod closed 7 years ago

popod commented 7 years ago

Is there an option to scroll in place of going to page 2 ? Thanks

dennybiasiolli commented 7 years ago

Hi @popod , thanks for the issue. Where do you intend to scroll? In the example page you can scroll in the page.

popod commented 7 years ago

Hi, thanks for answer ! I want to scroll across pages without need to switch page number with the buttons.

dennybiasiolli commented 7 years ago

Thanks for clarification, this is not possible with this directive. You have to implement it in other way. 😃