标签: javascript jquery pdf.js
我想在用户
点击一下Button.I不能在 iframe 中打开pdf文件
链接
using iframe
我直接从GitHub Project
我的问题是如何从
pdf.js
答案 0 :(得分:3)
PDFViewerApplication.pdfViewer.currentPageNumber是。例子:
PDFViewerApplication.pdfViewer.currentPageNumber
// Go to page 5 PDFViewerApplication.pdfViewer.currentPageNumber = 5; // Move two pages forward PDFViewerApplication.pdfViewer.currentPageNumber += 2;