mooz / node-pdf-image

Provides an interface to convert PDF's pages to png files in Node.js by using ImageMagick
MIT License
237 stars 87 forks source link

How to get info about percentage of progress? #37

Closed vivevio closed 6 years ago

vivevio commented 6 years ago

I have PDF that has more than 50 page. When I try to convert all page to an image, I want to know which page in processing or how many percents the progress.

Is that any possibility to do that?