vue-pdf-app
vue-pdf-app copied to clipboard
Print one page only
Hello, I'm glad to find your project vue-pdf-app. I've been looking for an out-of-the-box pdf-viewer, and now I'm integrating it into my open source project, zpan.
At present, a printing problem has been found. When you click to print, you can only print one page of content. I don't know where this problem is.
Configuration:
- Web browser and it`s version: Chrome 92.0.4515.131
- Operating system and it`s version: macOS 10.13.6
- vue-pdf-app version: 2.1.0
Attachments (screenshots, links, etc)
only for print, download is normal.
Hi! Provide a source code of your component. Provide a pdf file.
Check this:
- Open dev tools in a separate window
- Print pdf
- Check quantity of elements inside of the
#printContainer
element. It must be equal to the quantity of pages:
I am facing the same issue in v1.0.3, #printContainer has element for all pages but in chrome it prints last page and in firefox it prints first page, download PDF works fine.