<?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 problem with large postscript files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205635#M167484</link>
    <description>You'll have to eliminate as much software as possible. Start by saving the Postscript file to disk (don't print from your application). Then turn on Postscript error reporting on your printer (front panel setting). Examine Postscript file with head to see if the headers contain a version (Postscript version 1, 2, 3, etc) and that the file is plain ASCII. Now use lp -oraw to print the file. What's the result? If OK, your application probably needs rewriting.&lt;BR /&gt; &lt;BR /&gt;How is the printer connected to your Convex machine? Is the printer remote (ie, on a server such as NT or Linux) or does the printer have it's own network card? To avoid remote print server compatibility issues, change the printer to an HP JetDirect card and use JetAdmin to configue the printer. Then you can print direct to the printer with hpnpf.</description>
    <pubDate>Mon, 01 Mar 2004 08:52:49 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-03-01T08:52:49Z</dc:date>
    <item>
      <title>Printing problem with large postscript files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205634#M167483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we have with printing large postscript files on a S-Class (HP-UX 10.01/ SPP-UX 5.3 :-) ).&lt;BR /&gt;&lt;BR /&gt;We can print textfiles an small postscript files without problem. But large files disappear without any error.&lt;BR /&gt;&lt;BR /&gt;It is not a printer problem, he works fine on other workstations.&lt;BR /&gt;&lt;BR /&gt;Do you have an idea to discover or solve the problem?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;jan</description>
      <pubDate>Mon, 01 Mar 2004 07:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205634#M167483</guid>
      <dc:creator>Jan Hawes_3</dc:creator>
      <dc:date>2004-03-01T07:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem with large postscript files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205635#M167484</link>
      <description>You'll have to eliminate as much software as possible. Start by saving the Postscript file to disk (don't print from your application). Then turn on Postscript error reporting on your printer (front panel setting). Examine Postscript file with head to see if the headers contain a version (Postscript version 1, 2, 3, etc) and that the file is plain ASCII. Now use lp -oraw to print the file. What's the result? If OK, your application probably needs rewriting.&lt;BR /&gt; &lt;BR /&gt;How is the printer connected to your Convex machine? Is the printer remote (ie, on a server such as NT or Linux) or does the printer have it's own network card? To avoid remote print server compatibility issues, change the printer to an HP JetDirect card and use JetAdmin to configue the printer. Then you can print direct to the printer with hpnpf.</description>
      <pubDate>Mon, 01 Mar 2004 08:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205635#M167484</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-03-01T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem with large postscript files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205636#M167485</link>
      <description>&amp;gt; ...&lt;BR /&gt;&amp;gt; Now use lp -oraw to print the file. What's&lt;BR /&gt;&amp;gt; the result? If OK, your application&lt;BR /&gt;&amp;gt; probably needs rewriting.&lt;BR /&gt;it is our own software, it creates a ps file and prints it via a shell script. If I add "-oraw" it works.&lt;BR /&gt;We have these configuration (convex + workstation + printer) six times and only one needs these option do you know why?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How is the printer connected to your Convex&lt;BR /&gt;&amp;gt; machine?&lt;BR /&gt;It is a remote printer on a HP-UX 10.20 Workstation which is directly connected to the printer.</description>
      <pubDate>Mon, 01 Mar 2004 10:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205636#M167485</guid>
      <dc:creator>Jan Hawes_3</dc:creator>
      <dc:date>2004-03-01T10:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printing problem with large postscript files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205637#M167486</link>
      <description>-oraw is an option to all printer model scripts that tells the script not to change anything in the file. I would delet the printer and add it back again (thru SAM) because it sounds like the local system may be adding something. Since the remote print server is HP-UX, any -o options to lp are interpreted at the print server location. Not sure why the remote server interprets your local machine differently than others. If all your printing is done with lp, you could create a a special script called lps which just runs lp but adds the -oraw option.</description>
      <pubDate>Mon, 01 Mar 2004 12:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-problem-with-large-postscript-files/m-p/3205637#M167486</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-03-01T12:31:12Z</dc:date>
    </item>
  </channel>
</rss>

