<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CUPS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571362#M18334</link>
    <description>I was just using 'no banner' as an example. There are many PCL options that I need to use. Not sure how I do this. I am sure the PCL has been integrated but I don't know how to do it.</description>
    <pubDate>Mon, 27 Jun 2005 10:08:34 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2005-06-27T10:08:34Z</dc:date>
    <item>
      <title>CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571360#M18332</link>
      <description>I am running RedHat9. I am unfamiliar with CUPS, printing. I am trying to pass PCL commands to the printer. like "lp -o options"&lt;BR /&gt;How do I pass, for example the PCL command -onb or something to a printer? Can someone help me with this?</description>
      <pubDate>Mon, 27 Jun 2005 08:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571360#M18332</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-06-27T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571361#M18333</link>
      <description>Most of the printer configuration I see with CUPS takes place inside of the administrative web pages of CUPS.&lt;BR /&gt;&lt;BR /&gt;Example, for 'no banner' &lt;BR /&gt;&lt;BR /&gt;http://localhost:631&lt;BR /&gt;login as appropriate&lt;BR /&gt;click on the 'Manage Printer'&lt;BR /&gt;click on the 'Configure Printer' radio button of the specific printer you wish to work with.&lt;BR /&gt;&lt;BR /&gt;There is an option in there for Banner.</description>
      <pubDate>Mon, 27 Jun 2005 09:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571361#M18333</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-27T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571362#M18334</link>
      <description>I was just using 'no banner' as an example. There are many PCL options that I need to use. Not sure how I do this. I am sure the PCL has been integrated but I don't know how to do it.</description>
      <pubDate>Mon, 27 Jun 2005 10:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571362#M18334</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-06-27T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571363#M18335</link>
      <description>The printer driver files for cups have the *.ppd extension.&lt;BR /&gt;&lt;BR /&gt;The driver files that you have loaded on the OS reside in /usr/share/cups/model.&lt;BR /&gt;&lt;BR /&gt;The driver files in use for defined printers would reside in /etc/cups/ppd.&lt;BR /&gt;&lt;BR /&gt;Looking through these driver files it appears that the options are passed through via web interface. &lt;BR /&gt;&lt;BR /&gt;I do not see the -o option in there. But I'm sure you can modify the driver file(s) to make the changes.</description>
      <pubDate>Mon, 27 Jun 2005 10:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571363#M18335</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-27T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571364#M18336</link>
      <description>A good looking site I just found;&lt;BR /&gt;&lt;A href="http://www.linuxprinting.org" target="_blank"&gt;http://www.linuxprinting.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Has multiple printer and driver info&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 10:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571364#M18336</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-27T10:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571365#M18337</link>
      <description>Another new bit of info;&lt;BR /&gt;&lt;BR /&gt;Found this web site&lt;BR /&gt;&lt;A href="http://www.mssl.ucl.ac.uk/www_computing/buns/unix_printing.html#SECTION0500" target="_blank"&gt;http://www.mssl.ucl.ac.uk/www_computing/buns/unix_printing.html#SECTION0500&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I submit a job using the 'lpr' command, I can get to the various options the driver can support.&lt;BR /&gt;&lt;BR /&gt;Example, to print landscape&lt;BR /&gt;lpr -P&lt;PRTNAME&gt; -olandscape &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Also works,&lt;BR /&gt;lpr -P&lt;PRTNAME&gt; -oduplex &lt;FILENAME&gt;&lt;BR /&gt;lpr -P&lt;PRTNAME&gt; -onobanner &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;Ultimately, depends on the capabilities of you driver.&lt;/FILENAME&gt;&lt;/PRTNAME&gt;&lt;/FILENAME&gt;&lt;/PRTNAME&gt;&lt;/FILENAME&gt;&lt;/PRTNAME&gt;</description>
      <pubDate>Mon, 27 Jun 2005 10:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571365#M18337</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-27T10:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571366#M18338</link>
      <description>CUPS is a postscript based print server. &lt;BR /&gt;It generally converts the print job to &lt;BR /&gt;postscript and then to PCL if required.&lt;BR /&gt;&lt;BR /&gt;I would not expect it to accept the PCL &lt;BR /&gt;commands as options to the print request.&lt;BR /&gt;Depending on the PDD file is has a very &lt;BR /&gt;good idea of the capabilities of the printer.&lt;BR /&gt;These are exended by the capablilities &lt;BR /&gt;offered by rendering the document into &lt;BR /&gt;postscript before final output.  &lt;BR /&gt;&lt;BR /&gt;If you are using the default lp command, &lt;BR /&gt;you should investigate the cups replacement.&lt;BR /&gt;The cups options are differnt see:&lt;BR /&gt;&lt;A href="http://www.cups.org/docs-1.1/sum.html" target="_blank"&gt;http://www.cups.org/docs-1.1/sum.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;landscape should be "lp -o landscape file".</description>
      <pubDate>Tue, 28 Jun 2005 08:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups/m-p/3571366#M18338</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-06-28T08:40:48Z</dc:date>
    </item>
  </channel>
</rss>

