<?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 - adding form feed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453790#M11822</link>
    <description>what's control-L?  What's 014?  Control-L is the key sequence to run a form feed.  This is ascii value 12 in decimal, C in hex, and 14 in octal.  The character tells a printer to spit out a page.</description>
    <pubDate>Tue, 17 Oct 2000 19:29:25 GMT</pubDate>
    <dc:creator>Steve Post</dc:creator>
    <dc:date>2000-10-17T19:29:25Z</dc:date>
    <item>
      <title>printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453786#M11818</link>
      <description>I have installed a dot-matrix printer on a JetDirect EX.  How can I send a form feed after each report so that the users can more easily tear off their report?</description>
      <pubDate>Sun, 15 Oct 2000 23:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453786#M11818</guid>
      <dc:creator>Karen Bennett</dc:creator>
      <dc:date>2000-10-15T23:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453787#M11819</link>
      <description>If this is a "standard" printer, a CTRL-L or an ascii code 12 appended to each report will instruct the printer to send a form feed.</description>
      <pubDate>Mon, 16 Oct 2000 02:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453787#M11819</guid>
      <dc:creator>Michael Francisco</dc:creator>
      <dc:date>2000-10-16T02:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453788#M11820</link>
      <description>you can add the following command in /etc/lp/interface/printer_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo "^L" &amp;gt;&amp;gt; /tmp/$printer.$$&lt;BR /&gt;mv /tmp/$printer.$$ $1&lt;BR /&gt;&lt;BR /&gt;This commands should be added before the rlp occurs.</description>
      <pubDate>Mon, 16 Oct 2000 04:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453788#M11820</guid>
      <dc:creator>Madanagopalan S</dc:creator>
      <dc:date>2000-10-16T04:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453789#M11821</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you have setup the printer queue with jetadmin then there is a script at /etc/lp/interface/model.orig/&lt;QUEUE_NAME&gt;&lt;BR /&gt;Edit this file and look for a line that contains:&lt;BR /&gt;cat $file 2&amp;gt; ....&lt;BR /&gt;&lt;BR /&gt;Insert after this line:&lt;BR /&gt;echo "\014\c"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/QUEUE_NAME&gt;</description>
      <pubDate>Mon, 16 Oct 2000 10:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453789#M11821</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-16T10:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453790#M11822</link>
      <description>what's control-L?  What's 014?  Control-L is the key sequence to run a form feed.  This is ascii value 12 in decimal, C in hex, and 14 in octal.  The character tells a printer to spit out a page.</description>
      <pubDate>Tue, 17 Oct 2000 19:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453790#M11822</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2000-10-17T19:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453791#M11823</link>
      <description>Yes, both of them do the same thing ie it gives the printer the FF signal so that the page skips to the TOP OF FORM . So in case you want an empty page after the print out you will have to give the command twice , since one will take you to the top of the next page , and then the second command will take to the next page.&lt;BR /&gt;&lt;BR /&gt;You can test the command by dumping these escape characters on the parallel port device to see the results.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2000 20:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453791#M11823</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2000-10-17T20:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: printing - adding form feed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453792#M11824</link>
      <description>On Unix system, when you create a printer, one file is created under "/usr/spool/lp/interface/&lt;PRINTER&gt;".&lt;BR /&gt;This file can be used to add every printout a form feed using the command echo "014c"; the same command can be sent directly from your own application for each report.&lt;BR /&gt;Hoping to solve your problem....&lt;/PRINTER&gt;</description>
      <pubDate>Wed, 18 Oct 2000 05:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-adding-form-feed/m-p/2453792#M11824</guid>
      <dc:creator>Roberto De Gioia</dc:creator>
      <dc:date>2000-10-18T05:44:38Z</dc:date>
    </item>
  </channel>
</rss>

