<?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 PCL5.nloo model script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133518#M450623</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to know some information regarding the model script files available in HP UX 11.11. &lt;BR /&gt;&lt;BR /&gt;I read about PCL5.nloo model script file in the link &lt;A href="http://docs.hp.com/en/5187-0701/ch09s02.html." target="_blank"&gt;http://docs.hp.com/en/5187-0701/ch09s02.html.&lt;/A&gt; It says PCL5.nloo is enhanced to print text file containing 2-byte and 4-byte characters. &lt;BR /&gt;&lt;BR /&gt;I used this model script for printing pcl. i gave a text file as input for this model script. It just added header and footer for pcl and the input is taken as it is. It did not do any pcl conversion of the input file. Also i agve jpg and bmp and .ps as input files to this model script, since my printer is pcl it did not understand the file an dprinted as it is.&lt;BR /&gt;&lt;BR /&gt;1. so is it possible to print image or any other (.ps) files using this model script?&lt;BR /&gt;2. Is there any other model script available in HPUX which will allow me to print image files.&lt;BR /&gt;3. will the model script available by default in HPUX, is capable of doing actual pcl conversion.&lt;BR /&gt;&lt;BR /&gt;can you please help me find the answers for the above question. if possible can oyu also provide me the link where i can get more information on this.&lt;BR /&gt; &lt;BR /&gt;please help&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 03 Oct 2008 04:39:21 GMT</pubDate>
    <dc:creator>Nivi</dc:creator>
    <dc:date>2008-10-03T04:39:21Z</dc:date>
    <item>
      <title>PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133518#M450623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to know some information regarding the model script files available in HP UX 11.11. &lt;BR /&gt;&lt;BR /&gt;I read about PCL5.nloo model script file in the link &lt;A href="http://docs.hp.com/en/5187-0701/ch09s02.html." target="_blank"&gt;http://docs.hp.com/en/5187-0701/ch09s02.html.&lt;/A&gt; It says PCL5.nloo is enhanced to print text file containing 2-byte and 4-byte characters. &lt;BR /&gt;&lt;BR /&gt;I used this model script for printing pcl. i gave a text file as input for this model script. It just added header and footer for pcl and the input is taken as it is. It did not do any pcl conversion of the input file. Also i agve jpg and bmp and .ps as input files to this model script, since my printer is pcl it did not understand the file an dprinted as it is.&lt;BR /&gt;&lt;BR /&gt;1. so is it possible to print image or any other (.ps) files using this model script?&lt;BR /&gt;2. Is there any other model script available in HPUX which will allow me to print image files.&lt;BR /&gt;3. will the model script available by default in HPUX, is capable of doing actual pcl conversion.&lt;BR /&gt;&lt;BR /&gt;can you please help me find the answers for the above question. if possible can oyu also provide me the link where i can get more information on this.&lt;BR /&gt; &lt;BR /&gt;please help&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2008 04:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133518#M450623</guid>
      <dc:creator>Nivi</dc:creator>
      <dc:date>2008-10-03T04:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133519#M450624</link>
      <description>So can you actually share the commands you ran to do this?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 03 Oct 2008 06:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133519#M450624</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-10-03T06:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133520#M450625</link>
      <description>Execute the below command from the particular directory and get the output file and print it to the printer.&lt;BR /&gt;&lt;BR /&gt;PCL5.nloo 1 root file 1 "A4" inputfile &amp;gt; outputfile&lt;BR /&gt;&lt;BR /&gt;lp -d printqueuename outputfile&lt;BR /&gt;&lt;BR /&gt;This i sthe command i used to execute the model script..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2008 07:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133520#M450625</guid>
      <dc:creator>Nivi</dc:creator>
      <dc:date>2008-10-03T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133521#M450626</link>
      <description>Well I don't think thats correct...&lt;BR /&gt;&lt;BR /&gt;You should use SAM or the lpadmin command to add a new printer queue that specifically uses the model script - not just call the model script yourself.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 03 Oct 2008 07:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133521#M450626</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-10-03T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133522#M450627</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I am using a non-hp printer. So if I try to add a print queue using SAM - HP Jet direct, the below error message appears&lt;BR /&gt;"No response from &lt;IP&gt;"&lt;BR /&gt;try to ping &lt;IP&gt; .&lt;BR /&gt;(since HP jet direct protocol is not present in my printer)&lt;BR /&gt;&lt;BR /&gt;Could you please let me know how to add a print queue with model script using lpadmin command.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Fri, 03 Oct 2008 09:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133522#M450627</guid>
      <dc:creator>Nivi</dc:creator>
      <dc:date>2008-10-03T09:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133523#M450628</link>
      <description>Hi,&lt;BR /&gt;Can anybody please help me with the answers.&lt;BR /&gt;&lt;BR /&gt;My Query which is posted:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;I would like to know some information regarding the model script files available in HP UX 11.11.&lt;BR /&gt;&lt;BR /&gt;I read about PCL5.nloo model script file in the link &lt;A href="http://docs.hp.com/en/5187-0701/ch09s02.html." target="_blank"&gt;http://docs.hp.com/en/5187-0701/ch09s02.html.&lt;/A&gt; It says PCL5.nloo is enhanced to print text file containing 2-byte and 4-byte characters.&lt;BR /&gt;&lt;BR /&gt;I used this model script for printing pcl. i gave a text file as input for this model script. It just added header and footer for pcl and the input is taken as it is. It did not do any pcl conversion of the input file. Also i agve jpg and bmp and .ps as input files to this model script, since my printer is pcl it did not understand the file an dprinted as it is.&lt;BR /&gt;&lt;BR /&gt;1. so is it possible to print image or any other (.ps) files using this model script?&lt;BR /&gt;2. Is there any other model script available in HPUX which will allow me to print image files.&lt;BR /&gt;3. will the model script available by default in HPUX, is capable of doing actual pcl conversion.&lt;BR /&gt;&lt;BR /&gt;can you please help me find the answers for the above question. if possible can oyu also provide me the link where i can get more information on this.&lt;BR /&gt;&lt;BR /&gt;Please help,&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Mon, 13 Oct 2008 10:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133523#M450628</guid>
      <dc:creator>Nivi</dc:creator>
      <dc:date>2008-10-13T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133524#M450629</link>
      <description>"&lt;BR /&gt;I used this model script for printing pcl. i gave a text file as input for this model script. It just added header and footer for pcl and the input is taken as it is. It did not do any pcl conversion of the input file. Also i agve jpg and bmp and .ps as input files to this model script, since my printer is pcl it did not understand the file an dprinted as it is.&lt;BR /&gt;&lt;BR /&gt;1. so is it possible to print image or any other (.ps) files using this model script?"&lt;BR /&gt;&lt;BR /&gt;**** It prints text files to PCL printers (see #2).&lt;BR /&gt;&lt;BR /&gt;2. Is there any other model script available in HPUX which will allow me to print image files."&lt;BR /&gt;&lt;BR /&gt;*** The printer model scripts *don't* (usually) do conversions, they setup the printers to print the already-processed files.&lt;BR /&gt;&lt;BR /&gt;3. will the model script available by default in HPUX, is capable of doing actual pcl conversion. &lt;BR /&gt;&lt;BR /&gt;(see #2)&lt;BR /&gt;&lt;BR /&gt;can you please help me find the answers for the above question. if possible can oyu also provide me the link where i can get more information on this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You might look at ghostscript for conversions...I don't know which formats is supports however.</description>
      <pubDate>Mon, 13 Oct 2008 13:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133524#M450629</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-13T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133525#M450630</link>
      <description>if you aren't installing a "jet-direct" capable printer, then it should be installed as a remote printer. &lt;BR /&gt;&lt;BR /&gt;if it is a network printer, then it should have answered the ping anyway, although it may not respond to the "community name" stuff properly.&lt;BR /&gt;&lt;BR /&gt;some non-hp printers function quite nicely w/ hpux provided you do have a jet-direct interface.&lt;BR /&gt;&lt;BR /&gt;It might be helpful if you provided some information as to what you were trying to accomplish, as opposed to what you want to do.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2008 14:58:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133525#M450630</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-13T14:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133526#M450631</link>
      <description>&amp;gt; 1. so is it possible to print image or any other (.ps) files using this model script?&lt;BR /&gt; &lt;BR /&gt;No.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 2. Is there any other model script available in HPUX which will allow me to print image files.&lt;BR /&gt; &lt;BR /&gt;No.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 3. will the model script available by default in HPUX, is capable of doing actual pcl conversion.&lt;BR /&gt; &lt;BR /&gt;PCL is nothing more than ASCII with optional enhancements. So ASCII is the base for PCL. But your questions all center on taking some binary data such as .jpg, and .bmp and converting them to a dot image suitable for for your printer. This is a very complex task and not something that any printer script will accomplish. The nloo is *ONLY* used to convert highly complex character sets such as Asian and display the appropriate character form.&lt;BR /&gt; &lt;BR /&gt;Unlike PCs where there are many, many programs to convert graphics into printer-compatible codes, HP-UX just sends the file to the printer with a few optional before-and-after codes. You need to download Ghostscript if you want to convert Postscript files to PCL, and ImageMagick for all the picture formats:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/ImageMagick-6.4.4/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/ImageMagick-6.4.4/&lt;/A&gt;</description>
      <pubDate>Mon, 13 Oct 2008 23:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133526#M450631</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-10-13T23:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: PCL5.nloo model script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133527#M450632</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks to all.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help. &lt;BR /&gt;I wanted to know what basically a model script will do. Your reply was very useful hence closing this thread.</description>
      <pubDate>Thu, 16 Oct 2008 11:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pcl5-nloo-model-script/m-p/5133527#M450632</guid>
      <dc:creator>Nivi</dc:creator>
      <dc:date>2008-10-16T11:49:15Z</dc:date>
    </item>
  </channel>
</rss>

