Posted on 05-04-2017 04:06 AM
Hi all,
I would like to run a script which changes the Print Style to 1-sided as per attached.
Has someone already experience with this?
Thanks
Thomas
Posted on 05-04-2017 02:44 PM
I want to know this too.
Posted on 05-04-2017 11:59 PM
You can run
lpoptions -p printername -l
to get a list of options that the printer supports. Then you just need to figure out which one you want to change and set it with
lpadmin -p printername -o option=value
for example
lpadmin -p treedestroyer -o Duplex=none
Posted on 05-05-2017 07:08 AM
by far the easiset way to set print options is to set them up locally, then just copy the " com.apple.print.custompresets" from /Library/Preferences to users
Posted on 05-05-2017 07:09 AM
K.I.S.S :-)