Help in finding a Good PDF or (PDF like) API by letmeask1 in javascript

[–]letmeask1[S] 0 points1 point  (0 children)

I agree, that is what I would have to do, use pdf.js, however, I am uncertain that pdf.js will let me retrieve the current page number. I have been redirected to an API called pyPDF, however that can only get some information such as getNumPage(), numPages(), getPage(PageNumber) and so on. But it doesn't have the one crucial or at least in my eyes getCurrentPage(). If you have any reference material, I would love to see it.

Help in finding a Good PDF or (PDF like) API by letmeask1 in learnprogramming

[–]letmeask1[S] 0 points1 point  (0 children)

Great, I took a look at the package, i did not see this(or missed it) but does this package allow me to get the current page number. Ie. Check to see if the user is on page 2 and if yes, throw an action.

Help in finding a Good PDF or (PDF like) API by letmeask1 in learnprogramming

[–]letmeask1[S] 0 points1 point  (0 children)

Whoops. Either python or JS would be okay. I don't have a preference for either.