Reputation: 602
We have two types of article in application which is HTML and PDF. If I go ahead and do "window.print()" in HTML article directly, it works without any problem. Now, If I visit PDF page which is loaded from "embbed and object" tab and then go back to HTML page to print, it's not working. It's working fine in all other browser and older version of chrome but not working in latest version of chrome. Can anyone help?
Thank you
Upvotes: 1
Views: 757
Reputation: 602
Just for Update:
This issue has been no longer reproducible in Chrome Version: Version 83.0.4103.97 (Official Build) (64-bit)
Thank you!
Upvotes: 0
Reputation: 153
To reproduce the problem just open a pdf directly on chrome, then open developer tools on that pdf page, then go on console and write the print(); command
Tada! Problem detected,
this started happening to me on latest version as well, Thank god I'm not the only one.
Upvotes: 1