vue-pdf-embed
vue-pdf-embed copied to clipboard
Method `print` send only current page to print
Hi, @hrynko
If we're in pagination-mode, like <vue-pdf-embed :page="page" and call print method, then it will printed only current page
Is there is way to print whole pdf, even we're looking one page?
Hi @nickxgrom,
As a workaround, you can render an "invisible" component in the meantime without a page prop. Also, I will consider updating the print method for this case. Thanks!
I updated the print method signature so that page prop can now be overridden (see 9eaa57a)
Will include this in the next release if it works for you