<?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: Generic landscape compressed printer script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483705#M847403</link>
    <description>Addendum-&lt;BR /&gt; &lt;BR /&gt;To use my new option would be-&lt;BR /&gt; &lt;BR /&gt;lp -olpr myfile&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Fri, 11 Feb 2005 10:11:40 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2005-02-11T10:11:40Z</dc:date>
    <item>
      <title>Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483701#M847399</link>
      <description>Hello &lt;BR /&gt;&lt;BR /&gt;I am looking for a landscape compressed scrpit. I have a generic portrait compressed script already.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.</description>
      <pubDate>Fri, 11 Feb 2005 09:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483701#M847399</guid>
      <dc:creator>rajiv mehta</dc:creator>
      <dc:date>2005-02-11T09:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483702#M847400</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can't you use your portrait script?&lt;BR /&gt;Option is -olandscape&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar</description>
      <pubDate>Fri, 11 Feb 2005 09:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483702#M847400</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-02-11T09:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483703#M847401</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indeed&lt;BR /&gt;&lt;BR /&gt;Normal script&lt;BR /&gt;&lt;BR /&gt;-olandscape or -oportrait&lt;BR /&gt;&lt;BR /&gt;-oc&lt;BR /&gt;&lt;BR /&gt;Its compressed&lt;BR /&gt;&lt;BR /&gt;Else you use a script - check for the landscape option and put it on by default&lt;BR /&gt;&lt;BR /&gt;if [ "$orientation" = "l" ] # If orientation is landscape&lt;BR /&gt;&lt;BR /&gt;Thus set orientation="l" instead of&lt;BR /&gt; orientation="def"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Steve Steel</description>
      <pubDate>Fri, 11 Feb 2005 10:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483703#M847401</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-02-11T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483704#M847402</link>
      <description>I added the following after the "landscape)" clause in the printer driver script-&lt;BR /&gt; &lt;BR /&gt;lpr) # print in landscape 66lpp/132cols&lt;BR /&gt; orientation="l"&lt;BR /&gt; pitch="c"&lt;BR /&gt; textlen="66"&lt;BR /&gt; lpi="def"&lt;BR /&gt; hsi="9"&lt;BR /&gt; vsi="5";;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 11 Feb 2005 10:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483704#M847402</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-02-11T10:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483705#M847403</link>
      <description>Addendum-&lt;BR /&gt; &lt;BR /&gt;To use my new option would be-&lt;BR /&gt; &lt;BR /&gt;lp -olpr myfile&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 11 Feb 2005 10:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483705#M847403</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-02-11T10:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483706#M847404</link>
      <description>I chamged the orientation to "l" in the script and it failed.&lt;BR /&gt;&lt;BR /&gt;I have attached the landscape script.</description>
      <pubDate>Fri, 11 Feb 2005 12:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483706#M847404</guid>
      <dc:creator>rajiv mehta</dc:creator>
      <dc:date>2005-02-11T12:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Generic landscape compressed printer script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483707#M847405</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;from your script:&lt;BR /&gt;&lt;BR /&gt;portrait) # print in portrait mode&lt;BR /&gt;      orientation="l";;&lt;BR /&gt;landscape) # print in landscape mode&lt;BR /&gt;      orientation="l";;&lt;BR /&gt;&lt;BR /&gt;You should check it&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Fri, 11 Feb 2005 12:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/generic-landscape-compressed-printer-script/m-p/3483707#M847405</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-02-11T12:35:24Z</dc:date>
    </item>
  </channel>
</rss>

