vue-pdf-embed icon indicating copy to clipboard operation
vue-pdf-embed copied to clipboard

Print All PDF browser page is stuck?

Open ipbear opened this issue 1 year ago • 3 comments

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) },

ipbear avatar Jul 11 '23 01:07 ipbear

Hi @ipbear,

What do you mean by the page sticking?

hrynko avatar Jul 12 '23 08:07 hrynko

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

ipbear avatar Jul 12 '23 08:07 ipbear

I wasn't able to reproduce this. Could you please provide more details about the environment and versions?

hrynko avatar Aug 24 '23 08:08 hrynko