node-pdf2img icon indicating copy to clipboard operation
node-pdf2img copied to clipboard

It would be helpful to add a callback whenever a specific page is processed.

Open agamemnus opened this issue 7 years ago • 0 comments

I added callbackreturn(null, {result: 'page_processed', message: result}) inside the async.eachSeries loop.

This callback would be useful for those who want a server to provide progress feedback to someone uploading a pdf via web system.

agamemnus avatar May 09 '18 05:05 agamemnus