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

Print one page only

Open saltbo opened this issue 3 years ago • 3 comments

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)

image

image

saltbo avatar Aug 10 '21 16:08 saltbo

only for print, download is normal.

saltbo avatar Aug 10 '21 16:08 saltbo

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: image

sandanat avatar Sep 01 '21 20:09 sandanat

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.

kambadprashant avatar Dec 18 '23 14:12 kambadprashant