I did a lot of research (I guess not enough?) and am trying to find an easy to use library to find the page count of a PDF using Node.js. The library would need to be usable on a Windows OS.
Anyone know how best to approach this? Worst case situation, I was thinking about doing something with PhantomJS and the PDF.js library.
Thanks for any help!!