<?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: Printing problems from HP-UX to NT in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446025#M9368</link>
    <description>rlp is a problem because it is not easy to manipulate the data file supplied to the lp interface script. &lt;BR /&gt;&lt;BR /&gt;Can you use Andrew's solution or reconfigure the printers at add &lt;CR&gt; as I mentioned above?&lt;BR /&gt;&lt;/CR&gt;</description>
    <pubDate>Mon, 18 Sep 2000 14:05:20 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2000-09-18T14:05:20Z</dc:date>
    <item>
      <title>Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446018#M9361</link>
      <description>We want to print all or documents via a Windows NT 4.0 print server. To do this, we defined a remote printer on HP-UX. This works, except for some documents generated from one specific application.&lt;BR /&gt;This application generates plane text files with some PCL control characters at the beginning. Th output on the printer only shows the first line of text. When i manually put the ^M character at the end of each line of the job (in de request-folder) it prints out OK.&lt;BR /&gt;Is there a way to solve this?</description>
      <pubDate>Mon, 18 Sep 2000 13:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446018#M9361</guid>
      <dc:creator>B. Boxma</dc:creator>
      <dc:date>2000-09-18T13:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446019#M9362</link>
      <description>What method does your interface script (/etc/lp/interface/&lt;QUEUE name=""&gt; use for sending data to the NT server? Is it 'rlp', 'hpnpf' or something different?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/QUEUE&gt;</description>
      <pubDate>Mon, 18 Sep 2000 13:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446019#M9362</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-18T13:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446020#M9363</link>
      <description>Just a thought...is the printer set up for PCL??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2000 13:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446020#M9363</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-09-18T13:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446021#M9364</link>
      <description>One possible solution is to configure the printers to 'Append CR to LF'. This is an option for HP Laser printers.</description>
      <pubDate>Mon, 18 Sep 2000 13:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446021#M9364</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-18T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446022#M9365</link>
      <description>What may be going on is the EOL/EOF difference. Windows/NT uses an ASCII carriage return (^M) and then a line feed (^J) at the end of each line. UNIX uses only the ASCII line-feed character (^J) at the end of each line.&lt;BR /&gt;&lt;BR /&gt;If you use the ux2dos command on the UNIX file, it will convert to the required control characters that NT will understand.&lt;BR /&gt;&lt;BR /&gt;#ux2dos unix_file &amp;gt; nt_file&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2000 13:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446022#M9365</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-09-18T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446023#M9366</link>
      <description>John,&lt;BR /&gt;My interface script uses rlp for sending data to the NT server.</description>
      <pubDate>Mon, 18 Sep 2000 13:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446023#M9366</guid>
      <dc:creator>B. Boxma</dc:creator>
      <dc:date>2000-09-18T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446024#M9367</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if it is possible to modify the print command of your application try:&lt;BR /&gt;ux2dos &lt;FILE&gt; | lp .....&lt;BR /&gt;This will add the CR's&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/FILE&gt;</description>
      <pubDate>Mon, 18 Sep 2000 13:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446024#M9367</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-18T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446025#M9368</link>
      <description>rlp is a problem because it is not easy to manipulate the data file supplied to the lp interface script. &lt;BR /&gt;&lt;BR /&gt;Can you use Andrew's solution or reconfigure the printers at add &lt;CR&gt; as I mentioned above?&lt;BR /&gt;&lt;/CR&gt;</description>
      <pubDate>Mon, 18 Sep 2000 14:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446025#M9368</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-18T14:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problems from HP-UX to NT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446026#M9369</link>
      <description>Thank you all for looking at this problem.&lt;BR /&gt;I solved it by using the command "ux2dos" which works fine.&lt;BR /&gt;I couldn't find how to set the printer to add linefeeds (my printer is a laserjet 4).</description>
      <pubDate>Mon, 18 Sep 2000 14:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problems-from-hp-ux-to-nt/m-p/2446026#M9369</guid>
      <dc:creator>B. Boxma</dc:creator>
      <dc:date>2000-09-18T14:11:36Z</dc:date>
    </item>
  </channel>
</rss>

