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

Zoom Issue #215

Open justnajm opened 6 years ago

justnajm commented 6 years ago

Hi, your work is absolute talent.

Kindly tell me how can I limit the zoom feature as it continues zoom out till vanish and similarly infinite zoom in :(

dennybiasiolli commented 6 years ago

Hi @justnajm, actually there's no way to limit zoom feature, but you can customize your app limiting calls to zoomIn() when clicking on + or - button. Home this helps :)