dynamic zoom

This commit is contained in:
Andrey Kuvshinov
2020-05-21 14:19:20 +03:00
parent 30b4a6209c
commit 7aacafae8e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<script>
var pdfDoc = null,
pageNum = <?=$pagenum?>,
scale = 1,
scale = <?=$scale?>,
baseurl ='<?=$baseurl?>',
url = '<?=$pdfile?>',
pageRendering = false,