<?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 commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503869#M886871</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the common lp option for landscape is &lt;BR /&gt;&lt;BR /&gt;-o landscape&lt;BR /&gt;&lt;BR /&gt;This only works if your printer was setup with jetadmin where you can look at /etc/lp/interface/model.orig/&lt;PRINTER&gt; for additional options.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/PRINTER&gt;</description>
    <pubDate>Mon, 12 Mar 2001 14:11:56 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2001-03-12T14:11:56Z</dc:date>
    <item>
      <title>lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503866#M886868</link>
      <description>I would like to print a file in landscape instead of the default portrait.  We are utilizing remote printers.  I can currently use the lp command with a -dqueue_name to send the output to a printer.  Can I add options to the lp command to cause the output to print in landscape, etc.  Where are the options defined?&lt;BR /&gt;&lt;BR /&gt;The target printers are HP printers.</description>
      <pubDate>Mon, 12 Mar 2001 13:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503866#M886868</guid>
      <dc:creator>Roger G. Vincent</dc:creator>
      <dc:date>2001-03-12T13:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503867#M886869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;See "man lp" here you can find the options&lt;BR /&gt;for "lp". For Specific options you have to look for the /etc/lp/interface/printerscript.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Marcel</description>
      <pubDate>Mon, 12 Mar 2001 14:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503867#M886869</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2001-03-12T14:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503868#M886870</link>
      <description>Thanks for the info.  I was aware of the man on lp.  I was hoping that someone has tried doing something similar and could give me specific options.</description>
      <pubDate>Mon, 12 Mar 2001 14:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503868#M886870</guid>
      <dc:creator>Roger G. Vincent</dc:creator>
      <dc:date>2001-03-12T14:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503869#M886871</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the common lp option for landscape is &lt;BR /&gt;&lt;BR /&gt;-o landscape&lt;BR /&gt;&lt;BR /&gt;This only works if your printer was setup with jetadmin where you can look at /etc/lp/interface/model.orig/&lt;PRINTER&gt; for additional options.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/PRINTER&gt;</description>
      <pubDate>Mon, 12 Mar 2001 14:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503869#M886871</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-03-12T14:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503870#M886872</link>
      <description>To print  in landscape use:&lt;BR /&gt;&lt;BR /&gt;lp -d&lt;PRINTERNAME&gt; -olandscape &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;This option is supported on most printers. Which options are available depends on the modelscripts you are using. Have a look at the scrips stored in /etc/lp/interface/ and/or /etc/lp/interface/model.orig if you are using JetAdmin.&lt;BR /&gt;&lt;BR /&gt;If you are using a printer set up as a "raw" model then forget about the options. Raw models don't support the options.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards Stefan&lt;/FILENAME&gt;&lt;/PRINTERNAME&gt;</description>
      <pubDate>Mon, 12 Mar 2001 14:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503870#M886872</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-03-12T14:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503871#M886873</link>
      <description>ioscan is a good example:&lt;BR /&gt;&lt;BR /&gt;Note: NO SPACES&lt;BR /&gt;&lt;BR /&gt;ioscan -fnk | lp -onb -o12 -olandscape &lt;BR /&gt;&lt;BR /&gt;nb= No banner (hi I'm root)&lt;BR /&gt;12= font size pixel width&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 12 Mar 2001 14:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503871#M886873</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-12T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503872#M886874</link>
      <description>Another informationsource:&lt;BR /&gt;&lt;BR /&gt;If you have JetAdmin installed (you should when using HP printers) you could do:&lt;BR /&gt;&lt;BR /&gt;man net_lj4x&lt;BR /&gt;man net_lj5x&lt;BR /&gt;&lt;BR /&gt;there you will find a description of almost all options available - if you are using JetAdmin. Like i said, the options depend on the modelscripts you are using.&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Mon, 12 Mar 2001 14:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503872#M886874</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-03-12T14:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: lp commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503873#M886875</link>
      <description>Maybe you find somthing here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd1b56af52b04d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd1b56af52b04d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ragnar</description>
      <pubDate>Tue, 13 Mar 2001 09:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-commands/m-p/2503873#M886875</guid>
      <dc:creator>rbiorn</dc:creator>
      <dc:date>2001-03-13T09:41:08Z</dc:date>
    </item>
  </channel>
</rss>

