crabbly / Print.js

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

Bug with printJs not printing #578

Open ghost opened 3 years ago

ghost commented 3 years ago

Making others aware of this incase they encounter the same issue I have had all week.

I have been trying to print a PDF using fetch and converting to blob to print the PDF via a button. All the seperate pieces of code worked and I have been searching for answers that I kind of knew I was not going to get. There were no errors being thrown either, so I had nothing to work with. I saw someone suggest changing the latest version of printJS to 1.4.0 and it worked.

So this must be a bug somewhere and letting others know of the issue