vue-pdf-embed
vue-pdf-embed copied to clipboard
Print All PDF browser page is stuck?
When the method print() does not set the parameter can print 1 page, because I use the pagination mode, when the following parameters are set, the page will be stuck.
printPdf() { this.$refs.pdfRef.print(300, '', true) },
Hi @ipbear,
What do you mean by the page sticking?
Sorry, I may have written something wrong, I mean after setting the parameters to the print() method, triggering this method, the browser is unresponsive, and the browser cannot do anything else, you need to close the browser again
I wasn't able to reproduce this. Could you please provide more details about the environment and versions?