0
我想從pdf.js獲取當前頁碼當前PDF頁面數量時,用戶pdf.js:我們怎樣才能使用pdf.js
點擊的一些Button.I'm不在IFRAME打開PDF文件一樣,
下面的鏈接
我使用的PDF格式.js文件直接從GitHub Project
我的問題是我怎麼能得到
pdf.js
我想從pdf.js獲取當前頁碼當前PDF頁面數量時,用戶pdf.js:我們怎樣才能使用pdf.js
點擊的一些Button.I'm不在IFRAME打開PDF文件一樣,
下面的鏈接
我使用的PDF格式.js文件直接從GitHub Project
我的問題是我怎麼能得到
pdf.js
PDFViewerApplication.pdfViewer.currentPageNumber是getter and setter當前頁碼。例子:
// Go to page 5
PDFViewerApplication.pdfViewer.currentPageNumber = 5;
// Move two pages forward
PDFViewerApplication.pdfViewer.currentPageNumber += 2;
試試這個http://stackoverflow.com/a/35887722 .......................... 。 ......................... –