How to print the pdf file in the MAC Safari browser?

Sep 10 2022 10:09 AM

Hello Team,

Could you please suggest how to print the pdf file on the MAC Safari browser?

Here is my code below,

$("#print_frame").get(0).contentWindow.print();

Explanation:

In the above code, I print the pdf file in the iframe. MAC OS supports Google Chrome, but not Safari. 

"window.print()" was supported by MAC safari browser, but I want to print a PDF document. Could you please tell me how I can make this?