Skip to main content
Known Participant
October 13, 2020
Question

this.print is not working in chrome

  • October 13, 2020
  • 3 replies
  • 2161 views

I have a PDF file with buttons about every 10 pages that look like a printer icon.

When clicked they will print the entire section of that part of the PDF (about 10 pages).

It does this by printing page ranges.

The current code is looks like this with different page ranges in each button:

this.print({nStart: 9, nEnd: 20});

It works great when someone opens the PDF file in Adobe Reader.

The problem with this code is it doesn't work when someone opens the PDF file in a web browser.

This topic has been closed for replies.

3 replies

JR Boulay
Community Expert
Community Expert
October 14, 2020

Chrome is a spyware, you should not use it.

Acrobate du PDF, InDesigner et Photoshopographe
try67
Community Expert
Community Expert
October 13, 2020

We can't help you. Report this bug to the developers of the Chrome PDF plugin.

Known Participant
October 13, 2020

 

I mean, after hitting the print button the below dialog is opening but the page numbers is not showing

 

 

 

Known Participant
October 13, 2020

Please help me