<?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: Full duplex printing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646339#M44918</link>
    <description>Thank you all for your suggestions.&lt;BR /&gt;Im pretty sure I now know how to do it.&lt;BR /&gt;&lt;BR /&gt;Luke</description>
    <pubDate>Thu, 17 Jan 2002 08:56:26 GMT</pubDate>
    <dc:creator>Luke Morgan</dc:creator>
    <dc:date>2002-01-17T08:56:26Z</dc:date>
    <item>
      <title>Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646333#M44912</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Apologies if this is a lame question.&lt;BR /&gt;I have been asked if my UNIX box can print&lt;BR /&gt;full duplex to an HP 4100c printer...&lt;BR /&gt;The box is running HPUX 10.20.&lt;BR /&gt;I am assuming that it won't have a problem,&lt;BR /&gt;but can anyone confirm or deny this for me please. &lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Luke</description>
      <pubDate>Wed, 16 Jan 2002 15:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646333#M44912</guid>
      <dc:creator>Luke Morgan</dc:creator>
      <dc:date>2002-01-16T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646334#M44913</link>
      <description>What do you mean "full duplex printing"?  Are you talking about 2-sided printing?  If so, then yes it should work.  It will depend entirely on the model script you use and if duplex printing is a supported option in the model script.</description>
      <pubDate>Wed, 16 Jan 2002 15:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646334#M44913</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-01-16T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646335#M44914</link>
      <description>Hi Luke:&lt;BR /&gt;&lt;BR /&gt;I'm a little confused by your term 'full duplex' since that would have meaning only in network protocols. I suspect that you mean simply 'duplex' - two-sided printing. If the latter, then that depends upon the interface file that you choose. Look in your interface for 'duplex' and that will show you which -o option to use.&lt;BR /&gt;&lt;BR /&gt;Typically the command is something like&lt;BR /&gt;lp -dmyprinter -o duplex myfile&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 15:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646335#M44914</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-16T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646336#M44915</link>
      <description>Yeah, I did mean two-sided.&lt;BR /&gt;Apologies for the term used, should have &lt;BR /&gt;thought about it. Just copied the request&lt;BR /&gt;I was sent.</description>
      <pubDate>Wed, 16 Jan 2002 15:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646336#M44915</guid>
      <dc:creator>Luke Morgan</dc:creator>
      <dc:date>2002-01-16T15:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646337#M44916</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use -odouble or -oduplex for double side printing..&lt;BR /&gt;&lt;BR /&gt;lp -d&lt;PRINTER name=""&gt; -o double filename&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;/PRINTER&gt;</description>
      <pubDate>Wed, 16 Jan 2002 15:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646337#M44916</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-16T15:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646338#M44917</link>
      <description>If you installed the printer using JetAdmin, you can&lt;BR /&gt;get a complete list of the options the interface script&lt;BR /&gt;supports by doing a "man net_ljx000" or somesuch.&lt;BR /&gt;Look in /opt/hpnp/man/man1/ for the man pages&lt;BR /&gt;that were installed with JetAdmin.  The option is&lt;BR /&gt;typically "lp -oduplex filename".&lt;BR /&gt;&lt;BR /&gt;This presumes, of course, that the printer&lt;BR /&gt;has a duplexer unit installed.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 19:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646338#M44917</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-01-16T19:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Full duplex printing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646339#M44918</link>
      <description>Thank you all for your suggestions.&lt;BR /&gt;Im pretty sure I now know how to do it.&lt;BR /&gt;&lt;BR /&gt;Luke</description>
      <pubDate>Thu, 17 Jan 2002 08:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-duplex-printing/m-p/2646339#M44918</guid>
      <dc:creator>Luke Morgan</dc:creator>
      <dc:date>2002-01-17T08:56:26Z</dc:date>
    </item>
  </channel>
</rss>

