admin管理员组文章数量:1352128
I want to get the current page number from pdf.js when user
Click's some Button.I'm not opening pdf file in iframe like that
Below link
using iframe
I'm using the pdf.js Directly From the GitHub Project
My Question is how can I get the Current page Number from
pdf.js
I want to get the current page number from pdf.js when user
Click's some Button.I'm not opening pdf file in iframe like that
Below link
using iframe
I'm using the pdf.js Directly From the GitHub Project
My Question is how can I get the Current page Number from
pdf.js
Share Improve this question edited Jun 20, 2020 at 9:12 CommunityBot 11 silver badge asked Feb 24, 2017 at 12:56 Mari SelvanMari Selvan 3,7924 gold badges24 silver badges42 bronze badges 1- try this stackoverflow./a/35887722 .......................... .......................... – Marcus Li Commented Apr 11, 2017 at 2:27
1 Answer
Reset to default 7PDFViewerApplication.pdfViewer.currentPageNumber
is a getter and setter. Examples:
// Go to page 5
PDFViewerApplication.pdfViewer.currentPageNumber = 5;
// Move two pages forward
PDFViewerApplication.pdfViewer.currentPageNumber += 2;
本文标签: javascriptpdfjsHow can we get the current pdf page number using pdfjsStack Overflow
版权声明:本文标题:javascript - pdf.js : How can we get the current pdf page number using pdf.js - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743875304a2554217.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论