| Monash home | About Monash | Faculties | Campuses | Contact Monash |
| Staff directory | A-Z index | Site map |
|
Linux Printing TipsNOTE: filenames in italics should be replaced with the names of your own files. How do I print multiple pages of a PostScript document on one single page?psnup -2 doc.ps | lpr
How do I print a few pages from a large PostScript document?psselect
How do I print A4 sized PostScript documents on letter sized paper?psnup -Pa4 -1 filename.ps | lpr
How do I check on the status of my job?Use the lpq command. How do I delete a stalled job?Type lprm to find out the names of the jobs you own.
My printout looks weird.If you used the lpr command to print anything except PostScript and Text files, your layout will look very strange. This includes PDF files. If you wish to print files in another format using the lpr command, you must first convert the file to PostScript. See the Troubleshooting section for instructions on how to do this. If the file you tried printing is incompatible with the printer, you
can try changing your file to a PostScript file first. To do this, use the a2ps command. This may happen when you open a file that was originally created in
DOS, and it is incompatible with UNIX. Try printing your PostScript files in Windows. For
instructions on how to do this, please see: |