Hello,
I have issues with using PDF.printScaling = "none" property in my js script. Could you please help to handle it?
The exported PDF document (attached to this msg) does not have 100% scale when I try to print it. http://img.newtonideas.com/9g6ADTU90SVNYvM8KcSd.png and "Fit to page" value does not change http://img.newtonideas.com/gWviWsFbkz10aAC2oBVS.png
P.S. Here is the content of my .JS file:
Regards,
Andrii
I have issues with using PDF.printScaling = "none" property in my js script. Could you please help to handle it?
The exported PDF document (attached to this msg) does not have 100% scale when I try to print it. http://img.newtonideas.com/9g6ADTU90SVNYvM8KcSd.png and "Fit to page" value does not change http://img.newtonideas.com/gWviWsFbkz10aAC2oBVS.png
P.S. Here is the content of my .JS file:
PDF.openAction = "print";
PDF.printScaling = "none";
Regards,
Andrii