Last active
September 16, 2024 21:10
-
-
Save leingang/b782762d50e362baf2c8902e1692112f to your computer and use it in GitHub Desktop.
Print to CIMS printers with stapling (bypassing Pharos)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias sshlpr='ssh [email protected] lpr -P mf-07 -o sides=two-sided-long-edge -o StapleLocation=UpperLeft' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh [email protected] lpr -P mf-07 -\\# 25 -o sides=two-sided-long-edge -o ColorMode=Gray -o StapleLocation=UpperLeft < file.pdf |
Options have changed a bit since I last used this. Double check stapling and color next time you get a chance.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to find an
lpr
option to print (labels) using the manual feed onbwpr23
, but it doesn't seem to have such an option.