<?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: lp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827055#M940664</link>
    <description>Trystan,&lt;BR /&gt;&lt;BR /&gt;In theory, at least, the command would be "lp -o land".&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 16 Oct 2002 13:15:16 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-10-16T13:15:16Z</dc:date>
    <item>
      <title>lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827053#M940662</link>
      <description>Hi,&lt;BR /&gt;Does any one know how to print in landscape using the standard lp command. I have looked everywhere in the man pages without success.&lt;BR /&gt;Thanks,&lt;BR /&gt;Trystan</description>
      <pubDate>Wed, 16 Oct 2002 13:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827053#M940662</guid>
      <dc:creator>trystan macdonald</dc:creator>
      <dc:date>2002-10-16T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827054#M940663</link>
      <description>Try ..&lt;BR /&gt;$ lp -d&lt;PRINTERNAME&gt; -olandscape &lt;FILENAME&gt;&lt;/FILENAME&gt;&lt;/PRINTERNAME&gt;</description>
      <pubDate>Wed, 16 Oct 2002 13:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827054#M940663</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-16T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827055#M940664</link>
      <description>Trystan,&lt;BR /&gt;&lt;BR /&gt;In theory, at least, the command would be "lp -o land".&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 16 Oct 2002 13:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827055#M940664</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-16T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827056#M940665</link>
      <description>Hi Trystan,&lt;BR /&gt;&lt;BR /&gt;It depends on the model script for the printer, but if you are using an HP LaserJet you should be able to do this:&lt;BR /&gt;&lt;BR /&gt;lp -dprinter -o landscape somefile&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 13:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827056#M940665</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-16T13:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827057#M940666</link>
      <description>Probably without the space between o and land, lp is funny about that sometimes.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 16 Oct 2002 13:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827057#M940666</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-16T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827058#M940667</link>
      <description>If you printer interface supports , then you need to use &lt;BR /&gt;&lt;BR /&gt;lp - o landscape &amp;lt; file name &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 16 Oct 2002 13:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827058#M940667</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-16T13:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827059#M940668</link>
      <description>As previously noted, the printer model scripts have usage information.  Often this printed on the header sheet of print jobs.  If you look in the directory /usr/lib/lp/model (/usr/spool/lp/model on some systems) you will find a script for each of many models of printer that is supported. Look for the one that most closely matches your printer, and view that file with more, vi, etc.  You will see more options than you ever wanted.&lt;BR /&gt;&lt;BR /&gt;Looking at the script for a Laserjet 5 si, for example, there is a line:&lt;BR /&gt;-land | land | -landscape | landscape) # select landscape orientation&lt;BR /&gt;&lt;BR /&gt;that shows that 'lp -o landscape' or minor variations of that selects landscape orientation.  These can vary a bit from release to release, so check the file on your system for the definitive answer for your printer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The reason these are not in the manual pages is that some of the options vary from model to model.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 11:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp/m-p/2827059#M940668</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2002-10-17T11:25:12Z</dc:date>
    </item>
  </channel>
</rss>

