It is now possible to silently use QuickCodes and the Azure Sign-on code with the directprint.io V3 Mac client application.
To silently use QuickCodes and/or the Azure Sign-on code, take the following steps:
- When installing the directprint.io application using JAMF or a similar deployment tool you also have the option to install a universalPrintDriver.plist file onto the device (N.B. System not User level).
‘<HardDisk>/Library/Preferences/universalPrintDriver.plist’
- Its contents must contain the following (see attached file as an example).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UPD_QUICKCODES</key>
<string>abcd,r5tf</string><!-- change this to contain a list of QuickCodes -->
<key>UPD_SIGNON_CODE</key><!-- change this to your Azure Sign-on code -->
<string>5tq2</string>
</dict>
</plist>
See further documentation here: