

InterviewSolution
Saved Bookmarks
1. |
Solve : Removing header and trailer page? |
Answer» Let me specifiy by saying I am not a UNIX programmer However...the system I am working on is printing a blank page before and after every print job that is being sent to the printer. Anyone have any idea how I can get rid of these blank pages? Thanks. There are many different printing programs for linux which work differently, so we need to know if you are using the CUPS (the most common VERSION), lpd, or what version of linux you are using which will give one of US a CLUE?If you tell me how to find out the version...I will get it for you. Thanks Quote from: luvsun27 on May 24, 2007, 07:47:29 AM If you tell me how to find out the version...I will get it for you. Thanks uname -a will tell you the linux version more /etc/printcap will give clues about the printing SOFTWARE |
|