<?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: Landscape printing from HPUX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404374#M201523</link>
    <description>Can't have it both ways. If you need 132 columns of text on a single piece of paper then the font has to be reduced in size. Now the option -o c is a shorthand way to specify 16.667 font pitch and height. If you look at the man pages for network printers (ie, man net_lj5x) you'll see there are numerous options to specify the font pitch, lines per inch, etc. These reports were probably designed decades ago for green-bar 14" wide paper and now the users want the same thing on just 8" (or 11" in landscape).&lt;BR /&gt; &lt;BR /&gt;The options you'll need to play with are:&lt;BR /&gt; &lt;BR /&gt;-o height&lt;BR /&gt;-o lpi&lt;BR /&gt;-o hsi&lt;BR /&gt;-o vsi&lt;BR /&gt;-o fp&lt;BR /&gt;&lt;BR /&gt;Note that smoe of the above options interact with others so you'll need to read the PCL reference manual on font specifications and then experiment with the best combination. Note that if this a pre-designed report with page headers, footers and page eject codes, it will take a fair amount of work to make it come out in an acceptable manner.&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Wed, 20 Oct 2004 14:22:17 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-10-20T14:22:17Z</dc:date>
    <item>
      <title>Landscape printing from HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404370#M201519</link>
      <description>I am attemping to print a text file which is a 132 column report. When I issue a lp -d q_name -o landsscape f_name, it will print the file landscape but some of the information is cut off. I then tried to print the same file with the -o c option and now all 132 columns show up, however, in compress-mode, the font is so small that many of my users now have to break-out their reading glasses. Is there some other way to get landscaping to work. My printers are mostly HP laserjets and when using hppi to set them up, I chose net_lj4x as my script file.&lt;BR /&gt;&lt;BR /&gt;thannks,&lt;BR /&gt;&lt;BR /&gt;feeling-and-now-looking-old joe.</description>
      <pubDate>Wed, 20 Oct 2004 12:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404370#M201519</guid>
      <dc:creator>Joe Bozen</dc:creator>
      <dc:date>2004-10-20T12:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Landscape printing from HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404371#M201520</link>
      <description>I added the following into the interface file "/etc/lp/interface/model.orig/yourprinter". This allowed me to do a -olpr which prints landscape plus the correct sizing for 8.5 x 11 paper.&lt;BR /&gt; &lt;BR /&gt;    landscape) # print in landscape mode&lt;BR /&gt;      orientation="l";;&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"                                 # reset, if specified.&lt;BR /&gt;      hsi="9"&lt;BR /&gt;      vsi="5";;&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 20 Oct 2004 12:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404371#M201520</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-10-20T12:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Landscape printing from HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404372#M201521</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;Check this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=133001" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=133001&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 20 Oct 2004 12:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404372#M201521</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-20T12:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Landscape printing from HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404373#M201522</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;Do you want to try&lt;BR /&gt;&lt;BR /&gt;lp -o eolwrap -o landscape -dprinter_name file_to_print&lt;BR /&gt;&lt;BR /&gt;Here printe_name is the name of the printer. eolwrap would wrap the line instead of cutting it off. &lt;BR /&gt;&lt;BR /&gt;Your other choice is to change the font so that it prints landscape and still fits into one line.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 12:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404373#M201522</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-10-20T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Landscape printing from HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404374#M201523</link>
      <description>Can't have it both ways. If you need 132 columns of text on a single piece of paper then the font has to be reduced in size. Now the option -o c is a shorthand way to specify 16.667 font pitch and height. If you look at the man pages for network printers (ie, man net_lj5x) you'll see there are numerous options to specify the font pitch, lines per inch, etc. These reports were probably designed decades ago for green-bar 14" wide paper and now the users want the same thing on just 8" (or 11" in landscape).&lt;BR /&gt; &lt;BR /&gt;The options you'll need to play with are:&lt;BR /&gt; &lt;BR /&gt;-o height&lt;BR /&gt;-o lpi&lt;BR /&gt;-o hsi&lt;BR /&gt;-o vsi&lt;BR /&gt;-o fp&lt;BR /&gt;&lt;BR /&gt;Note that smoe of the above options interact with others so you'll need to read the PCL reference manual on font specifications and then experiment with the best combination. Note that if this a pre-designed report with page headers, footers and page eject codes, it will take a fair amount of work to make it come out in an acceptable manner.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 14:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404374#M201523</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-20T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Landscape printing from HPUX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404375#M201524</link>
      <description>Well, I am happy to say that I am able to pitch those dorky glasses that just made me look funny.&lt;BR /&gt;&lt;BR /&gt;I've decided to modify the model.orig files for my printers. All the columns now fit within the 132 column width and the font while its still a little small is 100% better than before. I will continue to tweek my settings.&lt;BR /&gt;&lt;BR /&gt;thanks again to all the suggestions.&lt;BR /&gt;&lt;BR /&gt;joe...</description>
      <pubDate>Wed, 20 Oct 2004 15:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/landscape-printing-from-hpux-11-23/m-p/3404375#M201524</guid>
      <dc:creator>Joe Bozen</dc:creator>
      <dc:date>2004-10-20T15:07:42Z</dc:date>
    </item>
  </channel>
</rss>

