Allows you to set a default printer in Windows.
Example
Running this code will set the default printer to "Mircrosoft Print to PDF".
plugin command("OS Automation.dll", "default printer set", "Microsoft Print to PDF")
Allows you to set a default printer in Windows.
Running this code will set the default printer to "Mircrosoft Print to PDF".
plugin command("OS Automation.dll", "default printer set", "Microsoft Print to PDF")
Was this helpful?