<?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: Formfeeds Ignored On Printer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680105#M52878</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What type of printers and which model script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may need to get this printer to formfeed by using the following options:&lt;BR /&gt;lp -dname -ol66 -otl60 file&lt;BR /&gt;&lt;BR /&gt;-ol = pagelen 66&lt;BR /&gt;-otl60 = textlen 60&lt;BR /&gt;&lt;BR /&gt;Vary as required&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         Steve Steel&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Mar 2002 11:01:01 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-03-11T11:01:01Z</dc:date>
    <item>
      <title>Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680104#M52877</link>
      <description>We have two continuous form printers, hanging off Hp Jet Directs. When I print from Unix, formfeeds are ignored. I have stopped the queues to see whether the formfeeds are in the files being printed (they are) but when they are printed the printer does not feed and outputs are one after another with no gaps. Any suggestions ?</description>
      <pubDate>Mon, 11 Mar 2002 10:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680104#M52877</guid>
      <dc:creator>Radnour Acton-Page_1</dc:creator>
      <dc:date>2002-03-11T10:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680105#M52878</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What type of printers and which model script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may need to get this printer to formfeed by using the following options:&lt;BR /&gt;lp -dname -ol66 -otl60 file&lt;BR /&gt;&lt;BR /&gt;-ol = pagelen 66&lt;BR /&gt;-otl60 = textlen 60&lt;BR /&gt;&lt;BR /&gt;Vary as required&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         Steve Steel&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Mar 2002 11:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680105#M52878</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-03-11T11:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680106#M52879</link>
      <description>What is the type of file you are printing and what command you are using to take print?&lt;BR /&gt;&lt;BR /&gt;-Vijay</description>
      <pubDate>Mon, 11 Mar 2002 11:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680106#M52879</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-11T11:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680107#M52880</link>
      <description>Hi Steve&lt;BR /&gt;&lt;BR /&gt;The two printers are a Tally 2240 and an Epson DFX-8500.&lt;BR /&gt;&lt;BR /&gt;I am using the dumbcr model.</description>
      <pubDate>Mon, 11 Mar 2002 11:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680107#M52880</guid>
      <dc:creator>Radnour Acton-Page_1</dc:creator>
      <dc:date>2002-03-11T11:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680108#M52881</link>
      <description>If you're using a "dumb" printer script model, somewhere in the script it should look like this ..&lt;BR /&gt;&lt;BR /&gt;......&lt;BR /&gt;i=1 &lt;BR /&gt;while [ $i -le $copies ] &lt;BR /&gt;do &lt;BR /&gt;for file in $files &lt;BR /&gt;do &lt;BR /&gt;cat "$file" 2&amp;gt;&amp;amp;1 &lt;BR /&gt;echo "\014\c"&lt;BR /&gt;done &lt;BR /&gt;i=`expr $i + 1` &lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;check if the echo "\014\c" exist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Mar 2002 11:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680108#M52881</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-11T11:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680109#M52882</link>
      <description>I tried the &lt;BR /&gt;# lp -dname -ol66 -otl60 file&lt;BR /&gt;&lt;BR /&gt;but one file butted against the other halfway down the page.&lt;BR /&gt;&lt;BR /&gt;Looked at the script and there is \014\c&lt;BR /&gt;&lt;BR /&gt;I should say we use this script with some lasers and they ff okay.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Mar 2002 11:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680109#M52882</guid>
      <dc:creator>Radnour Acton-Page_1</dc:creator>
      <dc:date>2002-03-11T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680110#M52883</link>
      <description>Check printers configuration.&lt;BR /&gt;&lt;BR /&gt;Check  FF must be followed by CR (FF+CR) or FF+NL.&lt;BR /&gt;&lt;BR /&gt;Just an idea.</description>
      <pubDate>Mon, 11 Mar 2002 13:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680110#M52883</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-03-11T13:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680111#M52884</link>
      <description>Problem must be because of two form feeds (FF) / CR (one by the printer it self and another by the script or the file state). &lt;BR /&gt;&lt;BR /&gt;Skip any of the one and see what happens.&lt;BR /&gt;&lt;BR /&gt;K.Vijay</description>
      <pubDate>Mon, 11 Mar 2002 13:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680111#M52884</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-11T13:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680112#M52885</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This all looks good but remember&lt;BR /&gt;&lt;BR /&gt;Very important: JetDirect scripts in the interface directory are generic and only handle the LAN process. The 'real' script is located under the interface directory in the model.orig directory. This is the script that controls the printing behavior of the print job. &lt;BR /&gt;&lt;BR /&gt;Make a script containing a line and a formfeed&lt;BR /&gt;by adding cntrl L which will get translated as form feed when put to the printer interface&lt;BR /&gt;&lt;BR /&gt;Print it twice and see what happens.&lt;BR /&gt;&lt;BR /&gt;Please post the printer scripts from&lt;BR /&gt;/etc/lp/interface&lt;BR /&gt;/etc/lp/interface/model.orig&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Mon, 11 Mar 2002 14:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680112#M52885</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-03-11T14:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680113#M52886</link>
      <description>Here's the Interface</description>
      <pubDate>Mon, 11 Mar 2002 14:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680113#M52886</guid>
      <dc:creator>Radnour Acton-Page_1</dc:creator>
      <dc:date>2002-03-11T14:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formfeeds Ignored On Printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680114#M52887</link>
      <description>And this is the other</description>
      <pubDate>Mon, 11 Mar 2002 14:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/formfeeds-ignored-on-printer/m-p/2680114#M52887</guid>
      <dc:creator>Radnour Acton-Page_1</dc:creator>
      <dc:date>2002-03-11T14:40:51Z</dc:date>
    </item>
  </channel>
</rss>

