fiery printers and double sided printing

ImAMacGuy
Valued Contributor II

is there a simple way to set the default to single sided printing for canon fiery printers? Keeping in mind the end users don't have admin rights.

2 REPLIES 2

stevewood
Honored Contributor II
Honored Contributor II

I typically do that with lpadmin. This is the command for a Fiery driving a Xerox XC570, but should be similar for a Fiery driving a Canon printer:

lpadmin -p <printername> -o EFDuplex=false

You can use the lpoptions command to find what options you can set:

lpoptions -l -d <printername>

Throw in a pipe to grep to look for duplex options and you might be in luck. Just test the settings to see what you get:

lpoptions -l -d <printername> | grep -i duplex

As always, TEST, TEST, TEST.

bentoms
Release Candidate Programs Tester