I am trying to implement a print PDF option in an application. I found print.js and looks like this may help. However, I want to set default print options to make sure it prints to the correct scale (i.e.. 100%). Can print.js do this? If not, does anyone have a suggestion on how to accomplish this?
Not sure if this can be achieved straight forward or not. However there is a workaround for which you need to follow these steps:
You can check this article solving similar type of problem https://medium.com/@vicky.sharma8127344/print-single-or-multiple-files-with-print-js-and-pdf-js-ab9c8347a309