1
能夠在NG-PDF變焦我想我放大PDF打開這個插件:上離子/ angularJS
https://github.com/sayanee/angularjs-pdf
我怎麼能主動變焦?
<script id="pdf-viewer.html" type="text/ng-template">
<ion-modal-view>
<ion-header-bar>
<h1 class="title">Report</h1>
<button ng-click="vm.modal.hide()" class="button button-icon icon ion-android-close comp"></button>
</ion-header-bar>
<ion-content>
<ng-pdf ng-if="pdfUrl" template-url="partials/viewer.html" canvasid="pdf" scale="page-fit"></ng-pdf>
</ion-content>
</ion-modal-view>
</script>
觀衆:
{{loading}}
<canvas id="pdf" class="rotate0"></canvas>