<?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: re: Image Utility Program Devices in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896111#M403254</link>
    <description>HP-UX uses SysV printing which is based on small minicomputers from decades ago. In other words, HP-UX provides no special features for printers at all. Instead, printer scripts are used to provide some basic printer controls like duplex or landscape, etc.&lt;BR /&gt;&lt;BR /&gt;It's really important to check applications for compatibility. Unlike Windows where programs communicate in a printer meta-language and the driver then formats the job according to the printer's capability, HP-UX provides nothing. So your program must have been written (or updated) to support these new printers. It's been my experience that programs that have imbedded control codes only work with very old printers. &lt;BR /&gt; &lt;BR /&gt;I did lookup IUP devices but HP's website has nothing. Do you have a model number? &lt;BR /&gt;</description>
    <pubDate>Thu, 14 Apr 2005 10:53:06 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-04-14T10:53:06Z</dc:date>
    <item>
      <title>re: Image Utility Program Devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896110#M403253</link>
      <description>Has anyone successfully dealt with the installation and configuring of the new HP line of laserjet devices known as Image Utility Program Devices or IUP.&lt;BR /&gt;Namely I am concerned with the correct UNIX configurations and interfaces used for UNIX application printing. &lt;BR /&gt;Simple ascii output to the printers functions normally, however, those application which have imbedded printer control commands fail to print correctly. &lt;BR /&gt;HELP!!!&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 05:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896110#M403253</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-14T05:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: re: Image Utility Program Devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896111#M403254</link>
      <description>HP-UX uses SysV printing which is based on small minicomputers from decades ago. In other words, HP-UX provides no special features for printers at all. Instead, printer scripts are used to provide some basic printer controls like duplex or landscape, etc.&lt;BR /&gt;&lt;BR /&gt;It's really important to check applications for compatibility. Unlike Windows where programs communicate in a printer meta-language and the driver then formats the job according to the printer's capability, HP-UX provides nothing. So your program must have been written (or updated) to support these new printers. It's been my experience that programs that have imbedded control codes only work with very old printers. &lt;BR /&gt; &lt;BR /&gt;I did lookup IUP devices but HP's website has nothing. Do you have a model number? &lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 10:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896111#M403254</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-14T10:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: re: Image Utility Program Devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896112#M403255</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Yes, 4250tn, 5500dn, 4350, 9050mfp are the various models. I am most interested in the &lt;BR /&gt;4250tn and the 4350 as these are set to be accessed by the HPUX software.&lt;BR /&gt;I have been all over the documentation and as you pointed out there is little to be found. &lt;BR /&gt;We were told that it would be the same as a laserjet 5si but the interface scripts do not satisfy the needs for these printers, i.e., the print requests work fine on the 5si&lt;BR /&gt;but even with the same interface script the y fail on the 4250tn.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2005 13:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896112#M403255</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-14T13:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: re: Image Utility Program Devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896113#M403256</link>
      <description>It looks like the application program is producing PCL codes that are incompatible with the new printers. HP LaserJets are targeted to WIndows environments where a true driver does all the correct code conversion. While basic PCL codes are backward compatible, it appears that these new printers will require a re-write of the apps. Although the printer scripts are lengthy, there is no code inside the scripts that filters or translates PCL codes inside the print job. You'll have to contact the application vendor to get the new printers supported.</description>
      <pubDate>Thu, 14 Apr 2005 22:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896113#M403256</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-04-14T22:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: re: Image Utility Program Devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896114#M403257</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information.&lt;BR /&gt;Not a pleasant thought but an alternative.</description>
      <pubDate>Fri, 15 Apr 2005 04:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896114#M403257</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-15T04:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: re: Image Utility Program Devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896115#M403258</link>
      <description>Closing</description>
      <pubDate>Fri, 15 Apr 2005 04:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-image-utility-program-devices/m-p/4896115#M403258</guid>
      <dc:creator>Eugene Klaus</dc:creator>
      <dc:date>2005-04-15T04:59:10Z</dc:date>
    </item>
  </channel>
</rss>

