<?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 several files as one job in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622739#M104728</link>
    <description>The only possibility is to write a custom printer script to replace 'normal' printer script. In the /etc/lp/interface directory you'll find the printer scripts. Now the one you need to modify depends on whether the printer is connected with an HP JetDirect LAN card or directly connected to the computer with a serial or parallel cable.&lt;BR /&gt; &lt;BR /&gt;For serial/parallel printers, the printer name is the file and you can edit the section that has the banner page details. For HP JetDirect printers, the printer script is in model.orig in the /etc/lp/interface directory. You can customize the banner page in that script. Make sure in both cases to turn on the banner page option so the script will activate that section.</description>
    <pubDate>Fri, 09 Sep 2005 13:03:58 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-09-09T13:03:58Z</dc:date>
    <item>
      <title>Printing several files as one job</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622735#M104724</link>
      <description>Hello,&lt;BR /&gt;Anyone can suggest how to print several files as one print job from HP-UX. The problem is I need to set different font size for each file. &lt;BR /&gt;Let's say I have two files that I need to print. I can use following:&lt;BR /&gt;&lt;BR /&gt;lp -o font=thames-bold-italic-24  banner.txt&lt;BR /&gt;lp -o font=thames-12  users.txt&lt;BR /&gt;&lt;BR /&gt;How to make sure those files printed one after another (no files sent by other users printed between them) ? &lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 09 Sep 2005 10:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622735#M104724</guid>
      <dc:creator>Slava Mushiyev</dc:creator>
      <dc:date>2005-09-09T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Printing several files as one job</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622736#M104725</link>
      <description>I would put both those lines in a script file and execute the script.&lt;BR /&gt;&lt;BR /&gt;It would not guarantee that no jobs would come between them, but the chances would be extremely remote.</description>
      <pubDate>Fri, 09 Sep 2005 10:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622736#M104725</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-09-09T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing several files as one job</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622737#M104726</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Don't see how you can do that. There is always a possibility that another print job can get fired in between these two print jobs. &lt;BR /&gt;&lt;BR /&gt;Why is it so improtant that these two print jobs be one after the other only without a remote possibility of another print job in between if there are fired one after the other.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sanjay</description>
      <pubDate>Fri, 09 Sep 2005 10:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622737#M104726</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-09-09T10:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Printing several files as one job</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622738#M104727</link>
      <description>You can make use of priority switch by inserting a -p7 (7 being the highest priority) in your command lines. Unless someone else has the same trick up their sleeve, your jobs will take precedence over other jobs and will print one after the other, even passing the other jobs waiting in the queue to be printed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 10:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622738#M104727</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-09T10:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Printing several files as one job</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622739#M104728</link>
      <description>The only possibility is to write a custom printer script to replace 'normal' printer script. In the /etc/lp/interface directory you'll find the printer scripts. Now the one you need to modify depends on whether the printer is connected with an HP JetDirect LAN card or directly connected to the computer with a serial or parallel cable.&lt;BR /&gt; &lt;BR /&gt;For serial/parallel printers, the printer name is the file and you can edit the section that has the banner page details. For HP JetDirect printers, the printer script is in model.orig in the /etc/lp/interface directory. You can customize the banner page in that script. Make sure in both cases to turn on the banner page option so the script will activate that section.</description>
      <pubDate>Fri, 09 Sep 2005 13:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622739#M104728</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-09T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Printing several files as one job</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622740#M104729</link>
      <description>Thanks everyone for your suggestions.</description>
      <pubDate>Fri, 09 Sep 2005 14:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-several-files-as-one-job/m-p/3622740#M104729</guid>
      <dc:creator>Slava Mushiyev</dc:creator>
      <dc:date>2005-09-09T14:01:35Z</dc:date>
    </item>
  </channel>
</rss>

