Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 01:08 AM
06-27-2005 01:08 AM
CUPS
How do I pass, for example the PCL command -onb or something to a printer? Can someone help me with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 02:44 AM
06-27-2005 02:44 AM
Re: CUPS
Example, for 'no banner'
http://localhost:631
login as appropriate
click on the 'Manage Printer'
click on the 'Configure Printer' radio button of the specific printer you wish to work with.
There is an option in there for Banner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 03:08 AM
06-27-2005 03:08 AM
Re: CUPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 03:24 AM
06-27-2005 03:24 AM
Re: CUPS
The driver files that you have loaded on the OS reside in /usr/share/cups/model.
The driver files in use for defined printers would reside in /etc/cups/ppd.
Looking through these driver files it appears that the options are passed through via web interface.
I do not see the -o option in there. But I'm sure you can modify the driver file(s) to make the changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 03:27 AM
06-27-2005 03:27 AM
Re: CUPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 03:37 AM
06-27-2005 03:37 AM
Re: CUPS
Found this web site
http://www.mssl.ucl.ac.uk/www_computing/buns/unix_printing.html#SECTION0500
If I submit a job using the 'lpr' command, I can get to the various options the driver can support.
Example, to print landscape
lpr -P
Also works,
lpr -P
lpr -P
Ultimately, depends on the capabilities of you driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 01:40 AM
06-28-2005 01:40 AM
Re: CUPS
It generally converts the print job to
postscript and then to PCL if required.
I would not expect it to accept the PCL
commands as options to the print request.
Depending on the PDD file is has a very
good idea of the capabilities of the printer.
These are exended by the capablilities
offered by rendering the document into
postscript before final output.
If you are using the default lp command,
you should investigate the cups replacement.
The cups options are differnt see:
http://www.cups.org/docs-1.1/sum.html
landscape should be "lp -o landscape file".