Print.js icon indicating copy to clipboard operation
Print.js copied to clipboard

Allow printing PDF from blob

Open diastremskii opened this issue 3 years ago • 1 comments

This PR suggests adding an option to print PDF from blob downloaded elsewhere in the application. This is useful to have a better separation between downloading the document and printing the document. Example use case: disabling the print button when a document starts loading. While it is possible to do with callbacks from printJS, it's much more simple when download and print are separated.

diastremskii avatar Aug 26 '21 14:08 diastremskii

This would be a very useful feature any chance that this will be merged at some point?

MattFanto avatar Apr 01 '23 16:04 MattFanto