<?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: forcing single-sided printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910389#M933237</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)On the printer in the print menu double sided is on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)The word is simplex&lt;BR /&gt;&lt;BR /&gt;lp -dprinter -osimplex file&lt;BR /&gt;&lt;BR /&gt;Then duplex for 2 sides&lt;BR /&gt;&lt;BR /&gt;see /etc/lp/interface/model.orig/printer&lt;BR /&gt;&lt;BR /&gt;   echo "********* Option Summary *********"&lt;BR /&gt;   echo "(see \"man net_lj4x\" for details)\n"&lt;BR /&gt;   echo "\033&amp;amp;k2S\c"      # use compressed font&lt;BR /&gt;   echo "auto (default), postscript, pcl, hpgl2, hpgl2_p, raw, relay"&lt;BR /&gt;   echo "manual, tray1, tray2, tray3 "&lt;BR /&gt;   echo "legal, letter, A4, exec, ledger/11x17, com10"&lt;BR /&gt;   echo "yb, nb                     bin1, bin2"&lt;BR /&gt;   echo "dpi#                       simplex, duplex, hduplex "&lt;BR /&gt;   echo "2up, 2+, 4up (hpux only)   portrait, landscape "&lt;BR /&gt;   echo "color, gray                "&lt;BR /&gt;   echo "ascii,text                 econo# (#=on/off)"&lt;BR /&gt;               # draw box&lt;BR /&gt;  echo "\033&amp;amp;a"$boxtopY"v"$boxleftX"H\033*c4h1440v0P\033*c2880h4v0P\c"&lt;BR /&gt;  echo "\033&amp;amp;a"$boxbottomY"v"$boxleftX"H\033*c2880h4v0P\c"&lt;BR /&gt;  echo "\033&amp;amp;a"$boxtopY"v"$boxrightX"H\033*c4h1440v0P\c"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the script look for  &lt;BR /&gt;duplex="def"&lt;BR /&gt;&lt;BR /&gt;and replace with&lt;BR /&gt;&lt;BR /&gt;duplex="simplex"&lt;BR /&gt;&lt;BR /&gt;Then always 1 sided print.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                Steve Steel&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Feb 2003 15:54:00 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2003-02-21T15:54:00Z</dc:date>
    <item>
      <title>forcing single-sided printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910386#M933234</link>
      <description>I have a user printing from an L3000 to an HP network printer. The printer is forcing double-sided printing. I can find no options within the lp command or the driver file to force that back to single-sided. Any suggestions?</description>
      <pubDate>Fri, 21 Feb 2003 14:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910386#M933234</guid>
      <dc:creator>Vball23</dc:creator>
      <dc:date>2003-02-21T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: forcing single-sided printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910387#M933235</link>
      <description>Many model scripts can *print* a summary of the options which they recognize:&lt;BR /&gt;&lt;BR /&gt;lp -d&lt;PRINTER&gt; -ooptions somedummytextfile&lt;/PRINTER&gt;</description>
      <pubDate>Fri, 21 Feb 2003 15:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910387#M933235</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-02-21T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: forcing single-sided printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910388#M933236</link>
      <description>This is probably the default behavior of the printer itself.  This can usually be fixed from the LCD display of the printer itself, or whatever workstation is running the management utility for that printer.  LP services on Unix are pretty 'dumb' compared to those available in the Windows environment.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 21 Feb 2003 15:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910388#M933236</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2003-02-21T15:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: forcing single-sided printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910389#M933237</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)On the printer in the print menu double sided is on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)The word is simplex&lt;BR /&gt;&lt;BR /&gt;lp -dprinter -osimplex file&lt;BR /&gt;&lt;BR /&gt;Then duplex for 2 sides&lt;BR /&gt;&lt;BR /&gt;see /etc/lp/interface/model.orig/printer&lt;BR /&gt;&lt;BR /&gt;   echo "********* Option Summary *********"&lt;BR /&gt;   echo "(see \"man net_lj4x\" for details)\n"&lt;BR /&gt;   echo "\033&amp;amp;k2S\c"      # use compressed font&lt;BR /&gt;   echo "auto (default), postscript, pcl, hpgl2, hpgl2_p, raw, relay"&lt;BR /&gt;   echo "manual, tray1, tray2, tray3 "&lt;BR /&gt;   echo "legal, letter, A4, exec, ledger/11x17, com10"&lt;BR /&gt;   echo "yb, nb                     bin1, bin2"&lt;BR /&gt;   echo "dpi#                       simplex, duplex, hduplex "&lt;BR /&gt;   echo "2up, 2+, 4up (hpux only)   portrait, landscape "&lt;BR /&gt;   echo "color, gray                "&lt;BR /&gt;   echo "ascii,text                 econo# (#=on/off)"&lt;BR /&gt;               # draw box&lt;BR /&gt;  echo "\033&amp;amp;a"$boxtopY"v"$boxleftX"H\033*c4h1440v0P\033*c2880h4v0P\c"&lt;BR /&gt;  echo "\033&amp;amp;a"$boxbottomY"v"$boxleftX"H\033*c2880h4v0P\c"&lt;BR /&gt;  echo "\033&amp;amp;a"$boxtopY"v"$boxrightX"H\033*c4h1440v0P\c"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the script look for  &lt;BR /&gt;duplex="def"&lt;BR /&gt;&lt;BR /&gt;and replace with&lt;BR /&gt;&lt;BR /&gt;duplex="simplex"&lt;BR /&gt;&lt;BR /&gt;Then always 1 sided print.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                Steve Steel&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 15:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forcing-single-sided-printing/m-p/2910389#M933237</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-02-21T15:54:00Z</dc:date>
    </item>
  </channel>
</rss>

