<?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: Printing legal landscape in command line in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934191#M934769</link>
    <description>Print a test page with the special option -ooptions (that's correct, -ooptions). lp is one of the only commands where there must be no spaces between an option (-o) ane the parameter (options). Something like this:&lt;BR /&gt;&lt;BR /&gt;lp -lpprinter_queue -ooptions /etc/issue&lt;BR /&gt;&lt;BR /&gt;But much more useful for JetDirect printers is the man page:&lt;BR /&gt;&lt;BR /&gt;man net_lj5x&lt;BR /&gt;&lt;BR /&gt;You'll find a enormous number of options used by the net_lj5x printer script.</description>
    <pubDate>Mon, 24 Mar 2003 18:22:27 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-03-24T18:22:27Z</dc:date>
    <item>
      <title>Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934186#M934764</link>
      <description>Hi guys!!&lt;BR /&gt;&lt;BR /&gt;I've a HP LaserJet 5000N with a Jetdirect card...  This printer work fine if I print in a letter format... But I need to print in a legal - landscape format... What are the option when I use "lp"??? &lt;BR /&gt;&lt;BR /&gt;This printer have 3 tray... Can I specify a tray in the command line???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jonathan</description>
      <pubDate>Mon, 24 Mar 2003 16:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934186#M934764</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-03-24T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934187#M934765</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;"lp -d wherever -o land" should give landscape mode.  Tray selection should be "-o obin#" where the # indicates the tray "number".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 24 Mar 2003 16:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934187#M934765</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-24T16:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934188#M934766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# lp printername -o landscape -o tray3 filename&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Mon, 24 Mar 2003 16:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934188#M934766</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-24T16:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934189#M934767</link>
      <description>Your best option is to do something like this:&lt;BR /&gt;&lt;BR /&gt;ls | lp -dmyprinter -o options&lt;BR /&gt;&lt;BR /&gt;The -o options will list the available options for your interface file - or it may direct you to a man page that indicates the available options.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 16:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934189#M934767</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-24T16:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934190#M934768</link>
      <description>Hi Jonathan,&lt;BR /&gt;&lt;BR /&gt;When you denote&lt;BR /&gt;-o landscape&lt;BR /&gt;you automatically default to 45 lines per page. So unless you want to overrule that you need do nothing further to accomodate page length.&lt;BR /&gt;&lt;BR /&gt;Use &lt;BR /&gt;-o legal&lt;BR /&gt;to set paper length to legal&lt;BR /&gt;&lt;BR /&gt;Use &lt;BR /&gt;-o binX (where X = bin #)&lt;BR /&gt;&lt;BR /&gt;So the command would look like&lt;BR /&gt;&lt;BR /&gt;lp -o landscape -o legal -o binX -dptr_name /file/to print&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2003 16:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934190#M934768</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-24T16:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934191#M934769</link>
      <description>Print a test page with the special option -ooptions (that's correct, -ooptions). lp is one of the only commands where there must be no spaces between an option (-o) ane the parameter (options). Something like this:&lt;BR /&gt;&lt;BR /&gt;lp -lpprinter_queue -ooptions /etc/issue&lt;BR /&gt;&lt;BR /&gt;But much more useful for JetDirect printers is the man page:&lt;BR /&gt;&lt;BR /&gt;man net_lj5x&lt;BR /&gt;&lt;BR /&gt;You'll find a enormous number of options used by the net_lj5x printer script.</description>
      <pubDate>Mon, 24 Mar 2003 18:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934191#M934769</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-24T18:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printing legal landscape in command line</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934192#M934770</link>
      <description>It worked!&lt;BR /&gt;&lt;BR /&gt;Thanks guys!</description>
      <pubDate>Mon, 24 Mar 2003 20:56:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-legal-landscape-in-command-line/m-p/2934192#M934770</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-03-24T20:56:54Z</dc:date>
    </item>
  </channel>
</rss>

