crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.32k stars 674 forks source link

Allow printing PDF from blob #591

Open diastremskii opened 3 years ago

diastremskii commented 3 years ago

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.

MattFanto commented 1 year ago

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