Getting page number of pdf file Titanium Studio iPhone -
i creating app read pdf file. i'm using webview load pdf file. below code:
var wv = ti.ui.createwebview({ backgroundcolor:"gray", border:1, height:410, url : "file.pdf" }); win.add(wv);
i'm wondering if there way page number of pdf , navigate page page. did not find way this. appreciated. in advance.
i don't think possible titanium webview component is. there several pdf reader plugins available titanium use.
you can try use pdf.js , include in webview , try manage things want. never tried use pdf.js before in titanium or mobile environments @ all.
Comments
Post a Comment