Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | There has been some print driver problems. Help is looking into fixing it directly, but for now, here's the temporary fix:
ssh ${username}@cascade.cs.ubc.ca "pdf2ps - - | print -2 -Pspl" < ${pdf}"
I also have a Python script that uses PDF Services so that in print dialogs you can have an option under the 'PDF' button.
-- BrettCannon - 15 Aug 2007 | |||||||
> > | Printer links can be found off of http://www.cs.ubc.ca/local/computing/![]() | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 11 to 11 | ||||||||
-- TerryHon - 07 Nov 2005 | ||||||||
Changed: | ||||||||
< < | If you are on a non-Windows machine and wish to print a PDF using SSH and the terminal, the following line will do it (substitute ${username} and ${pdf} as appropriate): | |||||||
> > | If you are on a non-Windows machine (this has been tests on OS X) and wish to print a PDF using SSH and the terminal, the following line will do it (substitute ${username} and ${pdf} as appropriate): | |||||||
ssh ${username}@cascade.cs.ubc.ca "pdf2ps - - | print -2 -Pspl" < ${pdf}" | ||||||||
Changed: | ||||||||
< < | -- BrettCannon - 17 Jan 2006 | |||||||
> > | I also have a Python script that uses PDF Services so that in print dialogs you can have an option under the 'PDF' button. -- BrettCannon - 15 Aug 2007 | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 10 to 10 | ||||||||
-- TerryHon - 07 Nov 2005 | ||||||||
Added: | ||||||||
> > |
If you are on a non-Windows machine and wish to print a PDF using SSH and the terminal, the following line will do it (substitute ${username} and ${pdf} as appropriate):
ssh ${username}@cascade.cs.ubc.ca "pdf2ps - - | print -2 -Pspl" < ${pdf}"
-- BrettCannon - 17 Jan 2006 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|